Html Css Color HEX #E77864 Terra Cotta

📋 copy color: '#E77864'

red 231 ◦ green 120 ◦ blue 100

#E77864
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Terra Cotta #E77864

Tints of Terra Cotta #E77864

RGB

 RED value IS 231 (90.63% from 255) = 51.22%

 GREEN value IS 120 (47.27% from 255) = 26.61%

 BLUE value IS 100 (39.45% from 255) = 22.17%

R = 51.22%
G = 26.61%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#E77864 (or 0xE77864) is known color: Terra Cotta. HEX triplet: E7, 78 and 64. RGB value is (231,120,100). Sum of RGB (Red+Green+Blue) = 231+120+100=451 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.22% from 451); Green value is 120 (47.27% from 255 or 26.61% from 451); Blue value is 100 (39.45% from 255 or 22.17% from 451); Max value from RGB is 231 - color contains mainly: red. Hex color #E77864 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77864 is #18879B. Grayscale: #979797. Windows color (decimal): -1607580 or 6584551. OLE color: 6584551.

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

Color convert

RGB 231 120 100 -
CMYK 0 0.48 0.57 0.09
HSL 9.16º 0.73% 0.65% -
HSV(B) 9.16º 0.57% 0.91% -
XYZ 41.97 31.34 15.89 -
YUV 150.91 99.27 185.13 -
System Red Green Blue C M Y K H S L
Decimal 231 120 100 0 0.48 0.57 0.09 9.16 0.73 0.65
Hex E7 78 64 0 30 39 9 9 49 41
Octal 347 170 144 0 60 71 11 11 111 101
Binary 11100111 1111000 1100100 0 110000 111001 1001 1001 1001001 1000001

Color Harmonies of #E77864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77864

Black with #E77864

Text Example


Text Example

White with #E77864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77864; }

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

 H1.HeaderClassName
 {
   color: #E77864;
 }
 .AnyTagClassName
 {
   color: #E77864;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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