Shades of Dark Wood #7F6048
Tints of Dark Wood #7F6048
RGB
CMYK
RGB Variations
Color information
#7F6048 (or 0x7F6048) is known color: Dark Wood. HEX triplet: 7F, 60 and 48. RGB value is (127,96,72). Sum of RGB (Red+Green+Blue) = 127+96+72=295 (39% of max value = 765). Red value is 127 (50% from 255 or 43.05% from 295); Green value is 96 (37.89% from 255 or 32.54% from 295); Blue value is 72 (28.52% from 255 or 24.41% from 295); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F6048 is #809FB7. Grayscale: #666666. Windows color (decimal): -8429496 or 4743295. OLE color: 4743295.
HSL color Cylindrical-coordinate representation of color #7F6048: hue angle of 26.18º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7F6048 is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 96 | 72 | - |
| CMYK | 0 | 0.24 | 0.43 | 0.50 |
| HSL | 26.18º | 0.28% | 0.39% | - |
| HSV(B) | 26.18º | 0.43% | 0.5% | - |
| XYZ | 14.1 | 13.35 | 7.96 | - |
| YUV | 102.53 | 110.77 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 96 | 72 | 0 | 0.24 | 0.43 | 0.50 | 26.18 | 0.28 | 0.39 |
| Hex | 7F | 60 | 48 | 0 | 18 | 2B | 32 | 1A | 1C | 27 |
| Octal | 177 | 140 | 110 | 0 | 30 | 53 | 62 | 32 | 34 | 47 |
| Binary | 1111111 | 1100000 | 1001000 | 0 | 11000 | 101011 | 110010 | 11010 | 11100 | 100111 |
Color Harmonies of #7F6048
Complementary color
Monochromatic Colors of #7F6048
Black with #7F6048
Text Example
Text Example
White with #7F6048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6048; }
p { color: rgb(127,96,72); }
H1.HeaderClassName
{
color: #7F6048;
}
.AnyTagClassName
{
color: #7F6048;
}
</style>
background-color css
<style>
a { background-color: #7F6048; }
a { background-color: rgb(127,96,72); }
div.DivClassName
{
background-color: #7F6048;
}
.BgClassName
{
background-color: #7F6048;
}
</style>
border-color css
<style>
span { border-color: #7F6048; }
span { border-color: rgb(127,96,72); }
td.TdClassName
{
border-color: #7F6048;
}
.TagClassName
{
border-color: #7F6048;
}
</style>