Shades of Terra Cotta #DA7760
Tints of Terra Cotta #DA7760
RGB
CMYK
RGB Variations
Color information
#DA7760 (or 0xDA7760) is known color: Terra Cotta. HEX triplet: DA, 77 and 60. RGB value is (218,119,96). Sum of RGB (Red+Green+Blue) = 218+119+96=433 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.35% from 433); Green value is 119 (46.88% from 255 or 27.48% from 433); Blue value is 96 (37.89% from 255 or 22.17% from 433); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7760 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7760 is #25889F. Grayscale: #929292. Windows color (decimal): -2459808 or 6322138. OLE color: 6322138.
HSL color Cylindrical-coordinate representation of color #DA7760: hue angle of 11.31º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA7760 is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 119 | 96 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.15 |
| HSL | 11.31º | 0.62% | 0.62% | - |
| HSV(B) | 11.31º | 0.56% | 0.85% | - |
| XYZ | 37.62 | 28.94 | 14.67 | - |
| YUV | 145.98 | 99.8 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 119 | 96 | 0 | 0.45 | 0.56 | 0.15 | 11.31 | 0.62 | 0.62 |
| Hex | DA | 77 | 60 | 0 | 2D | 38 | F | B | 3E | 3E |
| Octal | 332 | 167 | 140 | 0 | 55 | 70 | 17 | 13 | 76 | 76 |
| Binary | 11011010 | 1110111 | 1100000 | 0 | 101101 | 111000 | 1111 | 1011 | 111110 | 111110 |
Color Harmonies of #DA7760
Complementary color
Monochromatic Colors of #DA7760
Black with #DA7760
Text Example
Text Example
White with #DA7760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7760; }
p { color: rgb(218,119,96); }
H1.HeaderClassName
{
color: #DA7760;
}
.AnyTagClassName
{
color: #DA7760;
}
</style>
background-color css
<style>
a { background-color: #DA7760; }
a { background-color: rgb(218,119,96); }
div.DivClassName
{
background-color: #DA7760;
}
.BgClassName
{
background-color: #DA7760;
}
</style>
border-color css
<style>
span { border-color: #DA7760; }
span { border-color: rgb(218,119,96); }
td.TdClassName
{
border-color: #DA7760;
}
.TagClassName
{
border-color: #DA7760;
}
</style>