Shades of Terra Cotta #E77F65
Tints of Terra Cotta #E77F65
RGB
CMYK
RGB Variations
Color information
#E77F65 (or 0xE77F65) is known color: Terra Cotta. HEX triplet: E7, 7F and 65. RGB value is (231,127,101). Sum of RGB (Red+Green+Blue) = 231+127+101=459 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.33% from 459); Green value is 127 (50% from 255 or 27.67% from 459); Blue value is 101 (39.84% from 255 or 22.00% from 459); Max value from RGB is 231 - color contains mainly: red. Hex color #E77F65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77F65 is #18809A. Grayscale: #9B9B9B. Windows color (decimal): -1605787 or 6651879. OLE color: 6651879.
HSL color Cylindrical-coordinate representation of color #E77F65: hue angle of 12º 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 #E77F65 is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 127 | 101 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.09 |
| HSL | 12º | 0.73% | 0.65% | - |
| HSV(B) | 12º | 0.56% | 0.91% | - |
| XYZ | 42.89 | 33.11 | 16.44 | - |
| YUV | 155.13 | 97.46 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 127 | 101 | 0 | 0.45 | 0.56 | 0.09 | 12 | 0.73 | 0.65 |
| Hex | E7 | 7F | 65 | 0 | 2D | 38 | 9 | C | 49 | 41 |
| Octal | 347 | 177 | 145 | 0 | 55 | 70 | 11 | 14 | 111 | 101 |
| Binary | 11100111 | 1111111 | 1100101 | 0 | 101101 | 111000 | 1001 | 1100 | 1001001 | 1000001 |
Color Harmonies of #E77F65
Complementary color
Monochromatic Colors of #E77F65
Black with #E77F65
Text Example
Text Example
White with #E77F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77F65; }
p { color: rgb(231,127,101); }
H1.HeaderClassName
{
color: #E77F65;
}
.AnyTagClassName
{
color: #E77F65;
}
</style>
background-color css
<style>
a { background-color: #E77F65; }
a { background-color: rgb(231,127,101); }
div.DivClassName
{
background-color: #E77F65;
}
.BgClassName
{
background-color: #E77F65;
}
</style>
border-color css
<style>
span { border-color: #E77F65; }
span { border-color: rgb(231,127,101); }
td.TdClassName
{
border-color: #E77F65;
}
.TagClassName
{
border-color: #E77F65;
}
</style>