Shades of Terra Cotta #E77961
Tints of Terra Cotta #E77961
RGB
CMYK
RGB Variations
Color information
#E77961 (or 0xE77961) is known color: Terra Cotta. HEX triplet: E7, 79 and 61. RGB value is (231,121,97). Sum of RGB (Red+Green+Blue) = 231+121+97=449 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.45% from 449); Green value is 121 (47.66% from 255 or 26.95% from 449); Blue value is 97 (38.28% from 255 or 21.60% from 449); Max value from RGB is 231 - color contains mainly: red. Hex color #E77961 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77961 is #18869E. Grayscale: #979797. Windows color (decimal): -1607327 or 6388199. OLE color: 6388199.
HSL color Cylindrical-coordinate representation of color #E77961: hue angle of 10.75º 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 #E77961 is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 121 | 97 | - |
| CMYK | 0 | 0.48 | 0.58 | 0.09 |
| HSL | 10.75º | 0.74% | 0.64% | - |
| HSV(B) | 10.75º | 0.58% | 0.91% | - |
| XYZ | 41.95 | 31.53 | 15.18 | - |
| YUV | 151.15 | 97.44 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 121 | 97 | 0 | 0.48 | 0.58 | 0.09 | 10.75 | 0.74 | 0.64 |
| Hex | E7 | 79 | 61 | 0 | 30 | 3A | 9 | B | 4A | 40 |
| Octal | 347 | 171 | 141 | 0 | 60 | 72 | 11 | 13 | 112 | 100 |
| Binary | 11100111 | 1111001 | 1100001 | 0 | 110000 | 111010 | 1001 | 1011 | 1001010 | 1000000 |
Color Harmonies of #E77961
Complementary color
Monochromatic Colors of #E77961
Black with #E77961
Text Example
Text Example
White with #E77961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77961; }
p { color: rgb(231,121,97); }
H1.HeaderClassName
{
color: #E77961;
}
.AnyTagClassName
{
color: #E77961;
}
</style>
background-color css
<style>
a { background-color: #E77961; }
a { background-color: rgb(231,121,97); }
div.DivClassName
{
background-color: #E77961;
}
.BgClassName
{
background-color: #E77961;
}
</style>
border-color css
<style>
span { border-color: #E77961; }
span { border-color: rgb(231,121,97); }
td.TdClassName
{
border-color: #E77961;
}
.TagClassName
{
border-color: #E77961;
}
</style>