Shades of Terra Cotta #EC7765
Tints of Terra Cotta #EC7765
RGB
CMYK
RGB Variations
Color information
#EC7765 (or 0xEC7765) is known color: Terra Cotta. HEX triplet: EC, 77 and 65. RGB value is (236,119,101). Sum of RGB (Red+Green+Blue) = 236+119+101=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 119 (46.88% from 255 or 26.10% from 456); Blue value is 101 (39.84% from 255 or 22.15% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7765 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7765 is #13889A. Grayscale: #989898. Windows color (decimal): -1280155 or 6649836. OLE color: 6649836.
HSL color Cylindrical-coordinate representation of color #EC7765: hue angle of 8º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EC7765 is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 119 | 101 | - |
| CMYK | 0 | 0.50 | 0.57 | 0.07 |
| HSL | 8º | 0.78% | 0.66% | - |
| HSV(B) | 8º | 0.57% | 0.93% | - |
| XYZ | 43.54 | 31.97 | 16.19 | - |
| YUV | 151.93 | 99.26 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 119 | 101 | 0 | 0.50 | 0.57 | 0.07 | 8 | 0.78 | 0.66 |
| Hex | EC | 77 | 65 | 0 | 32 | 39 | 7 | 8 | 4E | 42 |
| Octal | 354 | 167 | 145 | 0 | 62 | 71 | 7 | 10 | 116 | 102 |
| Binary | 11101100 | 1110111 | 1100101 | 0 | 110010 | 111001 | 111 | 1000 | 1001110 | 1000010 |
Color Harmonies of #EC7765
Complementary color
Monochromatic Colors of #EC7765
Black with #EC7765
Text Example
Text Example
White with #EC7765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7765; }
p { color: rgb(236,119,101); }
H1.HeaderClassName
{
color: #EC7765;
}
.AnyTagClassName
{
color: #EC7765;
}
</style>
background-color css
<style>
a { background-color: #EC7765; }
a { background-color: rgb(236,119,101); }
div.DivClassName
{
background-color: #EC7765;
}
.BgClassName
{
background-color: #EC7765;
}
</style>
border-color css
<style>
span { border-color: #EC7765; }
span { border-color: rgb(236,119,101); }
td.TdClassName
{
border-color: #EC7765;
}
.TagClassName
{
border-color: #EC7765;
}
</style>