Shades of Himalaya #7A6634
Tints of Himalaya #7A6634
RGB
CMYK
RGB Variations
Color information
#7A6634 (or 0x7A6634) is known color: Himalaya. HEX triplet: 7A, 66 and 34. RGB value is (122,102,52). Sum of RGB (Red+Green+Blue) = 122+102+52=276 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.20% from 276); Green value is 102 (40.23% from 255 or 36.96% from 276); Blue value is 52 (20.70% from 255 or 18.84% from 276); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6634 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6634 is #8599CB. Grayscale: #666666. Windows color (decimal): -8755660 or 3434106. OLE color: 3434106.
HSL color Cylindrical-coordinate representation of color #7A6634: hue angle of 42.86º 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 #7A6634 is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 102 | 52 | - |
| CMYK | 0 | 0.16 | 0.57 | 0.52 |
| HSL | 42.86º | 0.4% | 0.34% | - |
| HSV(B) | 42.86º | 0.57% | 0.48% | - |
| XYZ | 13.4 | 13.89 | 5.22 | - |
| YUV | 102.28 | 99.63 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 102 | 52 | 0 | 0.16 | 0.57 | 0.52 | 42.86 | 0.4 | 0.34 |
| Hex | 7A | 66 | 34 | 0 | 10 | 39 | 34 | 2B | 28 | 22 |
| Octal | 172 | 146 | 64 | 0 | 20 | 71 | 64 | 53 | 50 | 42 |
| Binary | 1111010 | 1100110 | 110100 | 0 | 10000 | 111001 | 110100 | 101011 | 101000 | 100010 |
Color Harmonies of #7A6634
Complementary color
Monochromatic Colors of #7A6634
Black with #7A6634
Text Example
Text Example
White with #7A6634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6634; }
p { color: rgb(122,102,52); }
H1.HeaderClassName
{
color: #7A6634;
}
.AnyTagClassName
{
color: #7A6634;
}
</style>
background-color css
<style>
a { background-color: #7A6634; }
a { background-color: rgb(122,102,52); }
div.DivClassName
{
background-color: #7A6634;
}
.BgClassName
{
background-color: #7A6634;
}
</style>
border-color css
<style>
span { border-color: #7A6634; }
span { border-color: rgb(122,102,52); }
td.TdClassName
{
border-color: #7A6634;
}
.TagClassName
{
border-color: #7A6634;
}
</style>