Shades of Dark Wood #7C6045
Tints of Dark Wood #7C6045
RGB
CMYK
RGB Variations
Color information
#7C6045 (or 0x7C6045) is known color: Dark Wood. HEX triplet: 7C, 60 and 45. RGB value is (124,96,69). Sum of RGB (Red+Green+Blue) = 124+96+69=289 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.91% from 289); Green value is 96 (37.89% from 255 or 33.22% from 289); Blue value is 69 (27.34% from 255 or 23.88% from 289); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6045 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6045 is #839FBA. Grayscale: #656565. Windows color (decimal): -8626107 or 4546684. OLE color: 4546684.
HSL color Cylindrical-coordinate representation of color #7C6045: hue angle of 29.45º 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 #7C6045 is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 96 | 69 | - |
| CMYK | 0 | 0.23 | 0.44 | 0.51 |
| HSL | 29.45º | 0.28% | 0.38% | - |
| HSV(B) | 29.45º | 0.44% | 0.49% | - |
| XYZ | 13.57 | 13.08 | 7.44 | - |
| YUV | 101.29 | 109.78 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 96 | 69 | 0 | 0.23 | 0.44 | 0.51 | 29.45 | 0.28 | 0.38 |
| Hex | 7C | 60 | 45 | 0 | 17 | 2C | 33 | 1D | 1C | 26 |
| Octal | 174 | 140 | 105 | 0 | 27 | 54 | 63 | 35 | 34 | 46 |
| Binary | 1111100 | 1100000 | 1000101 | 0 | 10111 | 101100 | 110011 | 11101 | 11100 | 100110 |
Color Harmonies of #7C6045
Complementary color
Monochromatic Colors of #7C6045
Black with #7C6045
Text Example
Text Example
White with #7C6045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6045; }
p { color: rgb(124,96,69); }
H1.HeaderClassName
{
color: #7C6045;
}
.AnyTagClassName
{
color: #7C6045;
}
</style>
background-color css
<style>
a { background-color: #7C6045; }
a { background-color: rgb(124,96,69); }
div.DivClassName
{
background-color: #7C6045;
}
.BgClassName
{
background-color: #7C6045;
}
</style>
border-color css
<style>
span { border-color: #7C6045; }
span { border-color: rgb(124,96,69); }
td.TdClassName
{
border-color: #7C6045;
}
.TagClassName
{
border-color: #7C6045;
}
</style>