Shades of Terra Cotta #E77361
Tints of Terra Cotta #E77361
RGB
CMYK
RGB Variations
Color information
#E77361 (or 0xE77361) is known color: Terra Cotta. HEX triplet: E7, 73 and 61. RGB value is (231,115,97). Sum of RGB (Red+Green+Blue) = 231+115+97=443 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.14% from 443); Green value is 115 (45.31% from 255 or 25.96% from 443); Blue value is 97 (38.28% from 255 or 21.90% from 443); Max value from RGB is 231 - color contains mainly: red. Hex color #E77361 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77361 is #188C9E. Grayscale: #939393. Windows color (decimal): -1608863 or 6386663. OLE color: 6386663.
HSL color Cylindrical-coordinate representation of color #E77361: hue angle of 8.06º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E77361 is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 115 | 97 | - |
| CMYK | 0 | 0.50 | 0.58 | 0.09 |
| HSL | 8.06º | 0.74% | 0.64% | - |
| HSV(B) | 8.06º | 0.58% | 0.91% | - |
| XYZ | 41.24 | 30.11 | 14.95 | - |
| YUV | 147.63 | 99.43 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 115 | 97 | 0 | 0.50 | 0.58 | 0.09 | 8.06 | 0.74 | 0.64 |
| Hex | E7 | 73 | 61 | 0 | 32 | 3A | 9 | 8 | 4A | 40 |
| Octal | 347 | 163 | 141 | 0 | 62 | 72 | 11 | 10 | 112 | 100 |
| Binary | 11100111 | 1110011 | 1100001 | 0 | 110010 | 111010 | 1001 | 1000 | 1001010 | 1000000 |
Color Harmonies of #E77361
Complementary color
Monochromatic Colors of #E77361
Black with #E77361
Text Example
Text Example
White with #E77361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77361; }
p { color: rgb(231,115,97); }
H1.HeaderClassName
{
color: #E77361;
}
.AnyTagClassName
{
color: #E77361;
}
</style>
background-color css
<style>
a { background-color: #E77361; }
a { background-color: rgb(231,115,97); }
div.DivClassName
{
background-color: #E77361;
}
.BgClassName
{
background-color: #E77361;
}
</style>
border-color css
<style>
span { border-color: #E77361; }
span { border-color: rgb(231,115,97); }
td.TdClassName
{
border-color: #E77361;
}
.TagClassName
{
border-color: #E77361;
}
</style>