Shades of Terra Cotta #E7775D
Tints of Terra Cotta #E7775D
RGB
CMYK
RGB Variations
Color information
#E7775D (or 0xE7775D) is known color: Terra Cotta. HEX triplet: E7, 77 and 5D. RGB value is (231,119,93). Sum of RGB (Red+Green+Blue) = 231+119+93=443 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.14% from 443); Green value is 119 (46.88% from 255 or 26.86% from 443); Blue value is 93 (36.72% from 255 or 20.99% from 443); Max value from RGB is 231 - color contains mainly: red. Hex color #E7775D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7775D is #1888A2. Grayscale: #959595. Windows color (decimal): -1607843 or 6125543. OLE color: 6125543.
HSL color Cylindrical-coordinate representation of color #E7775D: hue angle of 11.3º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E7775D is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 119 | 93 | - |
| CMYK | 0 | 0.48 | 0.60 | 0.09 |
| HSL | 11.3º | 0.74% | 0.64% | - |
| HSV(B) | 11.3º | 0.6% | 0.91% | - |
| XYZ | 41.53 | 30.97 | 14.15 | - |
| YUV | 149.52 | 96.11 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 119 | 93 | 0 | 0.48 | 0.60 | 0.09 | 11.3 | 0.74 | 0.64 |
| Hex | E7 | 77 | 5D | 0 | 30 | 3C | 9 | B | 4A | 40 |
| Octal | 347 | 167 | 135 | 0 | 60 | 74 | 11 | 13 | 112 | 100 |
| Binary | 11100111 | 1110111 | 1011101 | 0 | 110000 | 111100 | 1001 | 1011 | 1001010 | 1000000 |
Color Harmonies of #E7775D
Complementary color
Monochromatic Colors of #E7775D
Black with #E7775D
Text Example
Text Example
White with #E7775D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7775D; }
p { color: rgb(231,119,93); }
H1.HeaderClassName
{
color: #E7775D;
}
.AnyTagClassName
{
color: #E7775D;
}
</style>
background-color css
<style>
a { background-color: #E7775D; }
a { background-color: rgb(231,119,93); }
div.DivClassName
{
background-color: #E7775D;
}
.BgClassName
{
background-color: #E7775D;
}
</style>
border-color css
<style>
span { border-color: #E7775D; }
span { border-color: rgb(231,119,93); }
td.TdClassName
{
border-color: #E7775D;
}
.TagClassName
{
border-color: #E7775D;
}
</style>