Shades of Himalaya #776D39
Tints of Himalaya #776D39
RGB
CMYK
RGB Variations
Color information
#776D39 (or 0x776D39) is known color: Himalaya. HEX triplet: 77, 6D and 39. RGB value is (119,109,57). Sum of RGB (Red+Green+Blue) = 119+109+57=285 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.75% from 285); Green value is 109 (42.97% from 255 or 38.25% from 285); Blue value is 57 (22.66% from 255 or 20% from 285); Max value from RGB is 119 - color contains mainly: red. Hex color #776D39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776D39 is #8892C6. Grayscale: #6A6A6A. Windows color (decimal): -8950471 or 3763575. OLE color: 3763575.
HSL color Cylindrical-coordinate representation of color #776D39: hue angle of 50.32º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #776D39 is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 109 | 57 | - |
| CMYK | 0 | 0.08 | 0.52 | 0.53 |
| HSL | 50.32º | 0.35% | 0.35% | - |
| HSV(B) | 50.32º | 0.52% | 0.47% | - |
| XYZ | 13.81 | 15.15 | 6.07 | - |
| YUV | 106.06 | 100.31 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 109 | 57 | 0 | 0.08 | 0.52 | 0.53 | 50.32 | 0.35 | 0.35 |
| Hex | 77 | 6D | 39 | 0 | 8 | 34 | 35 | 32 | 23 | 23 |
| Octal | 167 | 155 | 71 | 0 | 10 | 64 | 65 | 62 | 43 | 43 |
| Binary | 1110111 | 1101101 | 111001 | 0 | 1000 | 110100 | 110101 | 110010 | 100011 | 100011 |
Color Harmonies of #776D39
Complementary color
Monochromatic Colors of #776D39
Black with #776D39
Text Example
Text Example
White with #776D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776D39; }
p { color: rgb(119,109,57); }
H1.HeaderClassName
{
color: #776D39;
}
.AnyTagClassName
{
color: #776D39;
}
</style>
background-color css
<style>
a { background-color: #776D39; }
a { background-color: rgb(119,109,57); }
div.DivClassName
{
background-color: #776D39;
}
.BgClassName
{
background-color: #776D39;
}
</style>
border-color css
<style>
span { border-color: #776D39; }
span { border-color: rgb(119,109,57); }
td.TdClassName
{
border-color: #776D39;
}
.TagClassName
{
border-color: #776D39;
}
</style>