Shades of Putty #D7B077
Tints of Putty #D7B077
RGB
CMYK
RGB Variations
Color information
#D7B077 (or 0xD7B077) is known color: Putty. HEX triplet: D7, B0 and 77. RGB value is (215,176,119). Sum of RGB (Red+Green+Blue) = 215+176+119=510 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.16% from 510); Green value is 176 (69.14% from 255 or 34.51% from 510); Blue value is 119 (46.88% from 255 or 23.33% from 510); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7B077 is #284F88. Grayscale: #B5B5B5. Windows color (decimal): -2641801 or 7844055. OLE color: 7844055.
HSL color Cylindrical-coordinate representation of color #D7B077: hue angle of 35.62º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D7B077 is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 176 | 119 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.16 |
| HSL | 35.63º | 0.55% | 0.65% | - |
| HSV(B) | 35.63º | 0.45% | 0.84% | - |
| XYZ | 46.88 | 46.83 | 24.02 | - |
| YUV | 181.16 | 92.92 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 176 | 119 | 0 | 0.18 | 0.45 | 0.16 | 35.63 | 0.55 | 0.65 |
| Hex | D7 | B0 | 77 | 0 | 12 | 2D | 10 | 24 | 37 | 41 |
| Octal | 327 | 260 | 167 | 0 | 22 | 55 | 20 | 44 | 67 | 101 |
| Binary | 11010111 | 10110000 | 1110111 | 0 | 10010 | 101101 | 10000 | 100100 | 110111 | 1000001 |
Color Harmonies of #D7B077
Complementary color
Monochromatic Colors of #D7B077
Black with #D7B077
Text Example
Text Example
White with #D7B077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B077; }
p { color: rgb(215,176,119); }
H1.HeaderClassName
{
color: #D7B077;
}
.AnyTagClassName
{
color: #D7B077;
}
</style>
background-color css
<style>
a { background-color: #D7B077; }
a { background-color: rgb(215,176,119); }
div.DivClassName
{
background-color: #D7B077;
}
.BgClassName
{
background-color: #D7B077;
}
</style>
border-color css
<style>
span { border-color: #D7B077; }
span { border-color: rgb(215,176,119); }
td.TdClassName
{
border-color: #D7B077;
}
.TagClassName
{
border-color: #D7B077;
}
</style>