Shades of Terra Cotta #E7775C
Tints of Terra Cotta #E7775C
RGB
CMYK
RGB Variations
Color information
#E7775C (or 0xE7775C) is known color: Terra Cotta. HEX triplet: E7, 77 and 5C. RGB value is (231,119,92). Sum of RGB (Red+Green+Blue) = 231+119+92=442 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.26% from 442); Green value is 119 (46.88% from 255 or 26.92% from 442); Blue value is 92 (36.33% from 255 or 20.81% from 442); Max value from RGB is 231 - color contains mainly: red. Hex color #E7775C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7775C is #1888A3. Grayscale: #959595. Windows color (decimal): -1607844 or 6060007. OLE color: 6060007.
HSL color Cylindrical-coordinate representation of color #E7775C: hue angle of 11.65º 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 #E7775C is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 119 | 92 | - |
| CMYK | 0 | 0.48 | 0.60 | 0.09 |
| HSL | 11.65º | 0.74% | 0.63% | - |
| HSV(B) | 11.65º | 0.6% | 0.91% | - |
| XYZ | 41.48 | 30.96 | 13.91 | - |
| YUV | 149.41 | 95.61 | 186.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 119 | 92 | 0 | 0.48 | 0.60 | 0.09 | 11.65 | 0.74 | 0.63 |
| Hex | E7 | 77 | 5C | 0 | 30 | 3C | 9 | C | 4A | 3F |
| Octal | 347 | 167 | 134 | 0 | 60 | 74 | 11 | 14 | 112 | 77 |
| Binary | 11100111 | 1110111 | 1011100 | 0 | 110000 | 111100 | 1001 | 1100 | 1001010 | 111111 |
Color Harmonies of #E7775C
Complementary color
Monochromatic Colors of #E7775C
Black with #E7775C
Text Example
Text Example
White with #E7775C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7775C; }
p { color: rgb(231,119,92); }
H1.HeaderClassName
{
color: #E7775C;
}
.AnyTagClassName
{
color: #E7775C;
}
</style>
background-color css
<style>
a { background-color: #E7775C; }
a { background-color: rgb(231,119,92); }
div.DivClassName
{
background-color: #E7775C;
}
.BgClassName
{
background-color: #E7775C;
}
</style>
border-color css
<style>
span { border-color: #E7775C; }
span { border-color: rgb(231,119,92); }
td.TdClassName
{
border-color: #E7775C;
}
.TagClassName
{
border-color: #E7775C;
}
</style>