Shades of Himalaya #77662C
Tints of Himalaya #77662C
RGB
CMYK
RGB Variations
Color information
#77662C (or 0x77662C) is known color: Himalaya. HEX triplet: 77, 66 and 2C. RGB value is (119,102,44). Sum of RGB (Red+Green+Blue) = 119+102+44=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 102 (40.23% from 255 or 38.49% from 265); Blue value is 44 (17.58% from 255 or 16.60% from 265); Max value from RGB is 119 - color contains mainly: red. Hex color #77662C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77662C is #8899D3. Grayscale: #646464. Windows color (decimal): -8952276 or 2909815. OLE color: 2909815.
HSL color Cylindrical-coordinate representation of color #77662C: hue angle of 46.4º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #77662C is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 102 | 44 | - |
| CMYK | 0 | 0.14 | 0.63 | 0.53 |
| HSL | 46.4º | 0.46% | 0.32% | - |
| HSV(B) | 46.4º | 0.63% | 0.47% | - |
| XYZ | 12.81 | 13.61 | 4.33 | - |
| YUV | 100.47 | 96.13 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 102 | 44 | 0 | 0.14 | 0.63 | 0.53 | 46.4 | 0.46 | 0.32 |
| Hex | 77 | 66 | 2C | 0 | E | 3F | 35 | 2E | 2E | 20 |
| Octal | 167 | 146 | 54 | 0 | 16 | 77 | 65 | 56 | 56 | 40 |
| Binary | 1110111 | 1100110 | 101100 | 0 | 1110 | 111111 | 110101 | 101110 | 101110 | 100000 |
Color Harmonies of #77662C
Complementary color
Monochromatic Colors of #77662C
Black with #77662C
Text Example
Text Example
White with #77662C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77662C; }
p { color: rgb(119,102,44); }
H1.HeaderClassName
{
color: #77662C;
}
.AnyTagClassName
{
color: #77662C;
}
</style>
background-color css
<style>
a { background-color: #77662C; }
a { background-color: rgb(119,102,44); }
div.DivClassName
{
background-color: #77662C;
}
.BgClassName
{
background-color: #77662C;
}
</style>
border-color css
<style>
span { border-color: #77662C; }
span { border-color: rgb(119,102,44); }
td.TdClassName
{
border-color: #77662C;
}
.TagClassName
{
border-color: #77662C;
}
</style>