Shades of Terra Cotta #E7785B
Tints of Terra Cotta #E7785B
RGB
CMYK
RGB Variations
Color information
#E7785B (or 0xE7785B) is known color: Terra Cotta. HEX triplet: E7, 78 and 5B. RGB value is (231,120,91). Sum of RGB (Red+Green+Blue) = 231+120+91=442 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.26% from 442); Green value is 120 (47.27% from 255 or 27.15% from 442); Blue value is 91 (35.94% from 255 or 20.59% from 442); Max value from RGB is 231 - color contains mainly: red. Hex color #E7785B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7785B is #1887A4. Grayscale: #969696. Windows color (decimal): -1607589 or 5994727. OLE color: 5994727.
HSL color Cylindrical-coordinate representation of color #E7785B: hue angle of 12.43º degrees, saturation: 0.74, 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 #E7785B is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 120 | 91 | - |
| CMYK | 0 | 0.48 | 0.61 | 0.09 |
| HSL | 12.43º | 0.74% | 0.63% | - |
| HSV(B) | 12.43º | 0.61% | 0.91% | - |
| XYZ | 41.56 | 31.18 | 13.72 | - |
| YUV | 149.88 | 94.77 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 120 | 91 | 0 | 0.48 | 0.61 | 0.09 | 12.43 | 0.74 | 0.63 |
| Hex | E7 | 78 | 5B | 0 | 30 | 3D | 9 | C | 4A | 3F |
| Octal | 347 | 170 | 133 | 0 | 60 | 75 | 11 | 14 | 112 | 77 |
| Binary | 11100111 | 1111000 | 1011011 | 0 | 110000 | 111101 | 1001 | 1100 | 1001010 | 111111 |
Color Harmonies of #E7785B
Complementary color
Monochromatic Colors of #E7785B
Black with #E7785B
Text Example
Text Example
White with #E7785B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7785B; }
p { color: rgb(231,120,91); }
H1.HeaderClassName
{
color: #E7785B;
}
.AnyTagClassName
{
color: #E7785B;
}
</style>
background-color css
<style>
a { background-color: #E7785B; }
a { background-color: rgb(231,120,91); }
div.DivClassName
{
background-color: #E7785B;
}
.BgClassName
{
background-color: #E7785B;
}
</style>
border-color css
<style>
span { border-color: #E7785B; }
span { border-color: rgb(231,120,91); }
td.TdClassName
{
border-color: #E7785B;
}
.TagClassName
{
border-color: #E7785B;
}
</style>