Shades of Shadow #7F6845
Tints of Shadow #7F6845
RGB
CMYK
RGB Variations
Color information
#7F6845 (or 0x7F6845) is known color: Shadow. HEX triplet: 7F, 68 and 45. RGB value is (127,104,69). Sum of RGB (Red+Green+Blue) = 127+104+69=300 (39% of max value = 765). Red value is 127 (50% from 255 or 42.33% from 300); Green value is 104 (41.02% from 255 or 34.67% from 300); Blue value is 69 (27.34% from 255 or 23% from 300); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6845 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F6845 is #8097BA. Grayscale: #6B6B6B. Windows color (decimal): -8427451 or 4548735. OLE color: 4548735.
HSL color Cylindrical-coordinate representation of color #7F6845: hue angle of 36.21º 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 #7F6845 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 104 | 69 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.50 |
| HSL | 36.21º | 0.3% | 0.38% | - |
| HSV(B) | 36.21º | 0.46% | 0.5% | - |
| XYZ | 14.78 | 14.84 | 7.72 | - |
| YUV | 106.89 | 106.62 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 104 | 69 | 0 | 0.18 | 0.46 | 0.50 | 36.21 | 0.3 | 0.38 |
| Hex | 7F | 68 | 45 | 0 | 12 | 2E | 32 | 24 | 1E | 26 |
| Octal | 177 | 150 | 105 | 0 | 22 | 56 | 62 | 44 | 36 | 46 |
| Binary | 1111111 | 1101000 | 1000101 | 0 | 10010 | 101110 | 110010 | 100100 | 11110 | 100110 |
Color Harmonies of #7F6845
Complementary color
Monochromatic Colors of #7F6845
Black with #7F6845
Text Example
Text Example
White with #7F6845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6845; }
p { color: rgb(127,104,69); }
H1.HeaderClassName
{
color: #7F6845;
}
.AnyTagClassName
{
color: #7F6845;
}
</style>
background-color css
<style>
a { background-color: #7F6845; }
a { background-color: rgb(127,104,69); }
div.DivClassName
{
background-color: #7F6845;
}
.BgClassName
{
background-color: #7F6845;
}
</style>
border-color css
<style>
span { border-color: #7F6845; }
span { border-color: rgb(127,104,69); }
td.TdClassName
{
border-color: #7F6845;
}
.TagClassName
{
border-color: #7F6845;
}
</style>