Shades of Himalaya #776A2F
Tints of Himalaya #776A2F
RGB
CMYK
RGB Variations
Color information
#776A2F (or 0x776A2F) is known color: Himalaya. HEX triplet: 77, 6A and 2F. RGB value is (119,106,47). Sum of RGB (Red+Green+Blue) = 119+106+47=272 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.75% from 272); Green value is 106 (41.80% from 255 or 38.97% from 272); Blue value is 47 (18.75% from 255 or 17.28% from 272); Max value from RGB is 119 - color contains mainly: red. Hex color #776A2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776A2F is #8895D0. Grayscale: #676767. Windows color (decimal): -8951249 or 3107447. OLE color: 3107447.
HSL color Cylindrical-coordinate representation of color #776A2F: hue angle of 49.17º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #776A2F is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 106 | 47 | - |
| CMYK | 0 | 0.11 | 0.61 | 0.53 |
| HSL | 49.17º | 0.43% | 0.33% | - |
| HSV(B) | 49.17º | 0.61% | 0.47% | - |
| XYZ | 13.27 | 14.44 | 4.78 | - |
| YUV | 103.16 | 96.31 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 106 | 47 | 0 | 0.11 | 0.61 | 0.53 | 49.17 | 0.43 | 0.33 |
| Hex | 77 | 6A | 2F | 0 | B | 3D | 35 | 31 | 2B | 21 |
| Octal | 167 | 152 | 57 | 0 | 13 | 75 | 65 | 61 | 53 | 41 |
| Binary | 1110111 | 1101010 | 101111 | 0 | 1011 | 111101 | 110101 | 110001 | 101011 | 100001 |
Color Harmonies of #776A2F
Complementary color
Monochromatic Colors of #776A2F
Black with #776A2F
Text Example
Text Example
White with #776A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776A2F; }
p { color: rgb(119,106,47); }
H1.HeaderClassName
{
color: #776A2F;
}
.AnyTagClassName
{
color: #776A2F;
}
</style>
background-color css
<style>
a { background-color: #776A2F; }
a { background-color: rgb(119,106,47); }
div.DivClassName
{
background-color: #776A2F;
}
.BgClassName
{
background-color: #776A2F;
}
</style>
border-color css
<style>
span { border-color: #776A2F; }
span { border-color: rgb(119,106,47); }
td.TdClassName
{
border-color: #776A2F;
}
.TagClassName
{
border-color: #776A2F;
}
</style>