Shades of Light Wood #7E5958
Tints of Light Wood #7E5958
RGB
CMYK
RGB Variations
Color information
#7E5958 (or 0x7E5958) is known color: Light Wood. HEX triplet: 7E, 59 and 58. RGB value is (126,89,88). Sum of RGB (Red+Green+Blue) = 126+89+88=303 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.58% from 303); Green value is 89 (35.16% from 255 or 29.37% from 303); Blue value is 88 (34.77% from 255 or 29.04% from 303); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5958 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5958 is #81A6A7. Grayscale: #636363. Windows color (decimal): -8496808 or 5790078. OLE color: 5790078.
HSL color Cylindrical-coordinate representation of color #7E5958: hue angle of 1.58º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7E5958 is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 89 | 88 | - |
| CMYK | 0 | 0.29 | 0.30 | 0.51 |
| HSL | 1.58º | 0.18% | 0.42% | - |
| HSV(B) | 1.58º | 0.3% | 0.49% | - |
| XYZ | 13.94 | 12.28 | 10.87 | - |
| YUV | 99.95 | 121.26 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 89 | 88 | 0 | 0.29 | 0.30 | 0.51 | 1.58 | 0.18 | 0.42 |
| Hex | 7E | 59 | 58 | 0 | 1D | 1E | 33 | 2 | 12 | 2A |
| Octal | 176 | 131 | 130 | 0 | 35 | 36 | 63 | 2 | 22 | 52 |
| Binary | 1111110 | 1011001 | 1011000 | 0 | 11101 | 11110 | 110011 | 10 | 10010 | 101010 |
Color Harmonies of #7E5958
Complementary color
Monochromatic Colors of #7E5958
Black with #7E5958
Text Example
Text Example
White with #7E5958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5958; }
p { color: rgb(126,89,88); }
H1.HeaderClassName
{
color: #7E5958;
}
.AnyTagClassName
{
color: #7E5958;
}
</style>
background-color css
<style>
a { background-color: #7E5958; }
a { background-color: rgb(126,89,88); }
div.DivClassName
{
background-color: #7E5958;
}
.BgClassName
{
background-color: #7E5958;
}
</style>
border-color css
<style>
span { border-color: #7E5958; }
span { border-color: rgb(126,89,88); }
td.TdClassName
{
border-color: #7E5958;
}
.TagClassName
{
border-color: #7E5958;
}
</style>