Shades of Dark Wood #7A6145
Tints of Dark Wood #7A6145
RGB
CMYK
RGB Variations
Color information
#7A6145 (or 0x7A6145) is known color: Dark Wood. HEX triplet: 7A, 61 and 45. RGB value is (122,97,69). Sum of RGB (Red+Green+Blue) = 122+97+69=288 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.36% from 288); Green value is 97 (38.28% from 255 or 33.68% from 288); Blue value is 69 (27.34% from 255 or 23.96% from 288); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6145 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6145 is #859EBA. Grayscale: #656565. Windows color (decimal): -8756923 or 4546938. OLE color: 4546938.
HSL color Cylindrical-coordinate representation of color #7A6145: hue angle of 31.7º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7A6145 is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 97 | 69 | - |
| CMYK | 0 | 0.20 | 0.43 | 0.52 |
| HSL | 31.7º | 0.28% | 0.37% | - |
| HSV(B) | 31.7º | 0.43% | 0.48% | - |
| XYZ | 13.37 | 13.12 | 7.46 | - |
| YUV | 101.28 | 109.78 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 97 | 69 | 0 | 0.20 | 0.43 | 0.52 | 31.7 | 0.28 | 0.37 |
| Hex | 7A | 61 | 45 | 0 | 14 | 2B | 34 | 20 | 1C | 25 |
| Octal | 172 | 141 | 105 | 0 | 24 | 53 | 64 | 40 | 34 | 45 |
| Binary | 1111010 | 1100001 | 1000101 | 0 | 10100 | 101011 | 110100 | 100000 | 11100 | 100101 |
Color Harmonies of #7A6145
Complementary color
Monochromatic Colors of #7A6145
Black with #7A6145
Text Example
Text Example
White with #7A6145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6145; }
p { color: rgb(122,97,69); }
H1.HeaderClassName
{
color: #7A6145;
}
.AnyTagClassName
{
color: #7A6145;
}
</style>
background-color css
<style>
a { background-color: #7A6145; }
a { background-color: rgb(122,97,69); }
div.DivClassName
{
background-color: #7A6145;
}
.BgClassName
{
background-color: #7A6145;
}
</style>
border-color css
<style>
span { border-color: #7A6145; }
span { border-color: rgb(122,97,69); }
td.TdClassName
{
border-color: #7A6145;
}
.TagClassName
{
border-color: #7A6145;
}
</style>