Shades of Terra Cotta #E77F66
Tints of Terra Cotta #E77F66
RGB
CMYK
RGB Variations
Color information
#E77F66 (or 0xE77F66) is known color: Terra Cotta. HEX triplet: E7, 7F and 66. RGB value is (231,127,102). Sum of RGB (Red+Green+Blue) = 231+127+102=460 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.22% from 460); Green value is 127 (50% from 255 or 27.61% from 460); Blue value is 102 (40.23% from 255 or 22.17% from 460); Max value from RGB is 231 - color contains mainly: red. Hex color #E77F66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77F66 is #188099. Grayscale: #9B9B9B. Windows color (decimal): -1605786 or 6717415. OLE color: 6717415.
HSL color Cylindrical-coordinate representation of color #E77F66: hue angle of 11.63º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E77F66 is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 127 | 102 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.09 |
| HSL | 11.63º | 0.73% | 0.65% | - |
| HSV(B) | 11.63º | 0.56% | 0.91% | - |
| XYZ | 42.94 | 33.13 | 16.7 | - |
| YUV | 155.25 | 97.96 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 127 | 102 | 0 | 0.45 | 0.56 | 0.09 | 11.63 | 0.73 | 0.65 |
| Hex | E7 | 7F | 66 | 0 | 2D | 38 | 9 | C | 49 | 41 |
| Octal | 347 | 177 | 146 | 0 | 55 | 70 | 11 | 14 | 111 | 101 |
| Binary | 11100111 | 1111111 | 1100110 | 0 | 101101 | 111000 | 1001 | 1100 | 1001001 | 1000001 |
Color Harmonies of #E77F66
Complementary color
Monochromatic Colors of #E77F66
Black with #E77F66
Text Example
Text Example
White with #E77F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77F66; }
p { color: rgb(231,127,102); }
H1.HeaderClassName
{
color: #E77F66;
}
.AnyTagClassName
{
color: #E77F66;
}
</style>
background-color css
<style>
a { background-color: #E77F66; }
a { background-color: rgb(231,127,102); }
div.DivClassName
{
background-color: #E77F66;
}
.BgClassName
{
background-color: #E77F66;
}
</style>
border-color css
<style>
span { border-color: #E77F66; }
span { border-color: rgb(231,127,102); }
td.TdClassName
{
border-color: #E77F66;
}
.TagClassName
{
border-color: #E77F66;
}
</style>