Shades of Dark Wood #7A5E45
Tints of Dark Wood #7A5E45
RGB
CMYK
RGB Variations
Color information
#7A5E45 (or 0x7A5E45) is known color: Dark Wood. HEX triplet: 7A, 5E and 45. RGB value is (122,94,69). Sum of RGB (Red+Green+Blue) = 122+94+69=285 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.81% from 285); Green value is 94 (37.11% from 255 or 32.98% from 285); Blue value is 69 (27.34% from 255 or 24.21% from 285); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5E45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5E45 is #85A1BA. Grayscale: #636363. Windows color (decimal): -8757691 or 4546170. OLE color: 4546170.
HSL color Cylindrical-coordinate representation of color #7A5E45: hue angle of 28.3º 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 #7A5E45 is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 94 | 69 | - |
| CMYK | 0 | 0.23 | 0.43 | 0.52 |
| HSL | 28.3º | 0.28% | 0.37% | - |
| HSV(B) | 28.3º | 0.43% | 0.48% | - |
| XYZ | 13.1 | 12.57 | 7.37 | - |
| YUV | 99.52 | 110.78 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 94 | 69 | 0 | 0.23 | 0.43 | 0.52 | 28.3 | 0.28 | 0.37 |
| Hex | 7A | 5E | 45 | 0 | 17 | 2B | 34 | 1C | 1C | 25 |
| Octal | 172 | 136 | 105 | 0 | 27 | 53 | 64 | 34 | 34 | 45 |
| Binary | 1111010 | 1011110 | 1000101 | 0 | 10111 | 101011 | 110100 | 11100 | 11100 | 100101 |
Color Harmonies of #7A5E45
Complementary color
Monochromatic Colors of #7A5E45
Black with #7A5E45
Text Example
Text Example
White with #7A5E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5E45; }
p { color: rgb(122,94,69); }
H1.HeaderClassName
{
color: #7A5E45;
}
.AnyTagClassName
{
color: #7A5E45;
}
</style>
background-color css
<style>
a { background-color: #7A5E45; }
a { background-color: rgb(122,94,69); }
div.DivClassName
{
background-color: #7A5E45;
}
.BgClassName
{
background-color: #7A5E45;
}
</style>
border-color css
<style>
span { border-color: #7A5E45; }
span { border-color: rgb(122,94,69); }
td.TdClassName
{
border-color: #7A5E45;
}
.TagClassName
{
border-color: #7A5E45;
}
</style>