Shades of Himalaya #7A6934
Tints of Himalaya #7A6934
RGB
CMYK
RGB Variations
Color information
#7A6934 (or 0x7A6934) is known color: Himalaya. HEX triplet: 7A, 69 and 34. RGB value is (122,105,52). Sum of RGB (Red+Green+Blue) = 122+105+52=279 (36% of max value = 765). Red value is 122 (48.05% from 255 or 43.73% from 279); Green value is 105 (41.41% from 255 or 37.63% from 279); Blue value is 52 (20.70% from 255 or 18.64% from 279); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6934 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6934 is #8596CB. Grayscale: #686868. Windows color (decimal): -8754892 or 3434874. OLE color: 3434874.
HSL color Cylindrical-coordinate representation of color #7A6934: hue angle of 45.43º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7A6934 is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 105 | 52 | - |
| CMYK | 0 | 0.14 | 0.57 | 0.52 |
| HSL | 45.43º | 0.4% | 0.34% | - |
| HSV(B) | 45.43º | 0.57% | 0.48% | - |
| XYZ | 13.7 | 14.49 | 5.32 | - |
| YUV | 104.04 | 98.63 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 105 | 52 | 0 | 0.14 | 0.57 | 0.52 | 45.43 | 0.4 | 0.34 |
| Hex | 7A | 69 | 34 | 0 | E | 39 | 34 | 2D | 28 | 22 |
| Octal | 172 | 151 | 64 | 0 | 16 | 71 | 64 | 55 | 50 | 42 |
| Binary | 1111010 | 1101001 | 110100 | 0 | 1110 | 111001 | 110100 | 101101 | 101000 | 100010 |
Color Harmonies of #7A6934
Complementary color
Monochromatic Colors of #7A6934
Black with #7A6934
Text Example
Text Example
White with #7A6934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6934; }
p { color: rgb(122,105,52); }
H1.HeaderClassName
{
color: #7A6934;
}
.AnyTagClassName
{
color: #7A6934;
}
</style>
background-color css
<style>
a { background-color: #7A6934; }
a { background-color: rgb(122,105,52); }
div.DivClassName
{
background-color: #7A6934;
}
.BgClassName
{
background-color: #7A6934;
}
</style>
border-color css
<style>
span { border-color: #7A6934; }
span { border-color: rgb(122,105,52); }
td.TdClassName
{
border-color: #7A6934;
}
.TagClassName
{
border-color: #7A6934;
}
</style>