Shades of Shadow #7F7156
Tints of Shadow #7F7156
RGB
CMYK
RGB Variations
Color information
#7F7156 (or 0x7F7156) is known color: Shadow. HEX triplet: 7F, 71 and 56. RGB value is (127,113,86). Sum of RGB (Red+Green+Blue) = 127+113+86=326 (43% of max value = 765). Red value is 127 (50% from 255 or 38.96% from 326); Green value is 113 (44.53% from 255 or 34.66% from 326); Blue value is 86 (33.98% from 255 or 26.38% from 326); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7156 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7156 is #808EA9. Grayscale: #727272. Windows color (decimal): -8425130 or 5665151. OLE color: 5665151.
HSL color Cylindrical-coordinate representation of color #7F7156: hue angle of 39.51º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7F7156 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 113 | 86 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.50 |
| HSL | 39.51º | 0.19% | 0.42% | - |
| HSV(B) | 39.51º | 0.32% | 0.5% | - |
| XYZ | 16.34 | 16.99 | 11.22 | - |
| YUV | 114.11 | 112.14 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 113 | 86 | 0 | 0.11 | 0.32 | 0.50 | 39.51 | 0.19 | 0.42 |
| Hex | 7F | 71 | 56 | 0 | B | 20 | 32 | 28 | 13 | 2A |
| Octal | 177 | 161 | 126 | 0 | 13 | 40 | 62 | 50 | 23 | 52 |
| Binary | 1111111 | 1110001 | 1010110 | 0 | 1011 | 100000 | 110010 | 101000 | 10011 | 101010 |
Color Harmonies of #7F7156
Complementary color
Monochromatic Colors of #7F7156
Black with #7F7156
Text Example
Text Example
White with #7F7156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7156; }
p { color: rgb(127,113,86); }
H1.HeaderClassName
{
color: #7F7156;
}
.AnyTagClassName
{
color: #7F7156;
}
</style>
background-color css
<style>
a { background-color: #7F7156; }
a { background-color: rgb(127,113,86); }
div.DivClassName
{
background-color: #7F7156;
}
.BgClassName
{
background-color: #7F7156;
}
</style>
border-color css
<style>
span { border-color: #7F7156; }
span { border-color: rgb(127,113,86); }
td.TdClassName
{
border-color: #7F7156;
}
.TagClassName
{
border-color: #7F7156;
}
</style>