Shades of Dark Wood #7C6447
Tints of Dark Wood #7C6447
RGB
CMYK
RGB Variations
Color information
#7C6447 (or 0x7C6447) is known color: Dark Wood. HEX triplet: 7C, 64 and 47. RGB value is (124,100,71). Sum of RGB (Red+Green+Blue) = 124+100+71=295 (39% of max value = 765). Red value is 124 (48.83% from 255 or 42.03% from 295); Green value is 100 (39.45% from 255 or 33.90% from 295); Blue value is 71 (28.12% from 255 or 24.07% from 295); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6447 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6447 is #839BB8. Grayscale: #686868. Windows color (decimal): -8625081 or 4678780. OLE color: 4678780.
HSL color Cylindrical-coordinate representation of color #7C6447: hue angle of 32.83º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7C6447 is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 100 | 71 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.51 |
| HSL | 32.83º | 0.27% | 0.38% | - |
| HSV(B) | 32.83º | 0.43% | 0.49% | - |
| XYZ | 14.01 | 13.85 | 7.9 | - |
| YUV | 103.87 | 109.45 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 100 | 71 | 0 | 0.19 | 0.43 | 0.51 | 32.83 | 0.27 | 0.38 |
| Hex | 7C | 64 | 47 | 0 | 13 | 2B | 33 | 21 | 1B | 26 |
| Octal | 174 | 144 | 107 | 0 | 23 | 53 | 63 | 41 | 33 | 46 |
| Binary | 1111100 | 1100100 | 1000111 | 0 | 10011 | 101011 | 110011 | 100001 | 11011 | 100110 |
Color Harmonies of #7C6447
Complementary color
Monochromatic Colors of #7C6447
Black with #7C6447
Text Example
Text Example
White with #7C6447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6447; }
p { color: rgb(124,100,71); }
H1.HeaderClassName
{
color: #7C6447;
}
.AnyTagClassName
{
color: #7C6447;
}
</style>
background-color css
<style>
a { background-color: #7C6447; }
a { background-color: rgb(124,100,71); }
div.DivClassName
{
background-color: #7C6447;
}
.BgClassName
{
background-color: #7C6447;
}
</style>
border-color css
<style>
span { border-color: #7C6447; }
span { border-color: rgb(124,100,71); }
td.TdClassName
{
border-color: #7C6447;
}
.TagClassName
{
border-color: #7C6447;
}
</style>