Shades of Light Wood #7D5959
Tints of Light Wood #7D5959
RGB
CMYK
RGB Variations
Color information
#7D5959 (or 0x7D5959) is known color: Light Wood. HEX triplet: 7D, 59 and 59. RGB value is (125,89,89). Sum of RGB (Red+Green+Blue) = 125+89+89=303 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.25% from 303); Green value is 89 (35.16% from 255 or 29.37% from 303); Blue value is 89 (35.16% from 255 or 29.37% from 303); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5959 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5959 is #82A6A6. Grayscale: #636363. Windows color (decimal): -8562343 or 5855613. OLE color: 5855613.
HSL color Cylindrical-coordinate representation of color #7D5959: hue angle of 0º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7D5959 is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 89 | 89 | - |
| CMYK | 0 | 0.29 | 0.29 | 0.51 |
| HSL | 0º | 0.17% | 0.42% | - |
| HSV(B) | 0º | 0.29% | 0.49% | - |
| XYZ | 13.83 | 12.23 | 11.08 | - |
| YUV | 99.76 | 121.93 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 89 | 89 | 0 | 0.29 | 0.29 | 0.51 | 0 | 0.17 | 0.42 |
| Hex | 7D | 59 | 59 | 0 | 1D | 1D | 33 | 0 | 11 | 2A |
| Octal | 175 | 131 | 131 | 0 | 35 | 35 | 63 | 0 | 21 | 52 |
| Binary | 1111101 | 1011001 | 1011001 | 0 | 11101 | 11101 | 110011 | 0 | 10001 | 101010 |
Color Harmonies of #7D5959
Complementary color
Monochromatic Colors of #7D5959
Black with #7D5959
Text Example
Text Example
White with #7D5959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5959; }
p { color: rgb(125,89,89); }
H1.HeaderClassName
{
color: #7D5959;
}
.AnyTagClassName
{
color: #7D5959;
}
</style>
background-color css
<style>
a { background-color: #7D5959; }
a { background-color: rgb(125,89,89); }
div.DivClassName
{
background-color: #7D5959;
}
.BgClassName
{
background-color: #7D5959;
}
</style>
border-color css
<style>
span { border-color: #7D5959; }
span { border-color: rgb(125,89,89); }
td.TdClassName
{
border-color: #7D5959;
}
.TagClassName
{
border-color: #7D5959;
}
</style>