Shades of Light Wood #7E5B5B
Tints of Light Wood #7E5B5B
RGB
CMYK
RGB Variations
Color information
#7E5B5B (or 0x7E5B5B) is known color: Light Wood. HEX triplet: 7E, 5B and 5B. RGB value is (126,91,91). Sum of RGB (Red+Green+Blue) = 126+91+91=308 (40% of max value = 765). Red value is 126 (49.61% from 255 or 40.91% from 308); Green value is 91 (35.94% from 255 or 29.55% from 308); Blue value is 91 (35.94% from 255 or 29.55% from 308); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5B5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5B5B is #81A4A4. Grayscale: #656565. Windows color (decimal): -8496293 or 5987198. OLE color: 5987198.
HSL color Cylindrical-coordinate representation of color #7E5B5B: hue angle of 0º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7E5B5B is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 91 | 91 | - |
| CMYK | 0 | 0.28 | 0.28 | 0.51 |
| HSL | 0º | 0.16% | 0.43% | - |
| HSV(B) | 0º | 0.28% | 0.49% | - |
| XYZ | 14.23 | 12.67 | 11.59 | - |
| YUV | 101.47 | 122.1 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 91 | 91 | 0 | 0.28 | 0.28 | 0.51 | 0 | 0.16 | 0.43 |
| Hex | 7E | 5B | 5B | 0 | 1C | 1C | 33 | 0 | 10 | 2B |
| Octal | 176 | 133 | 133 | 0 | 34 | 34 | 63 | 0 | 20 | 53 |
| Binary | 1111110 | 1011011 | 1011011 | 0 | 11100 | 11100 | 110011 | 0 | 10000 | 101011 |
Color Harmonies of #7E5B5B
Complementary color
Monochromatic Colors of #7E5B5B
Black with #7E5B5B
Text Example
Text Example
White with #7E5B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5B5B; }
p { color: rgb(126,91,91); }
H1.HeaderClassName
{
color: #7E5B5B;
}
.AnyTagClassName
{
color: #7E5B5B;
}
</style>
background-color css
<style>
a { background-color: #7E5B5B; }
a { background-color: rgb(126,91,91); }
div.DivClassName
{
background-color: #7E5B5B;
}
.BgClassName
{
background-color: #7E5B5B;
}
</style>
border-color css
<style>
span { border-color: #7E5B5B; }
span { border-color: rgb(126,91,91); }
td.TdClassName
{
border-color: #7E5B5B;
}
.TagClassName
{
border-color: #7E5B5B;
}
</style>