Shades of Dark Wood #7C5E46
Tints of Dark Wood #7C5E46
RGB
CMYK
RGB Variations
Color information
#7C5E46 (or 0x7C5E46) is known color: Dark Wood. HEX triplet: 7C, 5E and 46. RGB value is (124,94,70). Sum of RGB (Red+Green+Blue) = 124+94+70=288 (38% of max value = 765). Red value is 124 (48.83% from 255 or 43.06% from 288); Green value is 94 (37.11% from 255 or 32.64% from 288); Blue value is 70 (27.73% from 255 or 24.31% from 288); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5E46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5E46 is #83A1B9. Grayscale: #646464. Windows color (decimal): -8626618 or 4611708. OLE color: 4611708.
HSL color Cylindrical-coordinate representation of color #7C5E46: hue angle of 26.67º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7C5E46 is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 94 | 70 | - |
| CMYK | 0 | 0.24 | 0.44 | 0.51 |
| HSL | 26.67º | 0.28% | 0.38% | - |
| HSV(B) | 26.67º | 0.44% | 0.49% | - |
| XYZ | 13.42 | 12.73 | 7.54 | - |
| YUV | 100.23 | 110.94 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 94 | 70 | 0 | 0.24 | 0.44 | 0.51 | 26.67 | 0.28 | 0.38 |
| Hex | 7C | 5E | 46 | 0 | 18 | 2C | 33 | 1B | 1C | 26 |
| Octal | 174 | 136 | 106 | 0 | 30 | 54 | 63 | 33 | 34 | 46 |
| Binary | 1111100 | 1011110 | 1000110 | 0 | 11000 | 101100 | 110011 | 11011 | 11100 | 100110 |
Color Harmonies of #7C5E46
Complementary color
Monochromatic Colors of #7C5E46
Black with #7C5E46
Text Example
Text Example
White with #7C5E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5E46; }
p { color: rgb(124,94,70); }
H1.HeaderClassName
{
color: #7C5E46;
}
.AnyTagClassName
{
color: #7C5E46;
}
</style>
background-color css
<style>
a { background-color: #7C5E46; }
a { background-color: rgb(124,94,70); }
div.DivClassName
{
background-color: #7C5E46;
}
.BgClassName
{
background-color: #7C5E46;
}
</style>
border-color css
<style>
span { border-color: #7C5E46; }
span { border-color: rgb(124,94,70); }
td.TdClassName
{
border-color: #7C5E46;
}
.TagClassName
{
border-color: #7C5E46;
}
</style>