Shades of Terra Cotta #E7785E
Tints of Terra Cotta #E7785E
RGB
CMYK
RGB Variations
Color information
#E7785E (or 0xE7785E) is known color: Terra Cotta. HEX triplet: E7, 78 and 5E. RGB value is (231,120,94). Sum of RGB (Red+Green+Blue) = 231+120+94=445 (58% of max value = 765). Red value is 231 (90.62% from 255 or 51.91% from 445); Green value is 120 (47.27% from 255 or 26.97% from 445); Blue value is 94 (37.11% from 255 or 21.12% from 445); Max value from RGB is 231 - color contains mainly: red. Hex color #E7785E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7785E is #1887A1. Grayscale: #969696. Windows color (decimal): -1607586 or 6191335. OLE color: 6191335.
HSL color Cylindrical-coordinate representation of color #E7785E: hue angle of 11.39º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E7785E is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 120 | 94 | - |
| CMYK | 0 | 0.48 | 0.59 | 0.09 |
| HSL | 11.39º | 0.74% | 0.64% | - |
| HSV(B) | 11.39º | 0.59% | 0.91% | - |
| XYZ | 41.69 | 31.23 | 14.42 | - |
| YUV | 150.23 | 96.27 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 120 | 94 | 0 | 0.48 | 0.59 | 0.09 | 11.39 | 0.74 | 0.64 |
| Hex | E7 | 78 | 5E | 0 | 30 | 3B | 9 | B | 4A | 40 |
| Octal | 347 | 170 | 136 | 0 | 60 | 73 | 11 | 13 | 112 | 100 |
| Binary | 11100111 | 1111000 | 1011110 | 0 | 110000 | 111011 | 1001 | 1011 | 1001010 | 1000000 |
Color Harmonies of #E7785E
Complementary color
Monochromatic Colors of #E7785E
Black with #E7785E
Text Example
Text Example
White with #E7785E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7785E; }
p { color: rgb(231,120,94); }
H1.HeaderClassName
{
color: #E7785E;
}
.AnyTagClassName
{
color: #E7785E;
}
</style>
background-color css
<style>
a { background-color: #E7785E; }
a { background-color: rgb(231,120,94); }
div.DivClassName
{
background-color: #E7785E;
}
.BgClassName
{
background-color: #E7785E;
}
</style>
border-color css
<style>
span { border-color: #E7785E; }
span { border-color: rgb(231,120,94); }
td.TdClassName
{
border-color: #E7785E;
}
.TagClassName
{
border-color: #E7785E;
}
</style>