Shades of Terra Cotta #E77D61
Tints of Terra Cotta #E77D61
RGB
CMYK
RGB Variations
Color information
#E77D61 (or 0xE77D61) is known color: Terra Cotta. HEX triplet: E7, 7D and 61. RGB value is (231,125,97). Sum of RGB (Red+Green+Blue) = 231+125+97=453 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.99% from 453); Green value is 125 (49.22% from 255 or 27.59% from 453); Blue value is 97 (38.28% from 255 or 21.41% from 453); Max value from RGB is 231 - color contains mainly: red. Hex color #E77D61 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77D61 is #18829E. Grayscale: #999999. Windows color (decimal): -1606303 or 6389223. OLE color: 6389223.
HSL color Cylindrical-coordinate representation of color #E77D61: hue angle of 12.54º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E77D61 is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 125 | 97 | - |
| CMYK | 0 | 0.46 | 0.58 | 0.09 |
| HSL | 12.54º | 0.74% | 0.64% | - |
| HSV(B) | 12.54º | 0.58% | 0.91% | - |
| XYZ | 42.45 | 32.52 | 15.35 | - |
| YUV | 153.5 | 96.12 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 125 | 97 | 0 | 0.46 | 0.58 | 0.09 | 12.54 | 0.74 | 0.64 |
| Hex | E7 | 7D | 61 | 0 | 2E | 3A | 9 | D | 4A | 40 |
| Octal | 347 | 175 | 141 | 0 | 56 | 72 | 11 | 15 | 112 | 100 |
| Binary | 11100111 | 1111101 | 1100001 | 0 | 101110 | 111010 | 1001 | 1101 | 1001010 | 1000000 |
Color Harmonies of #E77D61
Complementary color
Monochromatic Colors of #E77D61
Black with #E77D61
Text Example
Text Example
White with #E77D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77D61; }
p { color: rgb(231,125,97); }
H1.HeaderClassName
{
color: #E77D61;
}
.AnyTagClassName
{
color: #E77D61;
}
</style>
background-color css
<style>
a { background-color: #E77D61; }
a { background-color: rgb(231,125,97); }
div.DivClassName
{
background-color: #E77D61;
}
.BgClassName
{
background-color: #E77D61;
}
</style>
border-color css
<style>
span { border-color: #E77D61; }
span { border-color: rgb(231,125,97); }
td.TdClassName
{
border-color: #E77D61;
}
.TagClassName
{
border-color: #E77D61;
}
</style>