Shades of Light Wood #7D5958
Tints of Light Wood #7D5958
RGB
CMYK
RGB Variations
Color information
#7D5958 (or 0x7D5958) is known color: Light Wood. HEX triplet: 7D, 59 and 58. RGB value is (125,89,88). Sum of RGB (Red+Green+Blue) = 125+89+88=302 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.39% from 302); Green value is 89 (35.16% from 255 or 29.47% from 302); Blue value is 88 (34.77% from 255 or 29.14% from 302); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5958 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5958 is #82A6A7. Grayscale: #636363. Windows color (decimal): -8562344 or 5790077. OLE color: 5790077.
HSL color Cylindrical-coordinate representation of color #7D5958: hue angle of 1.62º degrees, saturation: 0.17, 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 #7D5958 is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 89 | 88 | - |
| CMYK | 0 | 0.29 | 0.30 | 0.51 |
| HSL | 1.62º | 0.17% | 0.42% | - |
| HSV(B) | 1.62º | 0.3% | 0.49% | - |
| XYZ | 13.79 | 12.21 | 10.86 | - |
| YUV | 99.65 | 121.43 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 89 | 88 | 0 | 0.29 | 0.30 | 0.51 | 1.62 | 0.17 | 0.42 |
| Hex | 7D | 59 | 58 | 0 | 1D | 1E | 33 | 2 | 11 | 2A |
| Octal | 175 | 131 | 130 | 0 | 35 | 36 | 63 | 2 | 21 | 52 |
| Binary | 1111101 | 1011001 | 1011000 | 0 | 11101 | 11110 | 110011 | 10 | 10001 | 101010 |
Color Harmonies of #7D5958
Complementary color
Monochromatic Colors of #7D5958
Black with #7D5958
Text Example
Text Example
White with #7D5958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5958; }
p { color: rgb(125,89,88); }
H1.HeaderClassName
{
color: #7D5958;
}
.AnyTagClassName
{
color: #7D5958;
}
</style>
background-color css
<style>
a { background-color: #7D5958; }
a { background-color: rgb(125,89,88); }
div.DivClassName
{
background-color: #7D5958;
}
.BgClassName
{
background-color: #7D5958;
}
</style>
border-color css
<style>
span { border-color: #7D5958; }
span { border-color: rgb(125,89,88); }
td.TdClassName
{
border-color: #7D5958;
}
.TagClassName
{
border-color: #7D5958;
}
</style>