Shades of Light Wood #7F5959
Tints of Light Wood #7F5959
RGB
CMYK
RGB Variations
Color information
#7F5959 (or 0x7F5959) is known color: Light Wood. HEX triplet: 7F, 59 and 59. RGB value is (127,89,89). Sum of RGB (Red+Green+Blue) = 127+89+89=305 (40% of max value = 765). Red value is 127 (50% from 255 or 41.64% from 305); Green value is 89 (35.16% from 255 or 29.18% from 305); Blue value is 89 (35.16% from 255 or 29.18% from 305); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5959 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5959 is #80A6A6. Grayscale: #646464. Windows color (decimal): -8431271 or 5855615. OLE color: 5855615.
HSL color Cylindrical-coordinate representation of color #7F5959: hue angle of 0º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7F5959 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 89 | 89 | - |
| CMYK | 0 | 0.30 | 0.30 | 0.50 |
| HSL | 0º | 0.18% | 0.42% | - |
| HSV(B) | 0º | 0.3% | 0.5% | - |
| XYZ | 14.13 | 12.38 | 11.1 | - |
| YUV | 100.36 | 121.59 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 89 | 89 | 0 | 0.30 | 0.30 | 0.50 | 0 | 0.18 | 0.42 |
| Hex | 7F | 59 | 59 | 0 | 1E | 1E | 32 | 0 | 12 | 2A |
| Octal | 177 | 131 | 131 | 0 | 36 | 36 | 62 | 0 | 22 | 52 |
| Binary | 1111111 | 1011001 | 1011001 | 0 | 11110 | 11110 | 110010 | 0 | 10010 | 101010 |
Color Harmonies of #7F5959
Complementary color
Monochromatic Colors of #7F5959
Black with #7F5959
Text Example
Text Example
White with #7F5959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5959; }
p { color: rgb(127,89,89); }
H1.HeaderClassName
{
color: #7F5959;
}
.AnyTagClassName
{
color: #7F5959;
}
</style>
background-color css
<style>
a { background-color: #7F5959; }
a { background-color: rgb(127,89,89); }
div.DivClassName
{
background-color: #7F5959;
}
.BgClassName
{
background-color: #7F5959;
}
</style>
border-color css
<style>
span { border-color: #7F5959; }
span { border-color: rgb(127,89,89); }
td.TdClassName
{
border-color: #7F5959;
}
.TagClassName
{
border-color: #7F5959;
}
</style>