Shades of Terra Cotta #E77463
Tints of Terra Cotta #E77463
RGB
CMYK
RGB Variations
Color information
#E77463 (or 0xE77463) is known color: Terra Cotta. HEX triplet: E7, 74 and 63. RGB value is (231,116,99). Sum of RGB (Red+Green+Blue) = 231+116+99=446 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.79% from 446); Green value is 116 (45.70% from 255 or 26.01% from 446); Blue value is 99 (39.06% from 255 or 22.20% from 446); Max value from RGB is 231 - color contains mainly: red. Hex color #E77463 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77463 is #188B9C. Grayscale: #949494. Windows color (decimal): -1608605 or 6517991. OLE color: 6517991.
HSL color Cylindrical-coordinate representation of color #E77463: hue angle of 7.73º 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 #E77463 is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 116 | 99 | - |
| CMYK | 0 | 0.50 | 0.57 | 0.09 |
| HSL | 7.73º | 0.73% | 0.65% | - |
| HSV(B) | 7.73º | 0.57% | 0.91% | - |
| XYZ | 41.45 | 30.38 | 15.48 | - |
| YUV | 148.45 | 100.1 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 116 | 99 | 0 | 0.50 | 0.57 | 0.09 | 7.73 | 0.73 | 0.65 |
| Hex | E7 | 74 | 63 | 0 | 32 | 39 | 9 | 8 | 49 | 41 |
| Octal | 347 | 164 | 143 | 0 | 62 | 71 | 11 | 10 | 111 | 101 |
| Binary | 11100111 | 1110100 | 1100011 | 0 | 110010 | 111001 | 1001 | 1000 | 1001001 | 1000001 |
Color Harmonies of #E77463
Complementary color
Monochromatic Colors of #E77463
Black with #E77463
Text Example
Text Example
White with #E77463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77463; }
p { color: rgb(231,116,99); }
H1.HeaderClassName
{
color: #E77463;
}
.AnyTagClassName
{
color: #E77463;
}
</style>
background-color css
<style>
a { background-color: #E77463; }
a { background-color: rgb(231,116,99); }
div.DivClassName
{
background-color: #E77463;
}
.BgClassName
{
background-color: #E77463;
}
</style>
border-color css
<style>
span { border-color: #E77463; }
span { border-color: rgb(231,116,99); }
td.TdClassName
{
border-color: #E77463;
}
.TagClassName
{
border-color: #E77463;
}
</style>