Shades of Terra Cotta #E76F68
Tints of Terra Cotta #E76F68
RGB
CMYK
RGB Variations
Color information
#E76F68 (or 0xE76F68) is known color: Terra Cotta. HEX triplet: E7, 6F and 68. RGB value is (231,111,104). Sum of RGB (Red+Green+Blue) = 231+111+104=446 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.79% from 446); Green value is 111 (43.75% from 255 or 24.89% from 446); Blue value is 104 (41.02% from 255 or 23.32% from 446); Max value from RGB is 231 - color contains mainly: red. Hex color #E76F68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76F68 is #189097. Grayscale: #929292. Windows color (decimal): -1609880 or 6844391. OLE color: 6844391.
HSL color Cylindrical-coordinate representation of color #E76F68: hue angle of 3.31º 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 #E76F68 is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 111 | 104 | - |
| CMYK | 0 | 0.52 | 0.55 | 0.09 |
| HSL | 3.31º | 0.73% | 0.66% | - |
| HSV(B) | 3.31º | 0.55% | 0.91% | - |
| XYZ | 41.14 | 29.36 | 16.6 | - |
| YUV | 146.08 | 104.26 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 111 | 104 | 0 | 0.52 | 0.55 | 0.09 | 3.31 | 0.73 | 0.66 |
| Hex | E7 | 6F | 68 | 0 | 34 | 37 | 9 | 3 | 49 | 42 |
| Octal | 347 | 157 | 150 | 0 | 64 | 67 | 11 | 3 | 111 | 102 |
| Binary | 11100111 | 1101111 | 1101000 | 0 | 110100 | 110111 | 1001 | 11 | 1001001 | 1000010 |
Color Harmonies of #E76F68
Complementary color
Monochromatic Colors of #E76F68
Black with #E76F68
Text Example
Text Example
White with #E76F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76F68; }
p { color: rgb(231,111,104); }
H1.HeaderClassName
{
color: #E76F68;
}
.AnyTagClassName
{
color: #E76F68;
}
</style>
background-color css
<style>
a { background-color: #E76F68; }
a { background-color: rgb(231,111,104); }
div.DivClassName
{
background-color: #E76F68;
}
.BgClassName
{
background-color: #E76F68;
}
</style>
border-color css
<style>
span { border-color: #E76F68; }
span { border-color: rgb(231,111,104); }
td.TdClassName
{
border-color: #E76F68;
}
.TagClassName
{
border-color: #E76F68;
}
</style>