#E77C64

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

Shades of Terra Cotta #E77C64

Tints of Terra Cotta #E77C64

Color information

#E77C64 (or 0xE77C64) is unknown color: approx Terra Cotta. HEX triplet: E7, 7C and 64. RGB value is (231,124,100). Sum of RGB (Red+Green+Blue) = 231+124+100=455 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.77% from 455); Green value is 124 (48.83% from 255 or 27.25% from 455); Blue value is 100 (39.45% from 255 or 21.98% from 455); Max value from RGB is 231 - color contains mainly: red. Hex color #E77C64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77C64 is #18839B. Grayscale: #999999. Windows color (decimal): -1606556 or 6585575. OLE color: 6585575.

HSL color Cylindrical-coordinate representation of color #E77C64: hue angle of 10.99º 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 #E77C64 is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB231124100-
CMYK00.460.570.09
HSL10.99º73.18%64.9%-
HSV(B)10.99º56.71%90.59%-
XYZ42.4632.3216.06-
YUV153.2697.95183.45-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 50.77%
GREEN value IS 124 (48.83% from 255) = 27.25%
BLUE value IS 100 (39.45% from 255) = 21.98%
R=50.77%
G=27.25%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.57
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112410000.460.570.0910.9973.1864.9
HexE77C6402E399b4941
Octal347174144056711113111101
Binary111001111111100110010001011101110011001101110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77C64; }

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

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

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

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

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

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

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

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