Shades of Terra Cotta #D87766
Tints of Terra Cotta #D87766
RGB
CMYK
RGB Variations
Color information
#D87766 (or 0xD87766) is known color: Terra Cotta. HEX triplet: D8, 77 and 66. RGB value is (216,119,102). Sum of RGB (Red+Green+Blue) = 216+119+102=437 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.43% from 437); Green value is 119 (46.88% from 255 or 27.23% from 437); Blue value is 102 (40.23% from 255 or 23.34% from 437); Max value from RGB is 216 - color contains mainly: red. Hex color #D87766 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87766 is #278899. Grayscale: #929292. Windows color (decimal): -2590874 or 6715352. OLE color: 6715352.
HSL color Cylindrical-coordinate representation of color #D87766: hue angle of 8.95º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D87766 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 119 | 102 | - |
| CMYK | 0 | 0.45 | 0.53 | 0.15 |
| HSL | 8.95º | 0.59% | 0.62% | - |
| HSV(B) | 8.95º | 0.53% | 0.85% | - |
| XYZ | 37.31 | 28.75 | 16.15 | - |
| YUV | 146.07 | 103.14 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 119 | 102 | 0 | 0.45 | 0.53 | 0.15 | 8.95 | 0.59 | 0.62 |
| Hex | D8 | 77 | 66 | 0 | 2D | 35 | F | 9 | 3B | 3E |
| Octal | 330 | 167 | 146 | 0 | 55 | 65 | 17 | 11 | 73 | 76 |
| Binary | 11011000 | 1110111 | 1100110 | 0 | 101101 | 110101 | 1111 | 1001 | 111011 | 111110 |
Color Harmonies of #D87766
Complementary color
Monochromatic Colors of #D87766
Black with #D87766
Text Example
Text Example
White with #D87766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87766; }
p { color: rgb(216,119,102); }
H1.HeaderClassName
{
color: #D87766;
}
.AnyTagClassName
{
color: #D87766;
}
</style>
background-color css
<style>
a { background-color: #D87766; }
a { background-color: rgb(216,119,102); }
div.DivClassName
{
background-color: #D87766;
}
.BgClassName
{
background-color: #D87766;
}
</style>
border-color css
<style>
span { border-color: #D87766; }
span { border-color: rgb(216,119,102); }
td.TdClassName
{
border-color: #D87766;
}
.TagClassName
{
border-color: #D87766;
}
</style>