Shades of Terra Cotta #E76A5C
Tints of Terra Cotta #E76A5C
RGB
CMYK
RGB Variations
Color information
#E76A5C (or 0xE76A5C) is known color: Terra Cotta. HEX triplet: E7, 6A and 5C. RGB value is (231,106,92). Sum of RGB (Red+Green+Blue) = 231+106+92=429 (56% of max value = 765). Red value is 231 (90.62% from 255 or 53.85% from 429); Green value is 106 (41.80% from 255 or 24.71% from 429); Blue value is 92 (36.33% from 255 or 21.45% from 429); Max value from RGB is 231 - color contains mainly: red. Hex color #E76A5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76A5C is #1895A3. Grayscale: #8D8D8D. Windows color (decimal): -1611172 or 6056679. OLE color: 6056679.
HSL color Cylindrical-coordinate representation of color #E76A5C: hue angle of 6.04º 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 #E76A5C is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 106 | 92 | - |
| CMYK | 0 | 0.54 | 0.60 | 0.09 |
| HSL | 6.04º | 0.74% | 0.63% | - |
| HSV(B) | 6.04º | 0.6% | 0.91% | - |
| XYZ | 40.04 | 28.07 | 13.43 | - |
| YUV | 141.78 | 99.91 | 191.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 106 | 92 | 0 | 0.54 | 0.60 | 0.09 | 6.04 | 0.74 | 0.63 |
| Hex | E7 | 6A | 5C | 0 | 36 | 3C | 9 | 6 | 4A | 3F |
| Octal | 347 | 152 | 134 | 0 | 66 | 74 | 11 | 6 | 112 | 77 |
| Binary | 11100111 | 1101010 | 1011100 | 0 | 110110 | 111100 | 1001 | 110 | 1001010 | 111111 |
Color Harmonies of #E76A5C
Complementary color
Monochromatic Colors of #E76A5C
Black with #E76A5C
Text Example
Text Example
White with #E76A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76A5C; }
p { color: rgb(231,106,92); }
H1.HeaderClassName
{
color: #E76A5C;
}
.AnyTagClassName
{
color: #E76A5C;
}
</style>
background-color css
<style>
a { background-color: #E76A5C; }
a { background-color: rgb(231,106,92); }
div.DivClassName
{
background-color: #E76A5C;
}
.BgClassName
{
background-color: #E76A5C;
}
</style>
border-color css
<style>
span { border-color: #E76A5C; }
span { border-color: rgb(231,106,92); }
td.TdClassName
{
border-color: #E76A5C;
}
.TagClassName
{
border-color: #E76A5C;
}
</style>