Shades of Terra Cotta #E77D5E
Tints of Terra Cotta #E77D5E
RGB
CMYK
RGB Variations
Color information
#E77D5E (or 0xE77D5E) is known color: Terra Cotta. HEX triplet: E7, 7D and 5E. RGB value is (231,125,94). Sum of RGB (Red+Green+Blue) = 231+125+94=450 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.33% from 450); Green value is 125 (49.22% from 255 or 27.78% from 450); Blue value is 94 (37.11% from 255 or 20.89% from 450); Max value from RGB is 231 - color contains mainly: red. Hex color #E77D5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77D5E is #1882A1. Grayscale: #999999. Windows color (decimal): -1606306 or 6192615. OLE color: 6192615.
HSL color Cylindrical-coordinate representation of color #E77D5E: hue angle of 13.58º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E77D5E is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 125 | 94 | - |
| CMYK | 0 | 0.46 | 0.59 | 0.09 |
| HSL | 13.58º | 0.74% | 0.64% | - |
| HSV(B) | 13.58º | 0.59% | 0.91% | - |
| XYZ | 42.31 | 32.46 | 14.63 | - |
| YUV | 153.16 | 94.62 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 125 | 94 | 0 | 0.46 | 0.59 | 0.09 | 13.58 | 0.74 | 0.64 |
| Hex | E7 | 7D | 5E | 0 | 2E | 3B | 9 | E | 4A | 40 |
| Octal | 347 | 175 | 136 | 0 | 56 | 73 | 11 | 16 | 112 | 100 |
| Binary | 11100111 | 1111101 | 1011110 | 0 | 101110 | 111011 | 1001 | 1110 | 1001010 | 1000000 |
Color Harmonies of #E77D5E
Complementary color
Monochromatic Colors of #E77D5E
Black with #E77D5E
Text Example
Text Example
White with #E77D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77D5E; }
p { color: rgb(231,125,94); }
H1.HeaderClassName
{
color: #E77D5E;
}
.AnyTagClassName
{
color: #E77D5E;
}
</style>
background-color css
<style>
a { background-color: #E77D5E; }
a { background-color: rgb(231,125,94); }
div.DivClassName
{
background-color: #E77D5E;
}
.BgClassName
{
background-color: #E77D5E;
}
</style>
border-color css
<style>
span { border-color: #E77D5E; }
span { border-color: rgb(231,125,94); }
td.TdClassName
{
border-color: #E77D5E;
}
.TagClassName
{
border-color: #E77D5E;
}
</style>