Shades of Terra Cotta #E77164
Tints of Terra Cotta #E77164
RGB
CMYK
RGB Variations
Color information
#E77164 (or 0xE77164) is known color: Terra Cotta. HEX triplet: E7, 71 and 64. RGB value is (231,113,100). Sum of RGB (Red+Green+Blue) = 231+113+100=444 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.03% from 444); Green value is 113 (44.53% from 255 or 25.45% from 444); Blue value is 100 (39.45% from 255 or 22.52% from 444); Max value from RGB is 231 - color contains mainly: red. Hex color #E77164 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77164 is #188E9B. Grayscale: #929292. Windows color (decimal): -1609372 or 6582759. OLE color: 6582759.
HSL color Cylindrical-coordinate representation of color #E77164: hue angle of 5.95º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E77164 is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 113 | 100 | - |
| CMYK | 0 | 0.51 | 0.57 | 0.09 |
| HSL | 5.95º | 0.73% | 0.65% | - |
| HSV(B) | 5.95º | 0.57% | 0.91% | - |
| XYZ | 41.16 | 29.72 | 15.62 | - |
| YUV | 146.8 | 101.59 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 113 | 100 | 0 | 0.51 | 0.57 | 0.09 | 5.95 | 0.73 | 0.65 |
| Hex | E7 | 71 | 64 | 0 | 33 | 39 | 9 | 6 | 49 | 41 |
| Octal | 347 | 161 | 144 | 0 | 63 | 71 | 11 | 6 | 111 | 101 |
| Binary | 11100111 | 1110001 | 1100100 | 0 | 110011 | 111001 | 1001 | 110 | 1001001 | 1000001 |
Color Harmonies of #E77164
Complementary color
Monochromatic Colors of #E77164
Black with #E77164
Text Example
Text Example
White with #E77164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77164; }
p { color: rgb(231,113,100); }
H1.HeaderClassName
{
color: #E77164;
}
.AnyTagClassName
{
color: #E77164;
}
</style>
background-color css
<style>
a { background-color: #E77164; }
a { background-color: rgb(231,113,100); }
div.DivClassName
{
background-color: #E77164;
}
.BgClassName
{
background-color: #E77164;
}
</style>
border-color css
<style>
span { border-color: #E77164; }
span { border-color: rgb(231,113,100); }
td.TdClassName
{
border-color: #E77164;
}
.TagClassName
{
border-color: #E77164;
}
</style>