Shades of Putty #C7AF77
Tints of Putty #C7AF77
RGB
CMYK
RGB Variations
Color information
#C7AF77 (or 0xC7AF77) is known color: Putty. HEX triplet: C7, AF and 77. RGB value is (199,175,119). Sum of RGB (Red+Green+Blue) = 199+175+119=493 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.37% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 119 (46.88% from 255 or 24.14% from 493); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AF77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AF77 is #385088. Grayscale: #B0B0B0. Windows color (decimal): -3690633 or 7843783. OLE color: 7843783.
HSL color Cylindrical-coordinate representation of color #C7AF77: hue angle of 42º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C7AF77 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 175 | 119 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.22 |
| HSL | 42º | 0.42% | 0.62% | - |
| HSV(B) | 42º | 0.4% | 0.78% | - |
| XYZ | 42.21 | 44.13 | 23.75 | - |
| YUV | 175.79 | 95.95 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 175 | 119 | 0 | 0.12 | 0.40 | 0.22 | 42 | 0.42 | 0.62 |
| Hex | C7 | AF | 77 | 0 | C | 28 | 16 | 2A | 2A | 3E |
| Octal | 307 | 257 | 167 | 0 | 14 | 50 | 26 | 52 | 52 | 76 |
| Binary | 11000111 | 10101111 | 1110111 | 0 | 1100 | 101000 | 10110 | 101010 | 101010 | 111110 |
Color Harmonies of #C7AF77
Complementary color
Monochromatic Colors of #C7AF77
Black with #C7AF77
Text Example
Text Example
White with #C7AF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AF77; }
p { color: rgb(199,175,119); }
H1.HeaderClassName
{
color: #C7AF77;
}
.AnyTagClassName
{
color: #C7AF77;
}
</style>
background-color css
<style>
a { background-color: #C7AF77; }
a { background-color: rgb(199,175,119); }
div.DivClassName
{
background-color: #C7AF77;
}
.BgClassName
{
background-color: #C7AF77;
}
</style>
border-color css
<style>
span { border-color: #C7AF77; }
span { border-color: rgb(199,175,119); }
td.TdClassName
{
border-color: #C7AF77;
}
.TagClassName
{
border-color: #C7AF77;
}
</style>