Shades of Shadow #7F6844
Tints of Shadow #7F6844
RGB
CMYK
RGB Variations
Color information
#7F6844 (or 0x7F6844) is known color: Shadow. HEX triplet: 7F, 68 and 44. RGB value is (127,104,68). Sum of RGB (Red+Green+Blue) = 127+104+68=299 (39% of max value = 765). Red value is 127 (50% from 255 or 42.47% from 299); Green value is 104 (41.02% from 255 or 34.78% from 299); Blue value is 68 (26.95% from 255 or 22.74% from 299); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6844 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F6844 is #8097BB. Grayscale: #6A6A6A. Windows color (decimal): -8427452 or 4483199. OLE color: 4483199.
HSL color Cylindrical-coordinate representation of color #7F6844: hue angle of 36.61º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7F6844 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 104 | 68 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.50 |
| HSL | 36.61º | 0.3% | 0.38% | - |
| HSV(B) | 36.61º | 0.46% | 0.5% | - |
| XYZ | 14.75 | 14.83 | 7.55 | - |
| YUV | 106.77 | 106.12 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 104 | 68 | 0 | 0.18 | 0.46 | 0.50 | 36.61 | 0.3 | 0.38 |
| Hex | 7F | 68 | 44 | 0 | 12 | 2E | 32 | 25 | 1E | 26 |
| Octal | 177 | 150 | 104 | 0 | 22 | 56 | 62 | 45 | 36 | 46 |
| Binary | 1111111 | 1101000 | 1000100 | 0 | 10010 | 101110 | 110010 | 100101 | 11110 | 100110 |
Color Harmonies of #7F6844
Complementary color
Monochromatic Colors of #7F6844
Black with #7F6844
Text Example
Text Example
White with #7F6844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6844; }
p { color: rgb(127,104,68); }
H1.HeaderClassName
{
color: #7F6844;
}
.AnyTagClassName
{
color: #7F6844;
}
</style>
background-color css
<style>
a { background-color: #7F6844; }
a { background-color: rgb(127,104,68); }
div.DivClassName
{
background-color: #7F6844;
}
.BgClassName
{
background-color: #7F6844;
}
</style>
border-color css
<style>
span { border-color: #7F6844; }
span { border-color: rgb(127,104,68); }
td.TdClassName
{
border-color: #7F6844;
}
.TagClassName
{
border-color: #7F6844;
}
</style>