Shades of Dark Wood #7F5F41
Tints of Dark Wood #7F5F41
RGB
CMYK
RGB Variations
Color information
#7F5F41 (or 0x7F5F41) is known color: Dark Wood. HEX triplet: 7F, 5F and 41. RGB value is (127,95,65). Sum of RGB (Red+Green+Blue) = 127+95+65=287 (38% of max value = 765). Red value is 127 (50% from 255 or 44.25% from 287); Green value is 95 (37.5% from 255 or 33.10% from 287); Blue value is 65 (25.78% from 255 or 22.65% from 287); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5F41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5F41 is #80A0BE. Grayscale: #656565. Windows color (decimal): -8429759 or 4284287. OLE color: 4284287.
HSL color Cylindrical-coordinate representation of color #7F5F41: hue angle of 29.03º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7F5F41 is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 95 | 65 | - |
| CMYK | 0 | 0.25 | 0.49 | 0.50 |
| HSL | 29.03º | 0.32% | 0.38% | - |
| HSV(B) | 29.03º | 0.49% | 0.5% | - |
| XYZ | 13.8 | 13.08 | 6.8 | - |
| YUV | 101.15 | 107.6 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 95 | 65 | 0 | 0.25 | 0.49 | 0.50 | 29.03 | 0.32 | 0.38 |
| Hex | 7F | 5F | 41 | 0 | 19 | 31 | 32 | 1D | 20 | 26 |
| Octal | 177 | 137 | 101 | 0 | 31 | 61 | 62 | 35 | 40 | 46 |
| Binary | 1111111 | 1011111 | 1000001 | 0 | 11001 | 110001 | 110010 | 11101 | 100000 | 100110 |
Color Harmonies of #7F5F41
Complementary color
Monochromatic Colors of #7F5F41
Black with #7F5F41
Text Example
Text Example
White with #7F5F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5F41; }
p { color: rgb(127,95,65); }
H1.HeaderClassName
{
color: #7F5F41;
}
.AnyTagClassName
{
color: #7F5F41;
}
</style>
background-color css
<style>
a { background-color: #7F5F41; }
a { background-color: rgb(127,95,65); }
div.DivClassName
{
background-color: #7F5F41;
}
.BgClassName
{
background-color: #7F5F41;
}
</style>
border-color css
<style>
span { border-color: #7F5F41; }
span { border-color: rgb(127,95,65); }
td.TdClassName
{
border-color: #7F5F41;
}
.TagClassName
{
border-color: #7F5F41;
}
</style>