Shades of Terra Cotta #E7725B
Tints of Terra Cotta #E7725B
RGB
CMYK
RGB Variations
Color information
#E7725B (or 0xE7725B) is known color: Terra Cotta. HEX triplet: E7, 72 and 5B. RGB value is (231,114,91). Sum of RGB (Red+Green+Blue) = 231+114+91=436 (57% of max value = 765). Red value is 231 (90.62% from 255 or 52.98% from 436); Green value is 114 (44.92% from 255 or 26.15% from 436); Blue value is 91 (35.94% from 255 or 20.87% from 436); Max value from RGB is 231 - color contains mainly: red. Hex color #E7725B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7725B is #188DA4. Grayscale: #929292. Windows color (decimal): -1609125 or 5993191. OLE color: 5993191.
HSL color Cylindrical-coordinate representation of color #E7725B: hue angle of 9.86º 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 #E7725B is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 114 | 91 | - |
| CMYK | 0 | 0.51 | 0.61 | 0.09 |
| HSL | 9.86º | 0.74% | 0.63% | - |
| HSV(B) | 9.86º | 0.61% | 0.91% | - |
| XYZ | 40.86 | 29.78 | 13.49 | - |
| YUV | 146.36 | 96.76 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 114 | 91 | 0 | 0.51 | 0.61 | 0.09 | 9.86 | 0.74 | 0.63 |
| Hex | E7 | 72 | 5B | 0 | 33 | 3D | 9 | A | 4A | 3F |
| Octal | 347 | 162 | 133 | 0 | 63 | 75 | 11 | 12 | 112 | 77 |
| Binary | 11100111 | 1110010 | 1011011 | 0 | 110011 | 111101 | 1001 | 1010 | 1001010 | 111111 |
Color Harmonies of #E7725B
Complementary color
Monochromatic Colors of #E7725B
Black with #E7725B
Text Example
Text Example
White with #E7725B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7725B; }
p { color: rgb(231,114,91); }
H1.HeaderClassName
{
color: #E7725B;
}
.AnyTagClassName
{
color: #E7725B;
}
</style>
background-color css
<style>
a { background-color: #E7725B; }
a { background-color: rgb(231,114,91); }
div.DivClassName
{
background-color: #E7725B;
}
.BgClassName
{
background-color: #E7725B;
}
</style>
border-color css
<style>
span { border-color: #E7725B; }
span { border-color: rgb(231,114,91); }
td.TdClassName
{
border-color: #E7725B;
}
.TagClassName
{
border-color: #E7725B;
}
</style>