Shades of Himalaya #776C34
Tints of Himalaya #776C34
RGB
CMYK
RGB Variations
Color information
#776C34 (or 0x776C34) is known color: Himalaya. HEX triplet: 77, 6C and 34. RGB value is (119,108,52). Sum of RGB (Red+Green+Blue) = 119+108+52=279 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.65% from 279); Green value is 108 (42.58% from 255 or 38.71% from 279); Blue value is 52 (20.70% from 255 or 18.64% from 279); Max value from RGB is 119 - color contains mainly: red. Hex color #776C34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776C34 is #8893CB. Grayscale: #696969. Windows color (decimal): -8950732 or 3435639. OLE color: 3435639.
HSL color Cylindrical-coordinate representation of color #776C34: hue angle of 50.15º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #776C34 is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 108 | 52 | - |
| CMYK | 0 | 0.09 | 0.56 | 0.53 |
| HSL | 50.15º | 0.39% | 0.34% | - |
| HSV(B) | 50.15º | 0.56% | 0.47% | - |
| XYZ | 13.59 | 14.89 | 5.41 | - |
| YUV | 104.91 | 98.14 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 108 | 52 | 0 | 0.09 | 0.56 | 0.53 | 50.15 | 0.39 | 0.34 |
| Hex | 77 | 6C | 34 | 0 | 9 | 38 | 35 | 32 | 27 | 22 |
| Octal | 167 | 154 | 64 | 0 | 11 | 70 | 65 | 62 | 47 | 42 |
| Binary | 1110111 | 1101100 | 110100 | 0 | 1001 | 111000 | 110101 | 110010 | 100111 | 100010 |
Color Harmonies of #776C34
Complementary color
Monochromatic Colors of #776C34
Black with #776C34
Text Example
Text Example
White with #776C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776C34; }
p { color: rgb(119,108,52); }
H1.HeaderClassName
{
color: #776C34;
}
.AnyTagClassName
{
color: #776C34;
}
</style>
background-color css
<style>
a { background-color: #776C34; }
a { background-color: rgb(119,108,52); }
div.DivClassName
{
background-color: #776C34;
}
.BgClassName
{
background-color: #776C34;
}
</style>
border-color css
<style>
span { border-color: #776C34; }
span { border-color: rgb(119,108,52); }
td.TdClassName
{
border-color: #776C34;
}
.TagClassName
{
border-color: #776C34;
}
</style>