#e76a68

Color #E76A68 Terra Cotta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Terra Cotta #E76A68

Tints of Terra Cotta #E76A68

Color information

#E76A68 (or 0xE76A68) is unknown color: approx Terra Cotta. HEX triplet: E7, 6A and 68. RGB value is (231,106,104). Sum of RGB (Red+Green+Blue) = 231+106+104=441 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.38% from 441); Green value is 106 (41.80% from 255 or 24.04% from 441); Blue value is 104 (41.02% from 255 or 23.58% from 441); Max value from RGB is 231 - color contains mainly: red. Hex color #E76A68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76A68 is #189597. Grayscale: #8F8F8F. Windows color (decimal): -1611160 or 6843111. OLE color: 6843111.

HSL color Cylindrical-coordinate representation of color #E76A68: hue angle of 0.94º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E76A68 is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB231106104-
CMYK00.540.550.09
HSL0.94º72.57%65.69%-
HSV(B)0.94º54.98%90.59%-
XYZ40.6128.316.42-
YUV143.15105.91190.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 231 (90.62% from 255) = 52.38%
GREEN value IS 106 (41.80% from 255) = 24.04%
BLUE value IS 104 (41.02% from 255) = 23.58%
R=52.38%
G=24.04%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110610400.540.550.090.9472.5765.69
HexE76A6803637914942
Octal34715215006667111111102
Binary111001111101010110100001101101101111001110010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e76a68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e76a68; }

 p { color: rgb(231,106,104); }

 H1.HeaderClassName
 {
   color: #e76a68;
 }
 .AnyTagClassName
 {
   color: #e76a68;
 }
</style>
background-color css

<style>
 a { background-color: #e76a68; }

 a { background-color: rgb(231,106,104); }

 div.DivClassName
 {
   background-color: #e76a68;
 }
 .BgClassName
 {
   background-color: #e76a68;
 }
</style>
border-color css

<style>
 span { border-color: #e76a68; }

 span { border-color: rgb(231,106,104); }

 td.TdClassName
 {
   border-color: #e76a68;
 }
 .TagClassName
 {
   border-color: #e76a68;
 }
</style>