Shades of Shadow #7F7154
Tints of Shadow #7F7154
RGB
CMYK
RGB Variations
Color information
#7F7154 (or 0x7F7154) is known color: Shadow. HEX triplet: 7F, 71 and 54. RGB value is (127,113,84). Sum of RGB (Red+Green+Blue) = 127+113+84=324 (42% of max value = 765). Red value is 127 (50% from 255 or 39.20% from 324); Green value is 113 (44.53% from 255 or 34.88% from 324); Blue value is 84 (33.20% from 255 or 25.93% from 324); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7154 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7154 is #808EAB. Grayscale: #727272. Windows color (decimal): -8425132 or 5534079. OLE color: 5534079.
HSL color Cylindrical-coordinate representation of color #7F7154: hue angle of 40.47º 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 #7F7154 is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 113 | 84 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.50 |
| HSL | 40.47º | 0.2% | 0.41% | - |
| HSV(B) | 40.47º | 0.34% | 0.5% | - |
| XYZ | 16.26 | 16.96 | 10.8 | - |
| YUV | 113.88 | 111.14 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 113 | 84 | 0 | 0.11 | 0.34 | 0.50 | 40.47 | 0.2 | 0.41 |
| Hex | 7F | 71 | 54 | 0 | B | 22 | 32 | 28 | 14 | 29 |
| Octal | 177 | 161 | 124 | 0 | 13 | 42 | 62 | 50 | 24 | 51 |
| Binary | 1111111 | 1110001 | 1010100 | 0 | 1011 | 100010 | 110010 | 101000 | 10100 | 101001 |
Color Harmonies of #7F7154
Complementary color
Monochromatic Colors of #7F7154
Black with #7F7154
Text Example
Text Example
White with #7F7154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7154; }
p { color: rgb(127,113,84); }
H1.HeaderClassName
{
color: #7F7154;
}
.AnyTagClassName
{
color: #7F7154;
}
</style>
background-color css
<style>
a { background-color: #7F7154; }
a { background-color: rgb(127,113,84); }
div.DivClassName
{
background-color: #7F7154;
}
.BgClassName
{
background-color: #7F7154;
}
</style>
border-color css
<style>
span { border-color: #7F7154; }
span { border-color: rgb(127,113,84); }
td.TdClassName
{
border-color: #7F7154;
}
.TagClassName
{
border-color: #7F7154;
}
</style>