Shades of Light Wood #7F5C5C
Tints of Light Wood #7F5C5C
RGB
CMYK
RGB Variations
Color information
#7F5C5C (or 0x7F5C5C) is known color: Light Wood. HEX triplet: 7F, 5C and 5C. RGB value is (127,92,92). Sum of RGB (Red+Green+Blue) = 127+92+92=311 (41% of max value = 765). Red value is 127 (50% from 255 or 40.84% from 311); Green value is 92 (36.33% from 255 or 29.58% from 311); Blue value is 92 (36.33% from 255 or 29.58% from 311); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5C5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5C5C is #80A3A3. Grayscale: #666666. Windows color (decimal): -8430500 or 6052991. OLE color: 6052991.
HSL color Cylindrical-coordinate representation of color #7F5C5C: hue angle of 0º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7F5C5C is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 92 | 92 | - |
| CMYK | 0 | 0.28 | 0.28 | 0.50 |
| HSL | 0º | 0.16% | 0.43% | - |
| HSV(B) | 0º | 0.28% | 0.5% | - |
| XYZ | 14.51 | 12.94 | 11.86 | - |
| YUV | 102.47 | 122.1 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 92 | 92 | 0 | 0.28 | 0.28 | 0.50 | 0 | 0.16 | 0.43 |
| Hex | 7F | 5C | 5C | 0 | 1C | 1C | 32 | 0 | 10 | 2B |
| Octal | 177 | 134 | 134 | 0 | 34 | 34 | 62 | 0 | 20 | 53 |
| Binary | 1111111 | 1011100 | 1011100 | 0 | 11100 | 11100 | 110010 | 0 | 10000 | 101011 |
Color Harmonies of #7F5C5C
Complementary color
Monochromatic Colors of #7F5C5C
Black with #7F5C5C
Text Example
Text Example
White with #7F5C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5C5C; }
p { color: rgb(127,92,92); }
H1.HeaderClassName
{
color: #7F5C5C;
}
.AnyTagClassName
{
color: #7F5C5C;
}
</style>
background-color css
<style>
a { background-color: #7F5C5C; }
a { background-color: rgb(127,92,92); }
div.DivClassName
{
background-color: #7F5C5C;
}
.BgClassName
{
background-color: #7F5C5C;
}
</style>
border-color css
<style>
span { border-color: #7F5C5C; }
span { border-color: rgb(127,92,92); }
td.TdClassName
{
border-color: #7F5C5C;
}
.TagClassName
{
border-color: #7F5C5C;
}
</style>