Shades of Terra Cotta #DF7760
Tints of Terra Cotta #DF7760
RGB
CMYK
RGB Variations
Color information
#DF7760 (or 0xDF7760) is known color: Terra Cotta. HEX triplet: DF, 77 and 60. RGB value is (223,119,96). Sum of RGB (Red+Green+Blue) = 223+119+96=438 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.91% from 438); Green value is 119 (46.88% from 255 or 27.17% from 438); Blue value is 96 (37.89% from 255 or 21.92% from 438); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7760 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7760 is #20889F. Grayscale: #939393. Windows color (decimal): -2132128 or 6322143. OLE color: 6322143.
HSL color Cylindrical-coordinate representation of color #DF7760: hue angle of 10.87º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF7760 is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 119 | 96 | - |
| CMYK | 0 | 0.47 | 0.57 | 0.13 |
| HSL | 10.87º | 0.66% | 0.63% | - |
| HSV(B) | 10.87º | 0.57% | 0.87% | - |
| XYZ | 39.14 | 29.73 | 14.74 | - |
| YUV | 147.47 | 98.96 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 119 | 96 | 0 | 0.47 | 0.57 | 0.13 | 10.87 | 0.66 | 0.63 |
| Hex | DF | 77 | 60 | 0 | 2F | 39 | D | B | 42 | 3F |
| Octal | 337 | 167 | 140 | 0 | 57 | 71 | 15 | 13 | 102 | 77 |
| Binary | 11011111 | 1110111 | 1100000 | 0 | 101111 | 111001 | 1101 | 1011 | 1000010 | 111111 |
Color Harmonies of #DF7760
Complementary color
Monochromatic Colors of #DF7760
Black with #DF7760
Text Example
Text Example
White with #DF7760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7760; }
p { color: rgb(223,119,96); }
H1.HeaderClassName
{
color: #DF7760;
}
.AnyTagClassName
{
color: #DF7760;
}
</style>
background-color css
<style>
a { background-color: #DF7760; }
a { background-color: rgb(223,119,96); }
div.DivClassName
{
background-color: #DF7760;
}
.BgClassName
{
background-color: #DF7760;
}
</style>
border-color css
<style>
span { border-color: #DF7760; }
span { border-color: rgb(223,119,96); }
td.TdClassName
{
border-color: #DF7760;
}
.TagClassName
{
border-color: #DF7760;
}
</style>