Html Css Color HEX #EC7766 Terra Cotta

📋 copy color: '#EC7766'

red 236 ◦ green 119 ◦ blue 102

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

Shades of Terra Cotta #EC7766

Tints of Terra Cotta #EC7766

RGB

 RED value IS 236 (92.58% from 255) = 51.64%

 GREEN value IS 119 (46.88% from 255) = 26.04%

 BLUE value IS 102 (40.23% from 255) = 22.32%

R = 51.64%
G = 26.04%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EC7766 (or 0xEC7766) is known color: Terra Cotta. HEX triplet: EC, 77 and 66. RGB value is (236,119,102). Sum of RGB (Red+Green+Blue) = 236+119+102=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 119 (46.88% from 255 or 26.04% from 457); Blue value is 102 (40.23% from 255 or 22.32% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7766 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7766 is #138899. Grayscale: #989898. Windows color (decimal): -1280154 or 6715372. OLE color: 6715372.

HSL color Cylindrical-coordinate representation of color #EC7766: hue angle of 7.61º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EC7766 is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 119 102 -
CMYK 0 0.50 0.57 0.07
HSL 7.61º 0.78% 0.66% -
HSV(B) 7.61º 0.57% 0.93% -
XYZ 43.59 31.99 16.45 -
YUV 152.05 99.76 187.88 -
System Red Green Blue C M Y K H S L
Decimal 236 119 102 0 0.50 0.57 0.07 7.61 0.78 0.66
Hex EC 77 66 0 32 39 7 8 4E 42
Octal 354 167 146 0 62 71 7 10 116 102
Binary 11101100 1110111 1100110 0 110010 111001 111 1000 1001110 1000010

Color Harmonies of #EC7766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7766

Black with #EC7766

Text Example


Text Example

White with #EC7766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7766; }

 p { color: rgb(236,119,102); }

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

background-color css

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

 a { background-color: rgb(236,119,102); }

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

border-color css

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

 span { border-color: rgb(236,119,102); }

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