Shades of Light Wood #7C5E5D
Tints of Light Wood #7C5E5D
RGB
CMYK
RGB Variations
Color information
#7C5E5D (or 0x7C5E5D) is known color: Light Wood. HEX triplet: 7C, 5E and 5D. RGB value is (124,94,93). Sum of RGB (Red+Green+Blue) = 124+94+93=311 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.87% from 311); Green value is 94 (37.11% from 255 or 30.23% from 311); Blue value is 93 (36.72% from 255 or 29.90% from 311); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5E5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5E5D is #83A1A2. Grayscale: #666666. Windows color (decimal): -8626595 or 6119036. OLE color: 6119036.
HSL color Cylindrical-coordinate representation of color #7C5E5D: hue angle of 1.94º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7C5E5D is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 94 | 93 | - |
| CMYK | 0 | 0.24 | 0.25 | 0.51 |
| HSL | 1.94º | 0.14% | 0.43% | - |
| HSV(B) | 1.94º | 0.25% | 0.49% | - |
| XYZ | 14.29 | 13.08 | 12.13 | - |
| YUV | 102.86 | 122.44 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 94 | 93 | 0 | 0.24 | 0.25 | 0.51 | 1.94 | 0.14 | 0.43 |
| Hex | 7C | 5E | 5D | 0 | 18 | 19 | 33 | 2 | E | 2B |
| Octal | 174 | 136 | 135 | 0 | 30 | 31 | 63 | 2 | 16 | 53 |
| Binary | 1111100 | 1011110 | 1011101 | 0 | 11000 | 11001 | 110011 | 10 | 1110 | 101011 |
Color Harmonies of #7C5E5D
Complementary color
Monochromatic Colors of #7C5E5D
Black with #7C5E5D
Text Example
Text Example
White with #7C5E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5E5D; }
p { color: rgb(124,94,93); }
H1.HeaderClassName
{
color: #7C5E5D;
}
.AnyTagClassName
{
color: #7C5E5D;
}
</style>
background-color css
<style>
a { background-color: #7C5E5D; }
a { background-color: rgb(124,94,93); }
div.DivClassName
{
background-color: #7C5E5D;
}
.BgClassName
{
background-color: #7C5E5D;
}
</style>
border-color css
<style>
span { border-color: #7C5E5D; }
span { border-color: rgb(124,94,93); }
td.TdClassName
{
border-color: #7C5E5D;
}
.TagClassName
{
border-color: #7C5E5D;
}
</style>