Shades of Terra Cotta #E77161
Tints of Terra Cotta #E77161
RGB
CMYK
RGB Variations
Color information
#E77161 (or 0xE77161) is known color: Terra Cotta. HEX triplet: E7, 71 and 61. RGB value is (231,113,97). Sum of RGB (Red+Green+Blue) = 231+113+97=441 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.38% from 441); Green value is 113 (44.53% from 255 or 25.62% from 441); Blue value is 97 (38.28% from 255 or 22.00% from 441); Max value from RGB is 231 - color contains mainly: red. Hex color #E77161 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77161 is #188E9E. Grayscale: #929292. Windows color (decimal): -1609375 or 6386151. OLE color: 6386151.
HSL color Cylindrical-coordinate representation of color #E77161: hue angle of 7.16º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E77161 is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 113 | 97 | - |
| CMYK | 0 | 0.51 | 0.58 | 0.09 |
| HSL | 7.16º | 0.74% | 0.64% | - |
| HSV(B) | 7.16º | 0.58% | 0.91% | - |
| XYZ | 41.02 | 29.66 | 14.87 | - |
| YUV | 146.46 | 100.09 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 113 | 97 | 0 | 0.51 | 0.58 | 0.09 | 7.16 | 0.74 | 0.64 |
| Hex | E7 | 71 | 61 | 0 | 33 | 3A | 9 | 7 | 4A | 40 |
| Octal | 347 | 161 | 141 | 0 | 63 | 72 | 11 | 7 | 112 | 100 |
| Binary | 11100111 | 1110001 | 1100001 | 0 | 110011 | 111010 | 1001 | 111 | 1001010 | 1000000 |
Color Harmonies of #E77161
Complementary color
Monochromatic Colors of #E77161
Black with #E77161
Text Example
Text Example
White with #E77161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77161; }
p { color: rgb(231,113,97); }
H1.HeaderClassName
{
color: #E77161;
}
.AnyTagClassName
{
color: #E77161;
}
</style>
background-color css
<style>
a { background-color: #E77161; }
a { background-color: rgb(231,113,97); }
div.DivClassName
{
background-color: #E77161;
}
.BgClassName
{
background-color: #E77161;
}
</style>
border-color css
<style>
span { border-color: #E77161; }
span { border-color: rgb(231,113,97); }
td.TdClassName
{
border-color: #E77161;
}
.TagClassName
{
border-color: #E77161;
}
</style>