Html Css Color HEX #E77C60 Terra Cotta

📋 copy color: '#E77C60'

red 231 ◦ green 124 ◦ blue 96

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

Shades of Terra Cotta #E77C60

Tints of Terra Cotta #E77C60

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.49%

 BLUE value IS 96 (37.89% from 255) = 21.29%

R = 51.22%
G = 27.49%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.09

RGB Variations

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

Color information

#E77C60 (or 0xE77C60) is known color: Terra Cotta. HEX triplet: E7, 7C and 60. RGB value is (231,124,96). Sum of RGB (Red+Green+Blue) = 231+124+96=451 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.22% from 451); Green value is 124 (48.83% from 255 or 27.49% from 451); Blue value is 96 (37.89% from 255 or 21.29% from 451); Max value from RGB is 231 - color contains mainly: red. Hex color #E77C60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77C60 is #18839F. Grayscale: #999999. Windows color (decimal): -1606560 or 6323431. OLE color: 6323431.

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

Color convert

RGB 231 124 96 -
CMYK 0 0.46 0.58 0.09
HSL 12.44º 0.74% 0.64% -
HSV(B) 12.44º 0.58% 0.91% -
XYZ 42.27 32.25 15.06 -
YUV 152.8 95.95 183.78 -
System Red Green Blue C M Y K H S L
Decimal 231 124 96 0 0.46 0.58 0.09 12.44 0.74 0.64
Hex E7 7C 60 0 2E 3A 9 C 4A 40
Octal 347 174 140 0 56 72 11 14 112 100
Binary 11100111 1111100 1100000 0 101110 111010 1001 1100 1001010 1000000

Color Harmonies of #E77C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77C60

Black with #E77C60

Text Example


Text Example

White with #E77C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77C60; }

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

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

background-color css

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

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

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

border-color css

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

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

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