Shades of Shadow #7F6D54
Tints of Shadow #7F6D54
RGB
CMYK
RGB Variations
Color information
#7F6D54 (or 0x7F6D54) is known color: Shadow. HEX triplet: 7F, 6D and 54. RGB value is (127,109,84). Sum of RGB (Red+Green+Blue) = 127+109+84=320 (42% of max value = 765). Red value is 127 (50% from 255 or 39.69% from 320); Green value is 109 (42.97% from 255 or 34.06% from 320); Blue value is 84 (33.20% from 255 or 26.25% from 320); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6D54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6D54 is #8092AB. Grayscale: #6F6F6F. Windows color (decimal): -8426156 or 5533055. OLE color: 5533055.
HSL color Cylindrical-coordinate representation of color #7F6D54: hue angle of 34.88º 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 #7F6D54 is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 109 | 84 | - |
| CMYK | 0 | 0.14 | 0.34 | 0.50 |
| HSL | 34.88º | 0.2% | 0.41% | - |
| HSV(B) | 34.88º | 0.34% | 0.5% | - |
| XYZ | 15.82 | 16.09 | 10.66 | - |
| YUV | 111.53 | 112.46 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 109 | 84 | 0 | 0.14 | 0.34 | 0.50 | 34.88 | 0.2 | 0.41 |
| Hex | 7F | 6D | 54 | 0 | E | 22 | 32 | 23 | 14 | 29 |
| Octal | 177 | 155 | 124 | 0 | 16 | 42 | 62 | 43 | 24 | 51 |
| Binary | 1111111 | 1101101 | 1010100 | 0 | 1110 | 100010 | 110010 | 100011 | 10100 | 101001 |
Color Harmonies of #7F6D54
Complementary color
Monochromatic Colors of #7F6D54
Black with #7F6D54
Text Example
Text Example
White with #7F6D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6D54; }
p { color: rgb(127,109,84); }
H1.HeaderClassName
{
color: #7F6D54;
}
.AnyTagClassName
{
color: #7F6D54;
}
</style>
background-color css
<style>
a { background-color: #7F6D54; }
a { background-color: rgb(127,109,84); }
div.DivClassName
{
background-color: #7F6D54;
}
.BgClassName
{
background-color: #7F6D54;
}
</style>
border-color css
<style>
span { border-color: #7F6D54; }
span { border-color: rgb(127,109,84); }
td.TdClassName
{
border-color: #7F6D54;
}
.TagClassName
{
border-color: #7F6D54;
}
</style>