Shades of Himalaya #7A6A32
Tints of Himalaya #7A6A32
RGB
CMYK
RGB Variations
Color information
#7A6A32 (or 0x7A6A32) is known color: Himalaya. HEX triplet: 7A, 6A and 32. RGB value is (122,106,50). Sum of RGB (Red+Green+Blue) = 122+106+50=278 (36% of max value = 765). Red value is 122 (48.05% from 255 or 43.88% from 278); Green value is 106 (41.80% from 255 or 38.13% from 278); Blue value is 50 (19.92% from 255 or 17.99% from 278); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6A32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6A32 is #8595CD. Grayscale: #686868. Windows color (decimal): -8754638 or 3304058. OLE color: 3304058.
HSL color Cylindrical-coordinate representation of color #7A6A32: hue angle of 46.67º 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 #7A6A32 is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 106 | 50 | - |
| CMYK | 0 | 0.13 | 0.59 | 0.52 |
| HSL | 46.67º | 0.42% | 0.34% | - |
| HSV(B) | 46.67º | 0.59% | 0.48% | - |
| XYZ | 13.76 | 14.68 | 5.13 | - |
| YUV | 104.4 | 97.3 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 106 | 50 | 0 | 0.13 | 0.59 | 0.52 | 46.67 | 0.42 | 0.34 |
| Hex | 7A | 6A | 32 | 0 | D | 3B | 34 | 2F | 2A | 22 |
| Octal | 172 | 152 | 62 | 0 | 15 | 73 | 64 | 57 | 52 | 42 |
| Binary | 1111010 | 1101010 | 110010 | 0 | 1101 | 111011 | 110100 | 101111 | 101010 | 100010 |
Color Harmonies of #7A6A32
Complementary color
Monochromatic Colors of #7A6A32
Black with #7A6A32
Text Example
Text Example
White with #7A6A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6A32; }
p { color: rgb(122,106,50); }
H1.HeaderClassName
{
color: #7A6A32;
}
.AnyTagClassName
{
color: #7A6A32;
}
</style>
background-color css
<style>
a { background-color: #7A6A32; }
a { background-color: rgb(122,106,50); }
div.DivClassName
{
background-color: #7A6A32;
}
.BgClassName
{
background-color: #7A6A32;
}
</style>
border-color css
<style>
span { border-color: #7A6A32; }
span { border-color: rgb(122,106,50); }
td.TdClassName
{
border-color: #7A6A32;
}
.TagClassName
{
border-color: #7A6A32;
}
</style>