Shades of Terra Cotta #D77866
Tints of Terra Cotta #D77866
RGB
CMYK
RGB Variations
Color information
#D77866 (or 0xD77866) is known color: Terra Cotta. HEX triplet: D7, 78 and 66. RGB value is (215,120,102). Sum of RGB (Red+Green+Blue) = 215+120+102=437 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.20% from 437); Green value is 120 (47.27% from 255 or 27.46% from 437); Blue value is 102 (40.23% from 255 or 23.34% from 437); Max value from RGB is 215 - color contains mainly: red. Hex color #D77866 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77866 is #288799. Grayscale: #929292. Windows color (decimal): -2656154 or 6715607. OLE color: 6715607.
HSL color Cylindrical-coordinate representation of color #D77866: hue angle of 9.56º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D77866 is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 120 | 102 | - |
| CMYK | 0 | 0.44 | 0.53 | 0.16 |
| HSL | 9.56º | 0.59% | 0.62% | - |
| HSV(B) | 9.56º | 0.53% | 0.84% | - |
| XYZ | 37.14 | 28.84 | 16.18 | - |
| YUV | 146.35 | 102.97 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 120 | 102 | 0 | 0.44 | 0.53 | 0.16 | 9.56 | 0.59 | 0.62 |
| Hex | D7 | 78 | 66 | 0 | 2C | 35 | 10 | A | 3B | 3E |
| Octal | 327 | 170 | 146 | 0 | 54 | 65 | 20 | 12 | 73 | 76 |
| Binary | 11010111 | 1111000 | 1100110 | 0 | 101100 | 110101 | 10000 | 1010 | 111011 | 111110 |
Color Harmonies of #D77866
Complementary color
Monochromatic Colors of #D77866
Black with #D77866
Text Example
Text Example
White with #D77866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77866; }
p { color: rgb(215,120,102); }
H1.HeaderClassName
{
color: #D77866;
}
.AnyTagClassName
{
color: #D77866;
}
</style>
background-color css
<style>
a { background-color: #D77866; }
a { background-color: rgb(215,120,102); }
div.DivClassName
{
background-color: #D77866;
}
.BgClassName
{
background-color: #D77866;
}
</style>
border-color css
<style>
span { border-color: #D77866; }
span { border-color: rgb(215,120,102); }
td.TdClassName
{
border-color: #D77866;
}
.TagClassName
{
border-color: #D77866;
}
</style>