Shades of Terra Cotta #D77063
Tints of Terra Cotta #D77063
RGB
CMYK
RGB Variations
Color information
#D77063 (or 0xD77063) is known color: Terra Cotta. HEX triplet: D7, 70 and 63. RGB value is (215,112,99). Sum of RGB (Red+Green+Blue) = 215+112+99=426 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.47% from 426); Green value is 112 (44.14% from 255 or 26.29% from 426); Blue value is 99 (39.06% from 255 or 23.24% from 426); Max value from RGB is 215 - color contains mainly: red. Hex color #D77063 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77063 is #288F9C. Grayscale: #8D8D8D. Windows color (decimal): -2658205 or 6516951. OLE color: 6516951.
HSL color Cylindrical-coordinate representation of color #D77063: hue angle of 6.72º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D77063 is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 112 | 99 | - |
| CMYK | 0 | 0.48 | 0.54 | 0.16 |
| HSL | 6.72º | 0.59% | 0.62% | - |
| HSV(B) | 6.72º | 0.54% | 0.84% | - |
| XYZ | 36.07 | 26.94 | 15.1 | - |
| YUV | 141.32 | 104.12 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 112 | 99 | 0 | 0.48 | 0.54 | 0.16 | 6.72 | 0.59 | 0.62 |
| Hex | D7 | 70 | 63 | 0 | 30 | 36 | 10 | 7 | 3B | 3E |
| Octal | 327 | 160 | 143 | 0 | 60 | 66 | 20 | 7 | 73 | 76 |
| Binary | 11010111 | 1110000 | 1100011 | 0 | 110000 | 110110 | 10000 | 111 | 111011 | 111110 |
Color Harmonies of #D77063
Complementary color
Monochromatic Colors of #D77063
Black with #D77063
Text Example
Text Example
White with #D77063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77063; }
p { color: rgb(215,112,99); }
H1.HeaderClassName
{
color: #D77063;
}
.AnyTagClassName
{
color: #D77063;
}
</style>
background-color css
<style>
a { background-color: #D77063; }
a { background-color: rgb(215,112,99); }
div.DivClassName
{
background-color: #D77063;
}
.BgClassName
{
background-color: #D77063;
}
</style>
border-color css
<style>
span { border-color: #D77063; }
span { border-color: rgb(215,112,99); }
td.TdClassName
{
border-color: #D77063;
}
.TagClassName
{
border-color: #D77063;
}
</style>