Shades of Terra Cotta #E77D62
Tints of Terra Cotta #E77D62
RGB
CMYK
RGB Variations
Color information
#E77D62 (or 0xE77D62) is known color: Terra Cotta. HEX triplet: E7, 7D and 62. RGB value is (231,125,98). Sum of RGB (Red+Green+Blue) = 231+125+98=454 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.88% from 454); Green value is 125 (49.22% from 255 or 27.53% from 454); Blue value is 98 (38.67% from 255 or 21.59% from 454); Max value from RGB is 231 - color contains mainly: red. Hex color #E77D62 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77D62 is #18829D. Grayscale: #999999. Windows color (decimal): -1606302 or 6454759. OLE color: 6454759.
HSL color Cylindrical-coordinate representation of color #E77D62: hue angle of 12.18º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E77D62 is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 125 | 98 | - |
| CMYK | 0 | 0.46 | 0.58 | 0.09 |
| HSL | 12.18º | 0.73% | 0.65% | - |
| HSV(B) | 12.18º | 0.58% | 0.91% | - |
| XYZ | 42.49 | 32.54 | 15.6 | - |
| YUV | 153.62 | 96.62 | 183.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 125 | 98 | 0 | 0.46 | 0.58 | 0.09 | 12.18 | 0.73 | 0.65 |
| Hex | E7 | 7D | 62 | 0 | 2E | 3A | 9 | C | 49 | 41 |
| Octal | 347 | 175 | 142 | 0 | 56 | 72 | 11 | 14 | 111 | 101 |
| Binary | 11100111 | 1111101 | 1100010 | 0 | 101110 | 111010 | 1001 | 1100 | 1001001 | 1000001 |
Color Harmonies of #E77D62
Complementary color
Monochromatic Colors of #E77D62
Black with #E77D62
Text Example
Text Example
White with #E77D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77D62; }
p { color: rgb(231,125,98); }
H1.HeaderClassName
{
color: #E77D62;
}
.AnyTagClassName
{
color: #E77D62;
}
</style>
background-color css
<style>
a { background-color: #E77D62; }
a { background-color: rgb(231,125,98); }
div.DivClassName
{
background-color: #E77D62;
}
.BgClassName
{
background-color: #E77D62;
}
</style>
border-color css
<style>
span { border-color: #E77D62; }
span { border-color: rgb(231,125,98); }
td.TdClassName
{
border-color: #E77D62;
}
.TagClassName
{
border-color: #E77D62;
}
</style>