#E77564

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

Shades of Terra Cotta #E77564

Tints of Terra Cotta #E77564

Color information

#E77564 (or 0xE77564) is unknown color: approx Terra Cotta. HEX triplet: E7, 75 and 64. RGB value is (231,117,100). Sum of RGB (Red+Green+Blue) = 231+117+100=448 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.56% from 448); Green value is 117 (46.09% from 255 or 26.12% from 448); Blue value is 100 (39.45% from 255 or 22.32% from 448); Max value from RGB is 231 - color contains mainly: red. Hex color #E77564 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77564 is #188A9B. Grayscale: #959595. Windows color (decimal): -1608348 or 6583783. OLE color: 6583783.

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

Color convert

RGB231117100-
CMYK00.490.570.09
HSL7.79º73.18%64.9%-
HSV(B)7.79º56.71%90.59%-
XYZ41.6230.6315.78-
YUV149.15100.27186.38-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 51.56%
GREEN value IS 117 (46.09% from 255) = 26.12%
BLUE value IS 100 (39.45% from 255) = 22.32%
R=51.56%
G=26.12%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.57
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111710000.490.570.097.7973.1864.9
HexE7756403139984941
Octal347165144061711110111101
Binary111001111110101110010001100011110011001100010010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77564; }

 p { color: rgb(231,117,100); }

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

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

 a { background-color: rgb(231,117,100); }

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

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

 span { border-color: rgb(231,117,100); }

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