Shades of Terra Cotta #E77564
Tints of Terra Cotta #E77564
RGB
CMYK
RGB Variations
Color information
#E77564 (or 0xE77564) is known color: Terra Cotta. HEX triplet: E7, 75 and 64. RGB value is (231,117,100). Sum of RGB (Red+Green+Blue) = 231+117+100=448 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.56% from 448); Green value is 117 (46.09% from 255 or 26.12% from 448); Blue value is 100 (39.45% from 255 or 22.32% from 448); Max value from RGB is 231 - color contains mainly: red. Hex color #E77564 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77564 is #188A9B. Grayscale: #959595. Windows color (decimal): -1608348 or 6583783. OLE color: 6583783.
HSL color Cylindrical-coordinate representation of color #E77564: hue angle of 7.79º 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 #E77564 is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 117 | 100 | - |
| CMYK | 0 | 0.49 | 0.57 | 0.09 |
| HSL | 7.79º | 0.73% | 0.65% | - |
| HSV(B) | 7.79º | 0.57% | 0.91% | - |
| XYZ | 41.62 | 30.63 | 15.78 | - |
| YUV | 149.15 | 100.27 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 117 | 100 | 0 | 0.49 | 0.57 | 0.09 | 7.79 | 0.73 | 0.65 |
| Hex | E7 | 75 | 64 | 0 | 31 | 39 | 9 | 8 | 49 | 41 |
| Octal | 347 | 165 | 144 | 0 | 61 | 71 | 11 | 10 | 111 | 101 |
| Binary | 11100111 | 1110101 | 1100100 | 0 | 110001 | 111001 | 1001 | 1000 | 1001001 | 1000001 |
Color Harmonies of #E77564
Complementary color
Monochromatic Colors of #E77564
Black with #E77564
Text Example
Text Example
White with #E77564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77564; }
p { color: rgb(231,117,100); }
H1.HeaderClassName
{
color: #E77564;
}
.AnyTagClassName
{
color: #E77564;
}
</style>
background-color css
<style>
a { background-color: #E77564; }
a { background-color: rgb(231,117,100); }
div.DivClassName
{
background-color: #E77564;
}
.BgClassName
{
background-color: #E77564;
}
</style>
border-color css
<style>
span { border-color: #E77564; }
span { border-color: rgb(231,117,100); }
td.TdClassName
{
border-color: #E77564;
}
.TagClassName
{
border-color: #E77564;
}
</style>