Shades of Dark Wood #7A6247
Tints of Dark Wood #7A6247
RGB
CMYK
RGB Variations
Color information
#7A6247 (or 0x7A6247) is known color: Dark Wood. HEX triplet: 7A, 62 and 47. RGB value is (122,98,71). Sum of RGB (Red+Green+Blue) = 122+98+71=291 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.92% from 291); Green value is 98 (38.67% from 255 or 33.68% from 291); Blue value is 71 (28.12% from 255 or 24.40% from 291); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6247 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6247 is #859DB8. Grayscale: #666666. Windows color (decimal): -8756665 or 4678266. OLE color: 4678266.
HSL color Cylindrical-coordinate representation of color #7A6247: hue angle of 31.76º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7A6247 is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 98 | 71 | - |
| CMYK | 0 | 0.20 | 0.42 | 0.52 |
| HSL | 31.76º | 0.26% | 0.38% | - |
| HSV(B) | 31.76º | 0.42% | 0.48% | - |
| XYZ | 13.53 | 13.33 | 7.82 | - |
| YUV | 102.1 | 110.45 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 98 | 71 | 0 | 0.20 | 0.42 | 0.52 | 31.76 | 0.26 | 0.38 |
| Hex | 7A | 62 | 47 | 0 | 14 | 2A | 34 | 20 | 1A | 26 |
| Octal | 172 | 142 | 107 | 0 | 24 | 52 | 64 | 40 | 32 | 46 |
| Binary | 1111010 | 1100010 | 1000111 | 0 | 10100 | 101010 | 110100 | 100000 | 11010 | 100110 |
Color Harmonies of #7A6247
Complementary color
Monochromatic Colors of #7A6247
Black with #7A6247
Text Example
Text Example
White with #7A6247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6247; }
p { color: rgb(122,98,71); }
H1.HeaderClassName
{
color: #7A6247;
}
.AnyTagClassName
{
color: #7A6247;
}
</style>
background-color css
<style>
a { background-color: #7A6247; }
a { background-color: rgb(122,98,71); }
div.DivClassName
{
background-color: #7A6247;
}
.BgClassName
{
background-color: #7A6247;
}
</style>
border-color css
<style>
span { border-color: #7A6247; }
span { border-color: rgb(122,98,71); }
td.TdClassName
{
border-color: #7A6247;
}
.TagClassName
{
border-color: #7A6247;
}
</style>