Shades of Himalaya #776C36
Tints of Himalaya #776C36
RGB
CMYK
RGB Variations
Color information
#776C36 (or 0x776C36) is known color: Himalaya. HEX triplet: 77, 6C and 36. RGB value is (119,108,54). Sum of RGB (Red+Green+Blue) = 119+108+54=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 108 (42.58% from 255 or 38.43% from 281); Blue value is 54 (21.48% from 255 or 19.22% from 281); Max value from RGB is 119 - color contains mainly: red. Hex color #776C36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776C36 is #8893C9. Grayscale: #696969. Windows color (decimal): -8950730 or 3566711. OLE color: 3566711.
HSL color Cylindrical-coordinate representation of color #776C36: hue angle of 49.85º 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 #776C36 is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 108 | 54 | - |
| CMYK | 0 | 0.09 | 0.55 | 0.53 |
| HSL | 49.85º | 0.38% | 0.34% | - |
| HSV(B) | 49.85º | 0.55% | 0.47% | - |
| XYZ | 13.64 | 14.91 | 5.65 | - |
| YUV | 105.13 | 99.14 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 108 | 54 | 0 | 0.09 | 0.55 | 0.53 | 49.85 | 0.38 | 0.34 |
| Hex | 77 | 6C | 36 | 0 | 9 | 37 | 35 | 32 | 26 | 22 |
| Octal | 167 | 154 | 66 | 0 | 11 | 67 | 65 | 62 | 46 | 42 |
| Binary | 1110111 | 1101100 | 110110 | 0 | 1001 | 110111 | 110101 | 110010 | 100110 | 100010 |
Color Harmonies of #776C36
Complementary color
Monochromatic Colors of #776C36
Black with #776C36
Text Example
Text Example
White with #776C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776C36; }
p { color: rgb(119,108,54); }
H1.HeaderClassName
{
color: #776C36;
}
.AnyTagClassName
{
color: #776C36;
}
</style>
background-color css
<style>
a { background-color: #776C36; }
a { background-color: rgb(119,108,54); }
div.DivClassName
{
background-color: #776C36;
}
.BgClassName
{
background-color: #776C36;
}
</style>
border-color css
<style>
span { border-color: #776C36; }
span { border-color: rgb(119,108,54); }
td.TdClassName
{
border-color: #776C36;
}
.TagClassName
{
border-color: #776C36;
}
</style>