Shades of Shadow #7F7254
Tints of Shadow #7F7254
RGB
CMYK
RGB Variations
Color information
#7F7254 (or 0x7F7254) is known color: Shadow. HEX triplet: 7F, 72 and 54. RGB value is (127,114,84). Sum of RGB (Red+Green+Blue) = 127+114+84=325 (43% of max value = 765). Red value is 127 (50% from 255 or 39.08% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 84 (33.20% from 255 or 25.85% from 325); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7254 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7254 is #808DAB. Grayscale: #727272. Windows color (decimal): -8424876 or 5534335. OLE color: 5534335.
HSL color Cylindrical-coordinate representation of color #7F7254: hue angle of 41.86º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7F7254 is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 114 | 84 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.50 |
| HSL | 41.86º | 0.2% | 0.41% | - |
| HSV(B) | 41.86º | 0.34% | 0.5% | - |
| XYZ | 16.37 | 17.19 | 10.84 | - |
| YUV | 114.47 | 110.81 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 114 | 84 | 0 | 0.10 | 0.34 | 0.50 | 41.86 | 0.2 | 0.41 |
| Hex | 7F | 72 | 54 | 0 | A | 22 | 32 | 2A | 14 | 29 |
| Octal | 177 | 162 | 124 | 0 | 12 | 42 | 62 | 52 | 24 | 51 |
| Binary | 1111111 | 1110010 | 1010100 | 0 | 1010 | 100010 | 110010 | 101010 | 10100 | 101001 |
Color Harmonies of #7F7254
Complementary color
Monochromatic Colors of #7F7254
Black with #7F7254
Text Example
Text Example
White with #7F7254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7254; }
p { color: rgb(127,114,84); }
H1.HeaderClassName
{
color: #7F7254;
}
.AnyTagClassName
{
color: #7F7254;
}
</style>
background-color css
<style>
a { background-color: #7F7254; }
a { background-color: rgb(127,114,84); }
div.DivClassName
{
background-color: #7F7254;
}
.BgClassName
{
background-color: #7F7254;
}
</style>
border-color css
<style>
span { border-color: #7F7254; }
span { border-color: rgb(127,114,84); }
td.TdClassName
{
border-color: #7F7254;
}
.TagClassName
{
border-color: #7F7254;
}
</style>