Shades of Terra Cotta #E7785F
Tints of Terra Cotta #E7785F
RGB
CMYK
RGB Variations
Color information
#E7785F (or 0xE7785F) is known color: Terra Cotta. HEX triplet: E7, 78 and 5F. RGB value is (231,120,95). Sum of RGB (Red+Green+Blue) = 231+120+95=446 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.79% from 446); Green value is 120 (47.27% from 255 or 26.91% from 446); Blue value is 95 (37.5% from 255 or 21.30% from 446); Max value from RGB is 231 - color contains mainly: red. Hex color #E7785F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7785F is #1887A0. Grayscale: #969696. Windows color (decimal): -1607585 or 6256871. OLE color: 6256871.
HSL color Cylindrical-coordinate representation of color #E7785F: hue angle of 11.03º 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 #E7785F is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 120 | 95 | - |
| CMYK | 0 | 0.48 | 0.59 | 0.09 |
| HSL | 11.03º | 0.74% | 0.64% | - |
| HSV(B) | 11.03º | 0.59% | 0.91% | - |
| XYZ | 41.74 | 31.25 | 14.66 | - |
| YUV | 150.34 | 96.77 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 120 | 95 | 0 | 0.48 | 0.59 | 0.09 | 11.03 | 0.74 | 0.64 |
| Hex | E7 | 78 | 5F | 0 | 30 | 3B | 9 | B | 4A | 40 |
| Octal | 347 | 170 | 137 | 0 | 60 | 73 | 11 | 13 | 112 | 100 |
| Binary | 11100111 | 1111000 | 1011111 | 0 | 110000 | 111011 | 1001 | 1011 | 1001010 | 1000000 |
Color Harmonies of #E7785F
Complementary color
Monochromatic Colors of #E7785F
Black with #E7785F
Text Example
Text Example
White with #E7785F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7785F; }
p { color: rgb(231,120,95); }
H1.HeaderClassName
{
color: #E7785F;
}
.AnyTagClassName
{
color: #E7785F;
}
</style>
background-color css
<style>
a { background-color: #E7785F; }
a { background-color: rgb(231,120,95); }
div.DivClassName
{
background-color: #E7785F;
}
.BgClassName
{
background-color: #E7785F;
}
</style>
border-color css
<style>
span { border-color: #E7785F; }
span { border-color: rgb(231,120,95); }
td.TdClassName
{
border-color: #E7785F;
}
.TagClassName
{
border-color: #E7785F;
}
</style>