Shades of Dark Wood #7A5E4A
Tints of Dark Wood #7A5E4A
RGB
CMYK
RGB Variations
Color information
#7A5E4A (or 0x7A5E4A) is known color: Dark Wood. HEX triplet: 7A, 5E and 4A. RGB value is (122,94,74). Sum of RGB (Red+Green+Blue) = 122+94+74=290 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.07% from 290); Green value is 94 (37.11% from 255 or 32.41% from 290); Blue value is 74 (29.30% from 255 or 25.52% from 290); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5E4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5E4A is #85A1B5. Grayscale: #646464. Windows color (decimal): -8757686 or 4873850. OLE color: 4873850.
HSL color Cylindrical-coordinate representation of color #7A5E4A: hue angle of 25º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7A5E4A is Cyan = 0, Magento = 0.23, Yellow = 0.39 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 94 | 74 | - |
| CMYK | 0 | 0.23 | 0.39 | 0.52 |
| HSL | 25º | 0.24% | 0.38% | - |
| HSV(B) | 25º | 0.39% | 0.48% | - |
| XYZ | 13.26 | 12.64 | 8.22 | - |
| YUV | 100.09 | 113.28 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 94 | 74 | 0 | 0.23 | 0.39 | 0.52 | 25 | 0.24 | 0.38 |
| Hex | 7A | 5E | 4A | 0 | 17 | 27 | 34 | 19 | 18 | 26 |
| Octal | 172 | 136 | 112 | 0 | 27 | 47 | 64 | 31 | 30 | 46 |
| Binary | 1111010 | 1011110 | 1001010 | 0 | 10111 | 100111 | 110100 | 11001 | 11000 | 100110 |
Color Harmonies of #7A5E4A
Complementary color
Monochromatic Colors of #7A5E4A
Black with #7A5E4A
Text Example
Text Example
White with #7A5E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5E4A; }
p { color: rgb(122,94,74); }
H1.HeaderClassName
{
color: #7A5E4A;
}
.AnyTagClassName
{
color: #7A5E4A;
}
</style>
background-color css
<style>
a { background-color: #7A5E4A; }
a { background-color: rgb(122,94,74); }
div.DivClassName
{
background-color: #7A5E4A;
}
.BgClassName
{
background-color: #7A5E4A;
}
</style>
border-color css
<style>
span { border-color: #7A5E4A; }
span { border-color: rgb(122,94,74); }
td.TdClassName
{
border-color: #7A5E4A;
}
.TagClassName
{
border-color: #7A5E4A;
}
</style>