Shades of Himalaya #7A6534
Tints of Himalaya #7A6534
RGB
CMYK
RGB Variations
Color information
#7A6534 (or 0x7A6534) is known color: Himalaya. HEX triplet: 7A, 65 and 34. RGB value is (122,101,52). Sum of RGB (Red+Green+Blue) = 122+101+52=275 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.36% from 275); Green value is 101 (39.84% from 255 or 36.73% from 275); Blue value is 52 (20.70% from 255 or 18.91% from 275); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6534 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6534 is #859ACB. Grayscale: #656565. Windows color (decimal): -8755916 or 3433850. OLE color: 3433850.
HSL color Cylindrical-coordinate representation of color #7A6534: hue angle of 42º 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 #7A6534 is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 101 | 52 | - |
| CMYK | 0 | 0.17 | 0.57 | 0.52 |
| HSL | 42º | 0.4% | 0.34% | - |
| HSV(B) | 42º | 0.57% | 0.48% | - |
| XYZ | 13.3 | 13.69 | 5.19 | - |
| YUV | 101.69 | 99.96 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 101 | 52 | 0 | 0.17 | 0.57 | 0.52 | 42 | 0.4 | 0.34 |
| Hex | 7A | 65 | 34 | 0 | 11 | 39 | 34 | 2A | 28 | 22 |
| Octal | 172 | 145 | 64 | 0 | 21 | 71 | 64 | 52 | 50 | 42 |
| Binary | 1111010 | 1100101 | 110100 | 0 | 10001 | 111001 | 110100 | 101010 | 101000 | 100010 |
Color Harmonies of #7A6534
Complementary color
Monochromatic Colors of #7A6534
Black with #7A6534
Text Example
Text Example
White with #7A6534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6534; }
p { color: rgb(122,101,52); }
H1.HeaderClassName
{
color: #7A6534;
}
.AnyTagClassName
{
color: #7A6534;
}
</style>
background-color css
<style>
a { background-color: #7A6534; }
a { background-color: rgb(122,101,52); }
div.DivClassName
{
background-color: #7A6534;
}
.BgClassName
{
background-color: #7A6534;
}
</style>
border-color css
<style>
span { border-color: #7A6534; }
span { border-color: rgb(122,101,52); }
td.TdClassName
{
border-color: #7A6534;
}
.TagClassName
{
border-color: #7A6534;
}
</style>