Shades of Himalaya #776A36
Tints of Himalaya #776A36
RGB
CMYK
RGB Variations
Color information
#776A36 (or 0x776A36) is known color: Himalaya. HEX triplet: 77, 6A and 36. RGB value is (119,106,54). Sum of RGB (Red+Green+Blue) = 119+106+54=279 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.65% from 279); Green value is 106 (41.80% from 255 or 37.99% from 279); Blue value is 54 (21.48% from 255 or 19.35% from 279); Max value from RGB is 119 - color contains mainly: red. Hex color #776A36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776A36 is #8895C9. Grayscale: #686868. Windows color (decimal): -8951242 or 3566199. OLE color: 3566199.
HSL color Cylindrical-coordinate representation of color #776A36: hue angle of 48º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #776A36 is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 106 | 54 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.53 |
| HSL | 48º | 0.38% | 0.34% | - |
| HSV(B) | 48º | 0.55% | 0.47% | - |
| XYZ | 13.43 | 14.5 | 5.58 | - |
| YUV | 103.96 | 99.81 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 106 | 54 | 0 | 0.11 | 0.55 | 0.53 | 48 | 0.38 | 0.34 |
| Hex | 77 | 6A | 36 | 0 | B | 37 | 35 | 30 | 26 | 22 |
| Octal | 167 | 152 | 66 | 0 | 13 | 67 | 65 | 60 | 46 | 42 |
| Binary | 1110111 | 1101010 | 110110 | 0 | 1011 | 110111 | 110101 | 110000 | 100110 | 100010 |
Color Harmonies of #776A36
Complementary color
Monochromatic Colors of #776A36
Black with #776A36
Text Example
Text Example
White with #776A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776A36; }
p { color: rgb(119,106,54); }
H1.HeaderClassName
{
color: #776A36;
}
.AnyTagClassName
{
color: #776A36;
}
</style>
background-color css
<style>
a { background-color: #776A36; }
a { background-color: rgb(119,106,54); }
div.DivClassName
{
background-color: #776A36;
}
.BgClassName
{
background-color: #776A36;
}
</style>
border-color css
<style>
span { border-color: #776A36; }
span { border-color: rgb(119,106,54); }
td.TdClassName
{
border-color: #776A36;
}
.TagClassName
{
border-color: #776A36;
}
</style>