Shades of Terra Cotta #E77168
Tints of Terra Cotta #E77168
RGB
CMYK
RGB Variations
Color information
#E77168 (or 0xE77168) is known color: Terra Cotta. HEX triplet: E7, 71 and 68. RGB value is (231,113,104). Sum of RGB (Red+Green+Blue) = 231+113+104=448 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.56% from 448); Green value is 113 (44.53% from 255 or 25.22% from 448); Blue value is 104 (41.02% from 255 or 23.21% from 448); Max value from RGB is 231 - color contains mainly: red. Hex color #E77168 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77168 is #188E97. Grayscale: #939393. Windows color (decimal): -1609368 or 6844903. OLE color: 6844903.
HSL color Cylindrical-coordinate representation of color #E77168: hue angle of 4.25º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E77168 is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 113 | 104 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.09 |
| HSL | 4.25º | 0.73% | 0.66% | - |
| HSV(B) | 4.25º | 0.55% | 0.91% | - |
| XYZ | 41.36 | 29.8 | 16.67 | - |
| YUV | 147.26 | 103.59 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 113 | 104 | 0 | 0.51 | 0.55 | 0.09 | 4.25 | 0.73 | 0.66 |
| Hex | E7 | 71 | 68 | 0 | 33 | 37 | 9 | 4 | 49 | 42 |
| Octal | 347 | 161 | 150 | 0 | 63 | 67 | 11 | 4 | 111 | 102 |
| Binary | 11100111 | 1110001 | 1101000 | 0 | 110011 | 110111 | 1001 | 100 | 1001001 | 1000010 |
Color Harmonies of #E77168
Complementary color
Monochromatic Colors of #E77168
Black with #E77168
Text Example
Text Example
White with #E77168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77168; }
p { color: rgb(231,113,104); }
H1.HeaderClassName
{
color: #E77168;
}
.AnyTagClassName
{
color: #E77168;
}
</style>
background-color css
<style>
a { background-color: #E77168; }
a { background-color: rgb(231,113,104); }
div.DivClassName
{
background-color: #E77168;
}
.BgClassName
{
background-color: #E77168;
}
</style>
border-color css
<style>
span { border-color: #E77168; }
span { border-color: rgb(231,113,104); }
td.TdClassName
{
border-color: #E77168;
}
.TagClassName
{
border-color: #E77168;
}
</style>