Shades of Light Wood #7C5D5C
Tints of Light Wood #7C5D5C
RGB
CMYK
RGB Variations
Color information
#7C5D5C (or 0x7C5D5C) is known color: Light Wood. HEX triplet: 7C, 5D and 5C. RGB value is (124,93,92). Sum of RGB (Red+Green+Blue) = 124+93+92=309 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.13% from 309); Green value is 93 (36.72% from 255 or 30.10% from 309); Blue value is 92 (36.33% from 255 or 29.77% from 309); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5D5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5D5C is #83A2A3. Grayscale: #666666. Windows color (decimal): -8626852 or 6053244. OLE color: 6053244.
HSL color Cylindrical-coordinate representation of color #7C5D5C: hue angle of 1.88º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7C5D5C is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 93 | 92 | - |
| CMYK | 0 | 0.25 | 0.26 | 0.51 |
| HSL | 1.88º | 0.15% | 0.42% | - |
| HSV(B) | 1.88º | 0.26% | 0.49% | - |
| XYZ | 14.16 | 12.89 | 11.87 | - |
| YUV | 102.16 | 122.27 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 93 | 92 | 0 | 0.25 | 0.26 | 0.51 | 1.88 | 0.15 | 0.42 |
| Hex | 7C | 5D | 5C | 0 | 19 | 1A | 33 | 2 | F | 2A |
| Octal | 174 | 135 | 134 | 0 | 31 | 32 | 63 | 2 | 17 | 52 |
| Binary | 1111100 | 1011101 | 1011100 | 0 | 11001 | 11010 | 110011 | 10 | 1111 | 101010 |
Color Harmonies of #7C5D5C
Complementary color
Monochromatic Colors of #7C5D5C
Black with #7C5D5C
Text Example
Text Example
White with #7C5D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5D5C; }
p { color: rgb(124,93,92); }
H1.HeaderClassName
{
color: #7C5D5C;
}
.AnyTagClassName
{
color: #7C5D5C;
}
</style>
background-color css
<style>
a { background-color: #7C5D5C; }
a { background-color: rgb(124,93,92); }
div.DivClassName
{
background-color: #7C5D5C;
}
.BgClassName
{
background-color: #7C5D5C;
}
</style>
border-color css
<style>
span { border-color: #7C5D5C; }
span { border-color: rgb(124,93,92); }
td.TdClassName
{
border-color: #7C5D5C;
}
.TagClassName
{
border-color: #7C5D5C;
}
</style>