Shades of Putty #D7B577
Tints of Putty #D7B577
RGB
CMYK
RGB Variations
Color information
#D7B577 (or 0xD7B577) is known color: Putty. HEX triplet: D7, B5 and 77. RGB value is (215,181,119). Sum of RGB (Red+Green+Blue) = 215+181+119=515 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.75% from 515); Green value is 181 (71.09% from 255 or 35.15% from 515); Blue value is 119 (46.88% from 255 or 23.11% from 515); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B577 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B577 is #284A88. Grayscale: #B8B8B8. Windows color (decimal): -2640521 or 7845335. OLE color: 7845335.
HSL color Cylindrical-coordinate representation of color #D7B577: hue angle of 38.75º 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 #D7B577 is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 181 | 119 | - |
| CMYK | 0 | 0.16 | 0.45 | 0.16 |
| HSL | 38.75º | 0.55% | 0.65% | - |
| HSV(B) | 38.75º | 0.45% | 0.84% | - |
| XYZ | 47.88 | 48.83 | 24.35 | - |
| YUV | 184.1 | 91.26 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 181 | 119 | 0 | 0.16 | 0.45 | 0.16 | 38.75 | 0.55 | 0.65 |
| Hex | D7 | B5 | 77 | 0 | 10 | 2D | 10 | 27 | 37 | 41 |
| Octal | 327 | 265 | 167 | 0 | 20 | 55 | 20 | 47 | 67 | 101 |
| Binary | 11010111 | 10110101 | 1110111 | 0 | 10000 | 101101 | 10000 | 100111 | 110111 | 1000001 |
Color Harmonies of #D7B577
Complementary color
Monochromatic Colors of #D7B577
Black with #D7B577
Text Example
Text Example
White with #D7B577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B577; }
p { color: rgb(215,181,119); }
H1.HeaderClassName
{
color: #D7B577;
}
.AnyTagClassName
{
color: #D7B577;
}
</style>
background-color css
<style>
a { background-color: #D7B577; }
a { background-color: rgb(215,181,119); }
div.DivClassName
{
background-color: #D7B577;
}
.BgClassName
{
background-color: #D7B577;
}
</style>
border-color css
<style>
span { border-color: #D7B577; }
span { border-color: rgb(215,181,119); }
td.TdClassName
{
border-color: #D7B577;
}
.TagClassName
{
border-color: #D7B577;
}
</style>