Shades of Dark Wood #7F6548
Tints of Dark Wood #7F6548
RGB
CMYK
RGB Variations
Color information
#7F6548 (or 0x7F6548) is known color: Dark Wood. HEX triplet: 7F, 65 and 48. RGB value is (127,101,72). Sum of RGB (Red+Green+Blue) = 127+101+72=300 (39% of max value = 765). Red value is 127 (50% from 255 or 42.33% from 300); Green value is 101 (39.84% from 255 or 33.67% from 300); Blue value is 72 (28.52% from 255 or 24% from 300); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6548 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F6548 is #809AB7. Grayscale: #696969. Windows color (decimal): -8428216 or 4744575. OLE color: 4744575.
HSL color Cylindrical-coordinate representation of color #7F6548: hue angle of 31.64º 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 #7F6548 is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 101 | 72 | - |
| CMYK | 0 | 0.20 | 0.43 | 0.50 |
| HSL | 31.64º | 0.28% | 0.39% | - |
| HSV(B) | 31.64º | 0.43% | 0.5% | - |
| XYZ | 14.58 | 14.29 | 8.12 | - |
| YUV | 105.47 | 109.11 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 101 | 72 | 0 | 0.20 | 0.43 | 0.50 | 31.64 | 0.28 | 0.39 |
| Hex | 7F | 65 | 48 | 0 | 14 | 2B | 32 | 20 | 1C | 27 |
| Octal | 177 | 145 | 110 | 0 | 24 | 53 | 62 | 40 | 34 | 47 |
| Binary | 1111111 | 1100101 | 1001000 | 0 | 10100 | 101011 | 110010 | 100000 | 11100 | 100111 |
Color Harmonies of #7F6548
Complementary color
Monochromatic Colors of #7F6548
Black with #7F6548
Text Example
Text Example
White with #7F6548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6548; }
p { color: rgb(127,101,72); }
H1.HeaderClassName
{
color: #7F6548;
}
.AnyTagClassName
{
color: #7F6548;
}
</style>
background-color css
<style>
a { background-color: #7F6548; }
a { background-color: rgb(127,101,72); }
div.DivClassName
{
background-color: #7F6548;
}
.BgClassName
{
background-color: #7F6548;
}
</style>
border-color css
<style>
span { border-color: #7F6548; }
span { border-color: rgb(127,101,72); }
td.TdClassName
{
border-color: #7F6548;
}
.TagClassName
{
border-color: #7F6548;
}
</style>