Shades of Himalaya #776B34
Tints of Himalaya #776B34
RGB
CMYK
RGB Variations
Color information
#776B34 (or 0x776B34) is known color: Himalaya. HEX triplet: 77, 6B and 34. RGB value is (119,107,52). Sum of RGB (Red+Green+Blue) = 119+107+52=278 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.81% from 278); Green value is 107 (42.19% from 255 or 38.49% from 278); Blue value is 52 (20.70% from 255 or 18.71% from 278); Max value from RGB is 119 - color contains mainly: red. Hex color #776B34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776B34 is #8894CB. Grayscale: #686868. Windows color (decimal): -8950988 or 3435383. OLE color: 3435383.
HSL color Cylindrical-coordinate representation of color #776B34: hue angle of 49.25º 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 #776B34 is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 107 | 52 | - |
| CMYK | 0 | 0.10 | 0.56 | 0.53 |
| HSL | 49.25º | 0.39% | 0.34% | - |
| HSV(B) | 49.25º | 0.56% | 0.47% | - |
| XYZ | 13.49 | 14.69 | 5.37 | - |
| YUV | 104.32 | 98.48 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 107 | 52 | 0 | 0.10 | 0.56 | 0.53 | 49.25 | 0.39 | 0.34 |
| Hex | 77 | 6B | 34 | 0 | A | 38 | 35 | 31 | 27 | 22 |
| Octal | 167 | 153 | 64 | 0 | 12 | 70 | 65 | 61 | 47 | 42 |
| Binary | 1110111 | 1101011 | 110100 | 0 | 1010 | 111000 | 110101 | 110001 | 100111 | 100010 |
Color Harmonies of #776B34
Complementary color
Monochromatic Colors of #776B34
Black with #776B34
Text Example
Text Example
White with #776B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776B34; }
p { color: rgb(119,107,52); }
H1.HeaderClassName
{
color: #776B34;
}
.AnyTagClassName
{
color: #776B34;
}
</style>
background-color css
<style>
a { background-color: #776B34; }
a { background-color: rgb(119,107,52); }
div.DivClassName
{
background-color: #776B34;
}
.BgClassName
{
background-color: #776B34;
}
</style>
border-color css
<style>
span { border-color: #776B34; }
span { border-color: rgb(119,107,52); }
td.TdClassName
{
border-color: #776B34;
}
.TagClassName
{
border-color: #776B34;
}
</style>