Html Css Color HEX #E77A5E Terra Cotta

📋 copy color: '#E77A5E'

red 231 ◦ green 122 ◦ blue 94

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

Shades of Terra Cotta #E77A5E

Tints of Terra Cotta #E77A5E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.29%

 BLUE value IS 94 (37.11% from 255) = 21.03%

R = 51.68%
G = 27.29%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#E77A5E (or 0xE77A5E) is known color: Terra Cotta. HEX triplet: E7, 7A and 5E. RGB value is (231,122,94). Sum of RGB (Red+Green+Blue) = 231+122+94=447 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.68% from 447); Green value is 122 (48.05% from 255 or 27.29% from 447); Blue value is 94 (37.11% from 255 or 21.03% from 447); Max value from RGB is 231 - color contains mainly: red. Hex color #E77A5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77A5E is #1885A1. Grayscale: #979797. Windows color (decimal): -1607074 or 6191847. OLE color: 6191847.

HSL color Cylindrical-coordinate representation of color #E77A5E: hue angle of 12.26º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E77A5E is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 122 94 -
CMYK 0 0.47 0.59 0.09
HSL 12.26º 0.74% 0.64% -
HSV(B) 12.26º 0.59% 0.91% -
XYZ 41.93 31.72 14.5 -
YUV 151.4 95.61 184.78 -
System Red Green Blue C M Y K H S L
Decimal 231 122 94 0 0.47 0.59 0.09 12.26 0.74 0.64
Hex E7 7A 5E 0 2F 3B 9 C 4A 40
Octal 347 172 136 0 57 73 11 14 112 100
Binary 11100111 1111010 1011110 0 101111 111011 1001 1100 1001010 1000000

Color Harmonies of #E77A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77A5E

Black with #E77A5E

Text Example


Text Example

White with #E77A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77A5E; }

 p { color: rgb(231,122,94); }

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

background-color css

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

 a { background-color: rgb(231,122,94); }

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

border-color css

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

 span { border-color: rgb(231,122,94); }

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