Shades of Terra Cotta #E7735C
Tints of Terra Cotta #E7735C
RGB
CMYK
RGB Variations
Color information
#E7735C (or 0xE7735C) is known color: Terra Cotta. HEX triplet: E7, 73 and 5C. RGB value is (231,115,92). Sum of RGB (Red+Green+Blue) = 231+115+92=438 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.74% from 438); Green value is 115 (45.31% from 255 or 26.26% from 438); Blue value is 92 (36.33% from 255 or 21.00% from 438); Max value from RGB is 231 - color contains mainly: red. Hex color #E7735C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7735C is #188CA3. Grayscale: #939393. Windows color (decimal): -1608868 or 6058983. OLE color: 6058983.
HSL color Cylindrical-coordinate representation of color #E7735C: hue angle of 9.93º 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 #E7735C is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 115 | 92 | - |
| CMYK | 0 | 0.50 | 0.60 | 0.09 |
| HSL | 9.93º | 0.74% | 0.63% | - |
| HSV(B) | 9.93º | 0.6% | 0.91% | - |
| XYZ | 41.02 | 30.02 | 13.76 | - |
| YUV | 147.06 | 96.93 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 115 | 92 | 0 | 0.50 | 0.60 | 0.09 | 9.93 | 0.74 | 0.63 |
| Hex | E7 | 73 | 5C | 0 | 32 | 3C | 9 | A | 4A | 3F |
| Octal | 347 | 163 | 134 | 0 | 62 | 74 | 11 | 12 | 112 | 77 |
| Binary | 11100111 | 1110011 | 1011100 | 0 | 110010 | 111100 | 1001 | 1010 | 1001010 | 111111 |
Color Harmonies of #E7735C
Complementary color
Monochromatic Colors of #E7735C
Black with #E7735C
Text Example
Text Example
White with #E7735C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7735C; }
p { color: rgb(231,115,92); }
H1.HeaderClassName
{
color: #E7735C;
}
.AnyTagClassName
{
color: #E7735C;
}
</style>
background-color css
<style>
a { background-color: #E7735C; }
a { background-color: rgb(231,115,92); }
div.DivClassName
{
background-color: #E7735C;
}
.BgClassName
{
background-color: #E7735C;
}
</style>
border-color css
<style>
span { border-color: #E7735C; }
span { border-color: rgb(231,115,92); }
td.TdClassName
{
border-color: #E7735C;
}
.TagClassName
{
border-color: #E7735C;
}
</style>