Shades of Terra Cotta #E77560
Tints of Terra Cotta #E77560
RGB
CMYK
RGB Variations
Color information
#E77560 (or 0xE77560) is known color: Terra Cotta. HEX triplet: E7, 75 and 60. RGB value is (231,117,96). Sum of RGB (Red+Green+Blue) = 231+117+96=444 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.03% from 444); Green value is 117 (46.09% from 255 or 26.35% from 444); Blue value is 96 (37.89% from 255 or 21.62% from 444); Max value from RGB is 231 - color contains mainly: red. Hex color #E77560 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77560 is #188A9F. Grayscale: #949494. Windows color (decimal): -1608352 or 6321639. OLE color: 6321639.
HSL color Cylindrical-coordinate representation of color #E77560: hue angle of 9.33º 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 #E77560 is Cyan = 0, Magento = 0.49, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 117 | 96 | - |
| CMYK | 0 | 0.49 | 0.58 | 0.09 |
| HSL | 9.33º | 0.74% | 0.64% | - |
| HSV(B) | 9.33º | 0.58% | 0.91% | - |
| XYZ | 41.43 | 30.56 | 14.78 | - |
| YUV | 148.69 | 98.27 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 117 | 96 | 0 | 0.49 | 0.58 | 0.09 | 9.33 | 0.74 | 0.64 |
| Hex | E7 | 75 | 60 | 0 | 31 | 3A | 9 | 9 | 4A | 40 |
| Octal | 347 | 165 | 140 | 0 | 61 | 72 | 11 | 11 | 112 | 100 |
| Binary | 11100111 | 1110101 | 1100000 | 0 | 110001 | 111010 | 1001 | 1001 | 1001010 | 1000000 |
Color Harmonies of #E77560
Complementary color
Monochromatic Colors of #E77560
Black with #E77560
Text Example
Text Example
White with #E77560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77560; }
p { color: rgb(231,117,96); }
H1.HeaderClassName
{
color: #E77560;
}
.AnyTagClassName
{
color: #E77560;
}
</style>
background-color css
<style>
a { background-color: #E77560; }
a { background-color: rgb(231,117,96); }
div.DivClassName
{
background-color: #E77560;
}
.BgClassName
{
background-color: #E77560;
}
</style>
border-color css
<style>
span { border-color: #E77560; }
span { border-color: rgb(231,117,96); }
td.TdClassName
{
border-color: #E77560;
}
.TagClassName
{
border-color: #E77560;
}
</style>