Shades of Dark Wood #7C5D47
Tints of Dark Wood #7C5D47
RGB
CMYK
RGB Variations
Color information
#7C5D47 (or 0x7C5D47) is known color: Dark Wood. HEX triplet: 7C, 5D and 47. RGB value is (124,93,71). Sum of RGB (Red+Green+Blue) = 124+93+71=288 (38% of max value = 765). Red value is 124 (48.83% from 255 or 43.06% from 288); Green value is 93 (36.72% from 255 or 32.29% from 288); Blue value is 71 (28.12% from 255 or 24.65% from 288); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5D47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5D47 is #83A2B8. Grayscale: #636363. Windows color (decimal): -8626873 or 4676988. OLE color: 4676988.
HSL color Cylindrical-coordinate representation of color #7C5D47: hue angle of 24.91º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7C5D47 is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 93 | 71 | - |
| CMYK | 0 | 0.25 | 0.43 | 0.51 |
| HSL | 24.91º | 0.27% | 0.38% | - |
| HSV(B) | 24.91º | 0.43% | 0.49% | - |
| XYZ | 13.36 | 12.57 | 7.68 | - |
| YUV | 99.76 | 111.77 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 93 | 71 | 0 | 0.25 | 0.43 | 0.51 | 24.91 | 0.27 | 0.38 |
| Hex | 7C | 5D | 47 | 0 | 19 | 2B | 33 | 19 | 1B | 26 |
| Octal | 174 | 135 | 107 | 0 | 31 | 53 | 63 | 31 | 33 | 46 |
| Binary | 1111100 | 1011101 | 1000111 | 0 | 11001 | 101011 | 110011 | 11001 | 11011 | 100110 |
Color Harmonies of #7C5D47
Complementary color
Monochromatic Colors of #7C5D47
Black with #7C5D47
Text Example
Text Example
White with #7C5D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5D47; }
p { color: rgb(124,93,71); }
H1.HeaderClassName
{
color: #7C5D47;
}
.AnyTagClassName
{
color: #7C5D47;
}
</style>
background-color css
<style>
a { background-color: #7C5D47; }
a { background-color: rgb(124,93,71); }
div.DivClassName
{
background-color: #7C5D47;
}
.BgClassName
{
background-color: #7C5D47;
}
</style>
border-color css
<style>
span { border-color: #7C5D47; }
span { border-color: rgb(124,93,71); }
td.TdClassName
{
border-color: #7C5D47;
}
.TagClassName
{
border-color: #7C5D47;
}
</style>