Shades of Terra Cotta #E76D5C
Tints of Terra Cotta #E76D5C
RGB
CMYK
RGB Variations
Color information
#E76D5C (or 0xE76D5C) is known color: Terra Cotta. HEX triplet: E7, 6D and 5C. RGB value is (231,109,92). Sum of RGB (Red+Green+Blue) = 231+109+92=432 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.47% from 432); Green value is 109 (42.97% from 255 or 25.23% from 432); Blue value is 92 (36.33% from 255 or 21.30% from 432); Max value from RGB is 231 - color contains mainly: red. Hex color #E76D5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76D5C is #1892A3. Grayscale: #8F8F8F. Windows color (decimal): -1610404 or 6057447. OLE color: 6057447.
HSL color Cylindrical-coordinate representation of color #E76D5C: hue angle of 7.34º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E76D5C is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 109 | 92 | - |
| CMYK | 0 | 0.53 | 0.60 | 0.09 |
| HSL | 7.34º | 0.74% | 0.63% | - |
| HSV(B) | 7.34º | 0.6% | 0.91% | - |
| XYZ | 40.36 | 28.7 | 13.54 | - |
| YUV | 143.54 | 98.92 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 109 | 92 | 0 | 0.53 | 0.60 | 0.09 | 7.34 | 0.74 | 0.63 |
| Hex | E7 | 6D | 5C | 0 | 35 | 3C | 9 | 7 | 4A | 3F |
| Octal | 347 | 155 | 134 | 0 | 65 | 74 | 11 | 7 | 112 | 77 |
| Binary | 11100111 | 1101101 | 1011100 | 0 | 110101 | 111100 | 1001 | 111 | 1001010 | 111111 |
Color Harmonies of #E76D5C
Complementary color
Monochromatic Colors of #E76D5C
Black with #E76D5C
Text Example
Text Example
White with #E76D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76D5C; }
p { color: rgb(231,109,92); }
H1.HeaderClassName
{
color: #E76D5C;
}
.AnyTagClassName
{
color: #E76D5C;
}
</style>
background-color css
<style>
a { background-color: #E76D5C; }
a { background-color: rgb(231,109,92); }
div.DivClassName
{
background-color: #E76D5C;
}
.BgClassName
{
background-color: #E76D5C;
}
</style>
border-color css
<style>
span { border-color: #E76D5C; }
span { border-color: rgb(231,109,92); }
td.TdClassName
{
border-color: #E76D5C;
}
.TagClassName
{
border-color: #E76D5C;
}
</style>