Shades of Shadow #7F6B47
Tints of Shadow #7F6B47
RGB
CMYK
RGB Variations
Color information
#7F6B47 (or 0x7F6B47) is known color: Shadow. HEX triplet: 7F, 6B and 47. RGB value is (127,107,71). Sum of RGB (Red+Green+Blue) = 127+107+71=305 (40% of max value = 765). Red value is 127 (50% from 255 or 41.64% from 305); Green value is 107 (42.19% from 255 or 35.08% from 305); Blue value is 71 (28.12% from 255 or 23.28% from 305); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6B47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F6B47 is #8094B8. Grayscale: #6D6D6D. Windows color (decimal): -8426681 or 4680575. OLE color: 4680575.
HSL color Cylindrical-coordinate representation of color #7F6B47: hue angle of 38.57º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7F6B47 is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 107 | 71 | - |
| CMYK | 0 | 0.16 | 0.44 | 0.50 |
| HSL | 38.57º | 0.28% | 0.39% | - |
| HSV(B) | 38.57º | 0.44% | 0.5% | - |
| XYZ | 15.15 | 15.48 | 8.15 | - |
| YUV | 108.88 | 106.63 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 107 | 71 | 0 | 0.16 | 0.44 | 0.50 | 38.57 | 0.28 | 0.39 |
| Hex | 7F | 6B | 47 | 0 | 10 | 2C | 32 | 27 | 1C | 27 |
| Octal | 177 | 153 | 107 | 0 | 20 | 54 | 62 | 47 | 34 | 47 |
| Binary | 1111111 | 1101011 | 1000111 | 0 | 10000 | 101100 | 110010 | 100111 | 11100 | 100111 |
Color Harmonies of #7F6B47
Complementary color
Monochromatic Colors of #7F6B47
Black with #7F6B47
Text Example
Text Example
White with #7F6B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6B47; }
p { color: rgb(127,107,71); }
H1.HeaderClassName
{
color: #7F6B47;
}
.AnyTagClassName
{
color: #7F6B47;
}
</style>
background-color css
<style>
a { background-color: #7F6B47; }
a { background-color: rgb(127,107,71); }
div.DivClassName
{
background-color: #7F6B47;
}
.BgClassName
{
background-color: #7F6B47;
}
</style>
border-color css
<style>
span { border-color: #7F6B47; }
span { border-color: rgb(127,107,71); }
td.TdClassName
{
border-color: #7F6B47;
}
.TagClassName
{
border-color: #7F6B47;
}
</style>