Shades of Himalaya #7A6A36
Tints of Himalaya #7A6A36
RGB
CMYK
RGB Variations
Color information
#7A6A36 (or 0x7A6A36) is known color: Himalaya. HEX triplet: 7A, 6A and 36. RGB value is (122,106,54). Sum of RGB (Red+Green+Blue) = 122+106+54=282 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.26% from 282); Green value is 106 (41.80% from 255 or 37.59% from 282); Blue value is 54 (21.48% from 255 or 19.15% from 282); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6A36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6A36 is #8595C9. Grayscale: #696969. Windows color (decimal): -8754634 or 3566202. OLE color: 3566202.
HSL color Cylindrical-coordinate representation of color #7A6A36: hue angle of 45.88º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7A6A36 is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 106 | 54 | - |
| CMYK | 0 | 0.13 | 0.56 | 0.52 |
| HSL | 45.88º | 0.39% | 0.35% | - |
| HSV(B) | 45.88º | 0.56% | 0.48% | - |
| XYZ | 13.85 | 14.71 | 5.6 | - |
| YUV | 104.86 | 99.3 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 106 | 54 | 0 | 0.13 | 0.56 | 0.52 | 45.88 | 0.39 | 0.35 |
| Hex | 7A | 6A | 36 | 0 | D | 38 | 34 | 2E | 27 | 23 |
| Octal | 172 | 152 | 66 | 0 | 15 | 70 | 64 | 56 | 47 | 43 |
| Binary | 1111010 | 1101010 | 110110 | 0 | 1101 | 111000 | 110100 | 101110 | 100111 | 100011 |
Color Harmonies of #7A6A36
Complementary color
Monochromatic Colors of #7A6A36
Black with #7A6A36
Text Example
Text Example
White with #7A6A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6A36; }
p { color: rgb(122,106,54); }
H1.HeaderClassName
{
color: #7A6A36;
}
.AnyTagClassName
{
color: #7A6A36;
}
</style>
background-color css
<style>
a { background-color: #7A6A36; }
a { background-color: rgb(122,106,54); }
div.DivClassName
{
background-color: #7A6A36;
}
.BgClassName
{
background-color: #7A6A36;
}
</style>
border-color css
<style>
span { border-color: #7A6A36; }
span { border-color: rgb(122,106,54); }
td.TdClassName
{
border-color: #7A6A36;
}
.TagClassName
{
border-color: #7A6A36;
}
</style>