Shades of Terra Cotta #E77A63
Tints of Terra Cotta #E77A63
RGB
CMYK
RGB Variations
Color information
#E77A63 (or 0xE77A63) is known color: Terra Cotta. HEX triplet: E7, 7A and 63. RGB value is (231,122,99). Sum of RGB (Red+Green+Blue) = 231+122+99=452 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.11% from 452); Green value is 122 (48.05% from 255 or 26.99% from 452); Blue value is 99 (39.06% from 255 or 21.90% from 452); Max value from RGB is 231 - color contains mainly: red. Hex color #E77A63 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77A63 is #18859C. Grayscale: #989898. Windows color (decimal): -1607069 or 6519527. OLE color: 6519527.
HSL color Cylindrical-coordinate representation of color #E77A63: hue angle of 10.45º 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 #E77A63 is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 122 | 99 | - |
| CMYK | 0 | 0.47 | 0.57 | 0.09 |
| HSL | 10.45º | 0.73% | 0.65% | - |
| HSV(B) | 10.45º | 0.57% | 0.91% | - |
| XYZ | 42.17 | 31.81 | 15.72 | - |
| YUV | 151.97 | 98.11 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 122 | 99 | 0 | 0.47 | 0.57 | 0.09 | 10.45 | 0.73 | 0.65 |
| Hex | E7 | 7A | 63 | 0 | 2F | 39 | 9 | A | 49 | 41 |
| Octal | 347 | 172 | 143 | 0 | 57 | 71 | 11 | 12 | 111 | 101 |
| Binary | 11100111 | 1111010 | 1100011 | 0 | 101111 | 111001 | 1001 | 1010 | 1001001 | 1000001 |
Color Harmonies of #E77A63
Complementary color
Monochromatic Colors of #E77A63
Black with #E77A63
Text Example
Text Example
White with #E77A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77A63; }
p { color: rgb(231,122,99); }
H1.HeaderClassName
{
color: #E77A63;
}
.AnyTagClassName
{
color: #E77A63;
}
</style>
background-color css
<style>
a { background-color: #E77A63; }
a { background-color: rgb(231,122,99); }
div.DivClassName
{
background-color: #E77A63;
}
.BgClassName
{
background-color: #E77A63;
}
</style>
border-color css
<style>
span { border-color: #E77A63; }
span { border-color: rgb(231,122,99); }
td.TdClassName
{
border-color: #E77A63;
}
.TagClassName
{
border-color: #E77A63;
}
</style>