Shades of Himalaya #796C37
Tints of Himalaya #796C37
RGB
CMYK
RGB Variations
Color information
#796C37 (or 0x796C37) is known color: Himalaya. HEX triplet: 79, 6C and 37. RGB value is (121,108,55). Sum of RGB (Red+Green+Blue) = 121+108+55=284 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.61% from 284); Green value is 108 (42.58% from 255 or 38.03% from 284); Blue value is 55 (21.88% from 255 or 19.37% from 284); Max value from RGB is 121 - color contains mainly: red. Hex color #796C37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796C37 is #8693C8. Grayscale: #6A6A6A. Windows color (decimal): -8819657 or 3632249. OLE color: 3632249.
HSL color Cylindrical-coordinate representation of color #796C37: hue angle of 48.18º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #796C37 is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 108 | 55 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.53 |
| HSL | 48.18º | 0.38% | 0.35% | - |
| HSV(B) | 48.18º | 0.55% | 0.47% | - |
| XYZ | 13.94 | 15.07 | 5.79 | - |
| YUV | 105.85 | 99.31 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 108 | 55 | 0 | 0.11 | 0.55 | 0.53 | 48.18 | 0.38 | 0.35 |
| Hex | 79 | 6C | 37 | 0 | B | 37 | 35 | 30 | 26 | 23 |
| Octal | 171 | 154 | 67 | 0 | 13 | 67 | 65 | 60 | 46 | 43 |
| Binary | 1111001 | 1101100 | 110111 | 0 | 1011 | 110111 | 110101 | 110000 | 100110 | 100011 |
Color Harmonies of #796C37
Complementary color
Monochromatic Colors of #796C37
Black with #796C37
Text Example
Text Example
White with #796C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796C37; }
p { color: rgb(121,108,55); }
H1.HeaderClassName
{
color: #796C37;
}
.AnyTagClassName
{
color: #796C37;
}
</style>
background-color css
<style>
a { background-color: #796C37; }
a { background-color: rgb(121,108,55); }
div.DivClassName
{
background-color: #796C37;
}
.BgClassName
{
background-color: #796C37;
}
</style>
border-color css
<style>
span { border-color: #796C37; }
span { border-color: rgb(121,108,55); }
td.TdClassName
{
border-color: #796C37;
}
.TagClassName
{
border-color: #796C37;
}
</style>