Shades of Shadow #7F7051
Tints of Shadow #7F7051
RGB
CMYK
RGB Variations
Color information
#7F7051 (or 0x7F7051) is known color: Shadow. HEX triplet: 7F, 70 and 51. RGB value is (127,112,81). Sum of RGB (Red+Green+Blue) = 127+112+81=320 (42% of max value = 765). Red value is 127 (50% from 255 or 39.69% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 81 (32.03% from 255 or 25.31% from 320); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7051 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7051 is #808FAE. Grayscale: #717171. Windows color (decimal): -8425391 or 5337215. OLE color: 5337215.
HSL color Cylindrical-coordinate representation of color #7F7051: hue angle of 40.43º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7F7051 is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 112 | 81 | - |
| CMYK | 0 | 0.12 | 0.36 | 0.50 |
| HSL | 40.43º | 0.22% | 0.41% | - |
| HSV(B) | 40.43º | 0.36% | 0.5% | - |
| XYZ | 16.03 | 16.69 | 10.16 | - |
| YUV | 112.95 | 109.97 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 112 | 81 | 0 | 0.12 | 0.36 | 0.50 | 40.43 | 0.22 | 0.41 |
| Hex | 7F | 70 | 51 | 0 | C | 24 | 32 | 28 | 16 | 29 |
| Octal | 177 | 160 | 121 | 0 | 14 | 44 | 62 | 50 | 26 | 51 |
| Binary | 1111111 | 1110000 | 1010001 | 0 | 1100 | 100100 | 110010 | 101000 | 10110 | 101001 |
Color Harmonies of #7F7051
Complementary color
Monochromatic Colors of #7F7051
Black with #7F7051
Text Example
Text Example
White with #7F7051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7051; }
p { color: rgb(127,112,81); }
H1.HeaderClassName
{
color: #7F7051;
}
.AnyTagClassName
{
color: #7F7051;
}
</style>
background-color css
<style>
a { background-color: #7F7051; }
a { background-color: rgb(127,112,81); }
div.DivClassName
{
background-color: #7F7051;
}
.BgClassName
{
background-color: #7F7051;
}
</style>
border-color css
<style>
span { border-color: #7F7051; }
span { border-color: rgb(127,112,81); }
td.TdClassName
{
border-color: #7F7051;
}
.TagClassName
{
border-color: #7F7051;
}
</style>