Shades of Shadow #7F714F
Tints of Shadow #7F714F
RGB
CMYK
RGB Variations
Color information
#7F714F (or 0x7F714F) is known color: Shadow. HEX triplet: 7F, 71 and 4F. RGB value is (127,113,79). Sum of RGB (Red+Green+Blue) = 127+113+79=319 (42% of max value = 765). Red value is 127 (50% from 255 or 39.81% from 319); Green value is 113 (44.53% from 255 or 35.42% from 319); Blue value is 79 (31.25% from 255 or 24.76% from 319); Max value from RGB is 127 - color contains mainly: red. Hex color #7F714F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F714F is #808EB0. Grayscale: #717171. Windows color (decimal): -8425137 or 5206399. OLE color: 5206399.
HSL color Cylindrical-coordinate representation of color #7F714F: hue angle of 42.5º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7F714F is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 113 | 79 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.50 |
| HSL | 42.5º | 0.23% | 0.4% | - |
| HSV(B) | 42.5º | 0.38% | 0.5% | - |
| XYZ | 16.07 | 16.89 | 9.81 | - |
| YUV | 113.31 | 108.64 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 113 | 79 | 0 | 0.11 | 0.38 | 0.50 | 42.5 | 0.23 | 0.4 |
| Hex | 7F | 71 | 4F | 0 | B | 26 | 32 | 2A | 17 | 28 |
| Octal | 177 | 161 | 117 | 0 | 13 | 46 | 62 | 52 | 27 | 50 |
| Binary | 1111111 | 1110001 | 1001111 | 0 | 1011 | 100110 | 110010 | 101010 | 10111 | 101000 |
Color Harmonies of #7F714F
Complementary color
Monochromatic Colors of #7F714F
Black with #7F714F
Text Example
Text Example
White with #7F714F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F714F; }
p { color: rgb(127,113,79); }
H1.HeaderClassName
{
color: #7F714F;
}
.AnyTagClassName
{
color: #7F714F;
}
</style>
background-color css
<style>
a { background-color: #7F714F; }
a { background-color: rgb(127,113,79); }
div.DivClassName
{
background-color: #7F714F;
}
.BgClassName
{
background-color: #7F714F;
}
</style>
border-color css
<style>
span { border-color: #7F714F; }
span { border-color: rgb(127,113,79); }
td.TdClassName
{
border-color: #7F714F;
}
.TagClassName
{
border-color: #7F714F;
}
</style>