Shades of Terra Cotta #E7775B
Tints of Terra Cotta #E7775B
RGB
CMYK
RGB Variations
Color information
#E7775B (or 0xE7775B) is known color: Terra Cotta. HEX triplet: E7, 77 and 5B. RGB value is (231,119,91). Sum of RGB (Red+Green+Blue) = 231+119+91=441 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.38% from 441); Green value is 119 (46.88% from 255 or 26.98% from 441); Blue value is 91 (35.94% from 255 or 20.63% from 441); Max value from RGB is 231 - color contains mainly: red. Hex color #E7775B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7775B is #1888A4. Grayscale: #959595. Windows color (decimal): -1607845 or 5994471. OLE color: 5994471.
HSL color Cylindrical-coordinate representation of color #E7775B: hue angle of 12º 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 #E7775B is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 119 | 91 | - |
| CMYK | 0 | 0.48 | 0.61 | 0.09 |
| HSL | 12º | 0.74% | 0.63% | - |
| HSV(B) | 12º | 0.61% | 0.91% | - |
| XYZ | 41.44 | 30.94 | 13.69 | - |
| YUV | 149.3 | 95.11 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 119 | 91 | 0 | 0.48 | 0.61 | 0.09 | 12 | 0.74 | 0.63 |
| Hex | E7 | 77 | 5B | 0 | 30 | 3D | 9 | C | 4A | 3F |
| Octal | 347 | 167 | 133 | 0 | 60 | 75 | 11 | 14 | 112 | 77 |
| Binary | 11100111 | 1110111 | 1011011 | 0 | 110000 | 111101 | 1001 | 1100 | 1001010 | 111111 |
Color Harmonies of #E7775B
Complementary color
Monochromatic Colors of #E7775B
Black with #E7775B
Text Example
Text Example
White with #E7775B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7775B; }
p { color: rgb(231,119,91); }
H1.HeaderClassName
{
color: #E7775B;
}
.AnyTagClassName
{
color: #E7775B;
}
</style>
background-color css
<style>
a { background-color: #E7775B; }
a { background-color: rgb(231,119,91); }
div.DivClassName
{
background-color: #E7775B;
}
.BgClassName
{
background-color: #E7775B;
}
</style>
border-color css
<style>
span { border-color: #E7775B; }
span { border-color: rgb(231,119,91); }
td.TdClassName
{
border-color: #E7775B;
}
.TagClassName
{
border-color: #E7775B;
}
</style>