Shades of Terra Cotta #E7785D
Tints of Terra Cotta #E7785D
RGB
CMYK
RGB Variations
Color information
#E7785D (or 0xE7785D) is known color: Terra Cotta. HEX triplet: E7, 78 and 5D. RGB value is (231,120,93). Sum of RGB (Red+Green+Blue) = 231+120+93=444 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.03% from 444); Green value is 120 (47.27% from 255 or 27.03% from 444); Blue value is 93 (36.72% from 255 or 20.95% from 444); Max value from RGB is 231 - color contains mainly: red. Hex color #E7785D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7785D is #1887A2. Grayscale: #969696. Windows color (decimal): -1607587 or 6125799. OLE color: 6125799.
HSL color Cylindrical-coordinate representation of color #E7785D: hue angle of 11.74º 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 #E7785D is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 120 | 93 | - |
| CMYK | 0 | 0.48 | 0.60 | 0.09 |
| HSL | 11.74º | 0.74% | 0.64% | - |
| HSV(B) | 11.74º | 0.6% | 0.91% | - |
| XYZ | 41.65 | 31.21 | 14.19 | - |
| YUV | 150.11 | 95.77 | 185.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 120 | 93 | 0 | 0.48 | 0.60 | 0.09 | 11.74 | 0.74 | 0.64 |
| Hex | E7 | 78 | 5D | 0 | 30 | 3C | 9 | C | 4A | 40 |
| Octal | 347 | 170 | 135 | 0 | 60 | 74 | 11 | 14 | 112 | 100 |
| Binary | 11100111 | 1111000 | 1011101 | 0 | 110000 | 111100 | 1001 | 1100 | 1001010 | 1000000 |
Color Harmonies of #E7785D
Complementary color
Monochromatic Colors of #E7785D
Black with #E7785D
Text Example
Text Example
White with #E7785D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7785D; }
p { color: rgb(231,120,93); }
H1.HeaderClassName
{
color: #E7785D;
}
.AnyTagClassName
{
color: #E7785D;
}
</style>
background-color css
<style>
a { background-color: #E7785D; }
a { background-color: rgb(231,120,93); }
div.DivClassName
{
background-color: #E7785D;
}
.BgClassName
{
background-color: #E7785D;
}
</style>
border-color css
<style>
span { border-color: #E7785D; }
span { border-color: rgb(231,120,93); }
td.TdClassName
{
border-color: #E7785D;
}
.TagClassName
{
border-color: #E7785D;
}
</style>