Shades of Dark Wood #7A5F45
Tints of Dark Wood #7A5F45
RGB
CMYK
RGB Variations
Color information
#7A5F45 (or 0x7A5F45) is known color: Dark Wood. HEX triplet: 7A, 5F and 45. RGB value is (122,95,69). Sum of RGB (Red+Green+Blue) = 122+95+69=286 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.66% from 286); Green value is 95 (37.5% from 255 or 33.22% from 286); Blue value is 69 (27.34% from 255 or 24.13% from 286); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5F45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5F45 is #85A0BA. Grayscale: #646464. Windows color (decimal): -8757435 or 4546426. OLE color: 4546426.
HSL color Cylindrical-coordinate representation of color #7A5F45: hue angle of 29.43º 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 #7A5F45 is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 95 | 69 | - |
| CMYK | 0 | 0.22 | 0.43 | 0.52 |
| HSL | 29.43º | 0.28% | 0.37% | - |
| HSV(B) | 29.43º | 0.43% | 0.48% | - |
| XYZ | 13.19 | 12.75 | 7.4 | - |
| YUV | 100.11 | 110.45 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 95 | 69 | 0 | 0.22 | 0.43 | 0.52 | 29.43 | 0.28 | 0.37 |
| Hex | 7A | 5F | 45 | 0 | 16 | 2B | 34 | 1D | 1C | 25 |
| Octal | 172 | 137 | 105 | 0 | 26 | 53 | 64 | 35 | 34 | 45 |
| Binary | 1111010 | 1011111 | 1000101 | 0 | 10110 | 101011 | 110100 | 11101 | 11100 | 100101 |
Color Harmonies of #7A5F45
Complementary color
Monochromatic Colors of #7A5F45
Black with #7A5F45
Text Example
Text Example
White with #7A5F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5F45; }
p { color: rgb(122,95,69); }
H1.HeaderClassName
{
color: #7A5F45;
}
.AnyTagClassName
{
color: #7A5F45;
}
</style>
background-color css
<style>
a { background-color: #7A5F45; }
a { background-color: rgb(122,95,69); }
div.DivClassName
{
background-color: #7A5F45;
}
.BgClassName
{
background-color: #7A5F45;
}
</style>
border-color css
<style>
span { border-color: #7A5F45; }
span { border-color: rgb(122,95,69); }
td.TdClassName
{
border-color: #7A5F45;
}
.TagClassName
{
border-color: #7A5F45;
}
</style>