Shades of Terra Cotta #E7785C
Tints of Terra Cotta #E7785C
RGB
CMYK
RGB Variations
Color information
#E7785C (or 0xE7785C) is known color: Terra Cotta. HEX triplet: E7, 78 and 5C. RGB value is (231,120,92). Sum of RGB (Red+Green+Blue) = 231+120+92=443 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.14% from 443); Green value is 120 (47.27% from 255 or 27.09% from 443); Blue value is 92 (36.33% from 255 or 20.77% from 443); Max value from RGB is 231 - color contains mainly: red. Hex color #E7785C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7785C is #1887A3. Grayscale: #969696. Windows color (decimal): -1607588 or 6060263. OLE color: 6060263.
HSL color Cylindrical-coordinate representation of color #E7785C: hue angle of 12.09º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E7785C is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 120 | 92 | - |
| CMYK | 0 | 0.48 | 0.60 | 0.09 |
| HSL | 12.09º | 0.74% | 0.63% | - |
| HSV(B) | 12.09º | 0.6% | 0.91% | - |
| XYZ | 41.6 | 31.19 | 13.95 | - |
| YUV | 150 | 95.27 | 185.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 120 | 92 | 0 | 0.48 | 0.60 | 0.09 | 12.09 | 0.74 | 0.63 |
| Hex | E7 | 78 | 5C | 0 | 30 | 3C | 9 | C | 4A | 3F |
| Octal | 347 | 170 | 134 | 0 | 60 | 74 | 11 | 14 | 112 | 77 |
| Binary | 11100111 | 1111000 | 1011100 | 0 | 110000 | 111100 | 1001 | 1100 | 1001010 | 111111 |
Color Harmonies of #E7785C
Complementary color
Monochromatic Colors of #E7785C
Black with #E7785C
Text Example
Text Example
White with #E7785C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7785C; }
p { color: rgb(231,120,92); }
H1.HeaderClassName
{
color: #E7785C;
}
.AnyTagClassName
{
color: #E7785C;
}
</style>
background-color css
<style>
a { background-color: #E7785C; }
a { background-color: rgb(231,120,92); }
div.DivClassName
{
background-color: #E7785C;
}
.BgClassName
{
background-color: #E7785C;
}
</style>
border-color css
<style>
span { border-color: #E7785C; }
span { border-color: rgb(231,120,92); }
td.TdClassName
{
border-color: #E7785C;
}
.TagClassName
{
border-color: #E7785C;
}
</style>