Shades of Himalaya #7A6832
Tints of Himalaya #7A6832
RGB
CMYK
RGB Variations
Color information
#7A6832 (or 0x7A6832) is known color: Himalaya. HEX triplet: 7A, 68 and 32. RGB value is (122,104,50). Sum of RGB (Red+Green+Blue) = 122+104+50=276 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.20% from 276); Green value is 104 (41.02% from 255 or 37.68% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6832 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6832 is #8597CD. Grayscale: #676767. Windows color (decimal): -8755150 or 3303546. OLE color: 3303546.
HSL color Cylindrical-coordinate representation of color #7A6832: hue angle of 45º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7A6832 is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 104 | 50 | - |
| CMYK | 0 | 0.15 | 0.59 | 0.52 |
| HSL | 45º | 0.42% | 0.34% | - |
| HSV(B) | 45º | 0.59% | 0.48% | - |
| XYZ | 13.55 | 14.27 | 5.06 | - |
| YUV | 103.23 | 97.96 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 104 | 50 | 0 | 0.15 | 0.59 | 0.52 | 45 | 0.42 | 0.34 |
| Hex | 7A | 68 | 32 | 0 | F | 3B | 34 | 2D | 2A | 22 |
| Octal | 172 | 150 | 62 | 0 | 17 | 73 | 64 | 55 | 52 | 42 |
| Binary | 1111010 | 1101000 | 110010 | 0 | 1111 | 111011 | 110100 | 101101 | 101010 | 100010 |
Color Harmonies of #7A6832
Complementary color
Monochromatic Colors of #7A6832
Black with #7A6832
Text Example
Text Example
White with #7A6832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6832; }
p { color: rgb(122,104,50); }
H1.HeaderClassName
{
color: #7A6832;
}
.AnyTagClassName
{
color: #7A6832;
}
</style>
background-color css
<style>
a { background-color: #7A6832; }
a { background-color: rgb(122,104,50); }
div.DivClassName
{
background-color: #7A6832;
}
.BgClassName
{
background-color: #7A6832;
}
</style>
border-color css
<style>
span { border-color: #7A6832; }
span { border-color: rgb(122,104,50); }
td.TdClassName
{
border-color: #7A6832;
}
.TagClassName
{
border-color: #7A6832;
}
</style>