Shades of Dark Wood #7E6448
Tints of Dark Wood #7E6448
RGB
CMYK
RGB Variations
Color information
#7E6448 (or 0x7E6448) is known color: Dark Wood. HEX triplet: 7E, 64 and 48. RGB value is (126,100,72). Sum of RGB (Red+Green+Blue) = 126+100+72=298 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.28% from 298); Green value is 100 (39.45% from 255 or 33.56% from 298); Blue value is 72 (28.52% from 255 or 24.16% from 298); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6448 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E6448 is #819BB7. Grayscale: #686868. Windows color (decimal): -8494008 or 4744318. OLE color: 4744318.
HSL color Cylindrical-coordinate representation of color #7E6448: hue angle of 31.11º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7E6448 is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 100 | 72 | - |
| CMYK | 0 | 0.21 | 0.43 | 0.51 |
| HSL | 31.11º | 0.27% | 0.39% | - |
| HSV(B) | 31.11º | 0.43% | 0.49% | - |
| XYZ | 14.33 | 14.02 | 8.08 | - |
| YUV | 104.58 | 109.61 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 100 | 72 | 0 | 0.21 | 0.43 | 0.51 | 31.11 | 0.27 | 0.39 |
| Hex | 7E | 64 | 48 | 0 | 15 | 2B | 33 | 1F | 1B | 27 |
| Octal | 176 | 144 | 110 | 0 | 25 | 53 | 63 | 37 | 33 | 47 |
| Binary | 1111110 | 1100100 | 1001000 | 0 | 10101 | 101011 | 110011 | 11111 | 11011 | 100111 |
Color Harmonies of #7E6448
Complementary color
Monochromatic Colors of #7E6448
Black with #7E6448
Text Example
Text Example
White with #7E6448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6448; }
p { color: rgb(126,100,72); }
H1.HeaderClassName
{
color: #7E6448;
}
.AnyTagClassName
{
color: #7E6448;
}
</style>
background-color css
<style>
a { background-color: #7E6448; }
a { background-color: rgb(126,100,72); }
div.DivClassName
{
background-color: #7E6448;
}
.BgClassName
{
background-color: #7E6448;
}
</style>
border-color css
<style>
span { border-color: #7E6448; }
span { border-color: rgb(126,100,72); }
td.TdClassName
{
border-color: #7E6448;
}
.TagClassName
{
border-color: #7E6448;
}
</style>