Shades of Dark Wood #7F6245
Tints of Dark Wood #7F6245
RGB
CMYK
RGB Variations
Color information
#7F6245 (or 0x7F6245) is known color: Dark Wood. HEX triplet: 7F, 62 and 45. RGB value is (127,98,69). Sum of RGB (Red+Green+Blue) = 127+98+69=294 (38% of max value = 765). Red value is 127 (50% from 255 or 43.20% from 294); Green value is 98 (38.67% from 255 or 33.33% from 294); Blue value is 69 (27.34% from 255 or 23.47% from 294); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6245 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F6245 is #809DBA. Grayscale: #676767. Windows color (decimal): -8428987 or 4547199. OLE color: 4547199.
HSL color Cylindrical-coordinate representation of color #7F6245: hue angle of 30º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7F6245 is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 98 | 69 | - |
| CMYK | 0 | 0.23 | 0.46 | 0.50 |
| HSL | 30º | 0.3% | 0.38% | - |
| HSV(B) | 30º | 0.46% | 0.5% | - |
| XYZ | 14.19 | 13.68 | 7.52 | - |
| YUV | 103.37 | 108.61 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 98 | 69 | 0 | 0.23 | 0.46 | 0.50 | 30 | 0.3 | 0.38 |
| Hex | 7F | 62 | 45 | 0 | 17 | 2E | 32 | 1E | 1E | 26 |
| Octal | 177 | 142 | 105 | 0 | 27 | 56 | 62 | 36 | 36 | 46 |
| Binary | 1111111 | 1100010 | 1000101 | 0 | 10111 | 101110 | 110010 | 11110 | 11110 | 100110 |
Color Harmonies of #7F6245
Complementary color
Monochromatic Colors of #7F6245
Black with #7F6245
Text Example
Text Example
White with #7F6245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6245; }
p { color: rgb(127,98,69); }
H1.HeaderClassName
{
color: #7F6245;
}
.AnyTagClassName
{
color: #7F6245;
}
</style>
background-color css
<style>
a { background-color: #7F6245; }
a { background-color: rgb(127,98,69); }
div.DivClassName
{
background-color: #7F6245;
}
.BgClassName
{
background-color: #7F6245;
}
</style>
border-color css
<style>
span { border-color: #7F6245; }
span { border-color: rgb(127,98,69); }
td.TdClassName
{
border-color: #7F6245;
}
.TagClassName
{
border-color: #7F6245;
}
</style>