Html Css Color HEX #E77964 Terra Cotta

📋 copy color: '#E77964'

red 231 ◦ green 121 ◦ blue 100

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

Shades of Terra Cotta #E77964

Tints of Terra Cotta #E77964

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.77%

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

R = 51.11%
G = 26.77%
B = 22.12%

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

#E77964 (or 0xE77964) is known color: Terra Cotta. HEX triplet: E7, 79 and 64. RGB value is (231,121,100). Sum of RGB (Red+Green+Blue) = 231+121+100=452 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.11% from 452); Green value is 121 (47.66% from 255 or 26.77% from 452); Blue value is 100 (39.45% from 255 or 22.12% from 452); Max value from RGB is 231 - color contains mainly: red. Hex color #E77964 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77964 is #18869B. Grayscale: #979797. Windows color (decimal): -1607324 or 6584807. OLE color: 6584807.

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

Color convert

RGB 231 121 100 -
CMYK 0 0.48 0.57 0.09
HSL 9.62º 0.73% 0.65% -
HSV(B) 9.62º 0.57% 0.91% -
XYZ 42.09 31.58 15.93 -
YUV 151.5 98.94 184.71 -
System Red Green Blue C M Y K H S L
Decimal 231 121 100 0 0.48 0.57 0.09 9.62 0.73 0.65
Hex E7 79 64 0 30 39 9 A 49 41
Octal 347 171 144 0 60 71 11 12 111 101
Binary 11100111 1111001 1100100 0 110000 111001 1001 1010 1001001 1000001

Color Harmonies of #E77964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77964

Black with #E77964

Text Example


Text Example

White with #E77964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77964; }

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

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

background-color css

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

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

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

border-color css

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

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

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