Shades of Terra Cotta #E7785A
Tints of Terra Cotta #E7785A
RGB
CMYK
RGB Variations
Color information
#E7785A (or 0xE7785A) is known color: Terra Cotta. HEX triplet: E7, 78 and 5A. RGB value is (231,120,90). Sum of RGB (Red+Green+Blue) = 231+120+90=441 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.38% from 441); Green value is 120 (47.27% from 255 or 27.21% from 441); Blue value is 90 (35.55% from 255 or 20.41% from 441); Max value from RGB is 231 - color contains mainly: red. Hex color #E7785A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7785A is #1887A5. Grayscale: #969696. Windows color (decimal): -1607590 or 5929191. OLE color: 5929191.
HSL color Cylindrical-coordinate representation of color #E7785A: hue angle of 12.77º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E7785A is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 120 | 90 | - |
| CMYK | 0 | 0.48 | 0.61 | 0.09 |
| HSL | 12.77º | 0.75% | 0.63% | - |
| HSV(B) | 12.77º | 0.61% | 0.91% | - |
| XYZ | 41.52 | 31.16 | 13.5 | - |
| YUV | 149.77 | 94.27 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 120 | 90 | 0 | 0.48 | 0.61 | 0.09 | 12.77 | 0.75 | 0.63 |
| Hex | E7 | 78 | 5A | 0 | 30 | 3D | 9 | D | 4B | 3F |
| Octal | 347 | 170 | 132 | 0 | 60 | 75 | 11 | 15 | 113 | 77 |
| Binary | 11100111 | 1111000 | 1011010 | 0 | 110000 | 111101 | 1001 | 1101 | 1001011 | 111111 |
Color Harmonies of #E7785A
Complementary color
Monochromatic Colors of #E7785A
Black with #E7785A
Text Example
Text Example
White with #E7785A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7785A; }
p { color: rgb(231,120,90); }
H1.HeaderClassName
{
color: #E7785A;
}
.AnyTagClassName
{
color: #E7785A;
}
</style>
background-color css
<style>
a { background-color: #E7785A; }
a { background-color: rgb(231,120,90); }
div.DivClassName
{
background-color: #E7785A;
}
.BgClassName
{
background-color: #E7785A;
}
</style>
border-color css
<style>
span { border-color: #E7785A; }
span { border-color: rgb(231,120,90); }
td.TdClassName
{
border-color: #E7785A;
}
.TagClassName
{
border-color: #E7785A;
}
</style>