Shades of Dark Wood #7D6242
Tints of Dark Wood #7D6242
RGB
CMYK
RGB Variations
Color information
#7D6242 (or 0x7D6242) is known color: Dark Wood. HEX triplet: 7D, 62 and 42. RGB value is (125,98,66). Sum of RGB (Red+Green+Blue) = 125+98+66=289 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.25% from 289); Green value is 98 (38.67% from 255 or 33.91% from 289); Blue value is 66 (26.17% from 255 or 22.84% from 289); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6242 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D6242 is #829DBD. Grayscale: #666666. Windows color (decimal): -8560062 or 4350589. OLE color: 4350589.
HSL color Cylindrical-coordinate representation of color #7D6242: hue angle of 32.54º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7D6242 is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 98 | 66 | - |
| CMYK | 0 | 0.22 | 0.47 | 0.51 |
| HSL | 32.54º | 0.31% | 0.37% | - |
| HSV(B) | 32.54º | 0.47% | 0.49% | - |
| XYZ | 13.81 | 13.49 | 7.03 | - |
| YUV | 102.43 | 107.45 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 98 | 66 | 0 | 0.22 | 0.47 | 0.51 | 32.54 | 0.31 | 0.37 |
| Hex | 7D | 62 | 42 | 0 | 16 | 2F | 33 | 21 | 1F | 25 |
| Octal | 175 | 142 | 102 | 0 | 26 | 57 | 63 | 41 | 37 | 45 |
| Binary | 1111101 | 1100010 | 1000010 | 0 | 10110 | 101111 | 110011 | 100001 | 11111 | 100101 |
Color Harmonies of #7D6242
Complementary color
Monochromatic Colors of #7D6242
Black with #7D6242
Text Example
Text Example
White with #7D6242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6242; }
p { color: rgb(125,98,66); }
H1.HeaderClassName
{
color: #7D6242;
}
.AnyTagClassName
{
color: #7D6242;
}
</style>
background-color css
<style>
a { background-color: #7D6242; }
a { background-color: rgb(125,98,66); }
div.DivClassName
{
background-color: #7D6242;
}
.BgClassName
{
background-color: #7D6242;
}
</style>
border-color css
<style>
span { border-color: #7D6242; }
span { border-color: rgb(125,98,66); }
td.TdClassName
{
border-color: #7D6242;
}
.TagClassName
{
border-color: #7D6242;
}
</style>