Shades of Himalaya #7A6937
Tints of Himalaya #7A6937
RGB
CMYK
RGB Variations
Color information
#7A6937 (or 0x7A6937) is known color: Himalaya. HEX triplet: 7A, 69 and 37. RGB value is (122,105,55). Sum of RGB (Red+Green+Blue) = 122+105+55=282 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.26% from 282); Green value is 105 (41.41% from 255 or 37.23% from 282); Blue value is 55 (21.88% from 255 or 19.50% from 282); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6937 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6937 is #8596C8. Grayscale: #686868. Windows color (decimal): -8754889 or 3631482. OLE color: 3631482.
HSL color Cylindrical-coordinate representation of color #7A6937: hue angle of 44.78º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7A6937 is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 105 | 55 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.52 |
| HSL | 44.78º | 0.38% | 0.35% | - |
| HSV(B) | 44.78º | 0.55% | 0.48% | - |
| XYZ | 13.77 | 14.52 | 5.69 | - |
| YUV | 104.38 | 100.13 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 105 | 55 | 0 | 0.14 | 0.55 | 0.52 | 44.78 | 0.38 | 0.35 |
| Hex | 7A | 69 | 37 | 0 | E | 37 | 34 | 2D | 26 | 23 |
| Octal | 172 | 151 | 67 | 0 | 16 | 67 | 64 | 55 | 46 | 43 |
| Binary | 1111010 | 1101001 | 110111 | 0 | 1110 | 110111 | 110100 | 101101 | 100110 | 100011 |
Color Harmonies of #7A6937
Complementary color
Monochromatic Colors of #7A6937
Black with #7A6937
Text Example
Text Example
White with #7A6937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6937; }
p { color: rgb(122,105,55); }
H1.HeaderClassName
{
color: #7A6937;
}
.AnyTagClassName
{
color: #7A6937;
}
</style>
background-color css
<style>
a { background-color: #7A6937; }
a { background-color: rgb(122,105,55); }
div.DivClassName
{
background-color: #7A6937;
}
.BgClassName
{
background-color: #7A6937;
}
</style>
border-color css
<style>
span { border-color: #7A6937; }
span { border-color: rgb(122,105,55); }
td.TdClassName
{
border-color: #7A6937;
}
.TagClassName
{
border-color: #7A6937;
}
</style>