Shades of Himalaya #776124
Tints of Himalaya #776124
RGB
CMYK
RGB Variations
Color information
#776124 (or 0x776124) is known color: Himalaya. HEX triplet: 77, 61 and 24. RGB value is (119,97,36). Sum of RGB (Red+Green+Blue) = 119+97+36=252 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.22% from 252); Green value is 97 (38.28% from 255 or 38.49% from 252); Blue value is 36 (14.45% from 255 or 14.29% from 252); Max value from RGB is 119 - color contains mainly: red. Hex color #776124 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776124 is #889EDB. Grayscale: #606060. Windows color (decimal): -8953564 or 2384247. OLE color: 2384247.
HSL color Cylindrical-coordinate representation of color #776124: hue angle of 44.1º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #776124 is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 97 | 36 | - |
| CMYK | 0 | 0.18 | 0.70 | 0.53 |
| HSL | 44.1º | 0.54% | 0.3% | - |
| HSV(B) | 44.1º | 0.7% | 0.47% | - |
| XYZ | 12.2 | 12.6 | 3.46 | - |
| YUV | 96.62 | 93.79 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 97 | 36 | 0 | 0.18 | 0.70 | 0.53 | 44.1 | 0.54 | 0.3 |
| Hex | 77 | 61 | 24 | 0 | 12 | 46 | 35 | 2C | 36 | 1E |
| Octal | 167 | 141 | 44 | 0 | 22 | 106 | 65 | 54 | 66 | 36 |
| Binary | 1110111 | 1100001 | 100100 | 0 | 10010 | 1000110 | 110101 | 101100 | 110110 | 11110 |
Color Harmonies of #776124
Complementary color
Monochromatic Colors of #776124
Black with #776124
Text Example
Text Example
White with #776124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776124; }
p { color: rgb(119,97,36); }
H1.HeaderClassName
{
color: #776124;
}
.AnyTagClassName
{
color: #776124;
}
</style>
background-color css
<style>
a { background-color: #776124; }
a { background-color: rgb(119,97,36); }
div.DivClassName
{
background-color: #776124;
}
.BgClassName
{
background-color: #776124;
}
</style>
border-color css
<style>
span { border-color: #776124; }
span { border-color: rgb(119,97,36); }
td.TdClassName
{
border-color: #776124;
}
.TagClassName
{
border-color: #776124;
}
</style>