Shades of Dark Wood #7B6247
Tints of Dark Wood #7B6247
RGB
CMYK
RGB Variations
Color information
#7B6247 (or 0x7B6247) is known color: Dark Wood. HEX triplet: 7B, 62 and 47. RGB value is (123,98,71). Sum of RGB (Red+Green+Blue) = 123+98+71=292 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.12% from 292); Green value is 98 (38.67% from 255 or 33.56% from 292); Blue value is 71 (28.12% from 255 or 24.32% from 292); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6247 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B6247 is #849DB8. Grayscale: #666666. Windows color (decimal): -8691129 or 4678267. OLE color: 4678267.
HSL color Cylindrical-coordinate representation of color #7B6247: hue angle of 31.15º degrees, saturation: 0.27, 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 #7B6247 is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 98 | 71 | - |
| CMYK | 0 | 0.20 | 0.42 | 0.52 |
| HSL | 31.15º | 0.27% | 0.38% | - |
| HSV(B) | 31.15º | 0.42% | 0.48% | - |
| XYZ | 13.67 | 13.4 | 7.83 | - |
| YUV | 102.4 | 110.28 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 98 | 71 | 0 | 0.20 | 0.42 | 0.52 | 31.15 | 0.27 | 0.38 |
| Hex | 7B | 62 | 47 | 0 | 14 | 2A | 34 | 1F | 1B | 26 |
| Octal | 173 | 142 | 107 | 0 | 24 | 52 | 64 | 37 | 33 | 46 |
| Binary | 1111011 | 1100010 | 1000111 | 0 | 10100 | 101010 | 110100 | 11111 | 11011 | 100110 |
Color Harmonies of #7B6247
Complementary color
Monochromatic Colors of #7B6247
Black with #7B6247
Text Example
Text Example
White with #7B6247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6247; }
p { color: rgb(123,98,71); }
H1.HeaderClassName
{
color: #7B6247;
}
.AnyTagClassName
{
color: #7B6247;
}
</style>
background-color css
<style>
a { background-color: #7B6247; }
a { background-color: rgb(123,98,71); }
div.DivClassName
{
background-color: #7B6247;
}
.BgClassName
{
background-color: #7B6247;
}
</style>
border-color css
<style>
span { border-color: #7B6247; }
span { border-color: rgb(123,98,71); }
td.TdClassName
{
border-color: #7B6247;
}
.TagClassName
{
border-color: #7B6247;
}
</style>