Shades of Light Wood #7C6666
Tints of Light Wood #7C6666
RGB
CMYK
RGB Variations
Color information
#7C6666 (or 0x7C6666) is known color: Light Wood. HEX triplet: 7C, 66 and 66. RGB value is (124,102,102). Sum of RGB (Red+Green+Blue) = 124+102+102=328 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.80% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 102 (40.23% from 255 or 31.10% from 328); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6666 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6666 is #839999. Grayscale: #6C6C6C. Windows color (decimal): -8624538 or 6710908. OLE color: 6710908.
HSL color Cylindrical-coordinate representation of color #7C6666: hue angle of 0º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7C6666 is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 102 | 102 | - |
| CMYK | 0 | 0.18 | 0.18 | 0.51 |
| HSL | 0º | 0.1% | 0.44% | - |
| HSV(B) | 0º | 0.18% | 0.49% | - |
| XYZ | 15.46 | 14.75 | 14.6 | - |
| YUV | 108.58 | 124.29 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 102 | 102 | 0 | 0.18 | 0.18 | 0.51 | 0 | 0.1 | 0.44 |
| Hex | 7C | 66 | 66 | 0 | 12 | 12 | 33 | 0 | A | 2C |
| Octal | 174 | 146 | 146 | 0 | 22 | 22 | 63 | 0 | 12 | 54 |
| Binary | 1111100 | 1100110 | 1100110 | 0 | 10010 | 10010 | 110011 | 0 | 1010 | 101100 |
Color Harmonies of #7C6666
Complementary color
Monochromatic Colors of #7C6666
Black with #7C6666
Text Example
Text Example
White with #7C6666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6666; }
p { color: rgb(124,102,102); }
H1.HeaderClassName
{
color: #7C6666;
}
.AnyTagClassName
{
color: #7C6666;
}
</style>
background-color css
<style>
a { background-color: #7C6666; }
a { background-color: rgb(124,102,102); }
div.DivClassName
{
background-color: #7C6666;
}
.BgClassName
{
background-color: #7C6666;
}
</style>
border-color css
<style>
span { border-color: #7C6666; }
span { border-color: rgb(124,102,102); }
td.TdClassName
{
border-color: #7C6666;
}
.TagClassName
{
border-color: #7C6666;
}
</style>