Html Css Color HEX #E77D5B Terra Cotta

📋 copy color: '#E77D5B'

red 231 ◦ green 125 ◦ blue 91

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

Shades of Terra Cotta #E77D5B

Tints of Terra Cotta #E77D5B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.96%

 BLUE value IS 91 (35.94% from 255) = 20.36%

R = 51.68%
G = 27.96%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#E77D5B (or 0xE77D5B) is known color: Terra Cotta. HEX triplet: E7, 7D and 5B. RGB value is (231,125,91). Sum of RGB (Red+Green+Blue) = 231+125+91=447 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.68% from 447); Green value is 125 (49.22% from 255 or 27.96% from 447); Blue value is 91 (35.94% from 255 or 20.36% from 447); Max value from RGB is 231 - color contains mainly: red. Hex color #E77D5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77D5B is #1882A4. Grayscale: #999999. Windows color (decimal): -1606309 or 5996007. OLE color: 5996007.

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

Color convert

RGB 231 125 91 -
CMYK 0 0.46 0.61 0.09
HSL 14.57º 0.74% 0.63% -
HSV(B) 14.57º 0.61% 0.91% -
XYZ 42.18 32.41 13.93 -
YUV 152.82 93.12 183.76 -
System Red Green Blue C M Y K H S L
Decimal 231 125 91 0 0.46 0.61 0.09 14.57 0.74 0.63
Hex E7 7D 5B 0 2E 3D 9 F 4A 3F
Octal 347 175 133 0 56 75 11 17 112 77
Binary 11100111 1111101 1011011 0 101110 111101 1001 1111 1001010 111111

Color Harmonies of #E77D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77D5B

Black with #E77D5B

Text Example


Text Example

White with #E77D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77D5B; }

 p { color: rgb(231,125,91); }

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

background-color css

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

 a { background-color: rgb(231,125,91); }

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

border-color css

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

 span { border-color: rgb(231,125,91); }

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