Shades of Himalaya #77682C
Tints of Himalaya #77682C
RGB
CMYK
RGB Variations
Color information
#77682C (or 0x77682C) is known color: Himalaya. HEX triplet: 77, 68 and 2C. RGB value is (119,104,44). Sum of RGB (Red+Green+Blue) = 119+104+44=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 104 (41.02% from 255 or 38.95% from 267); Blue value is 44 (17.58% from 255 or 16.48% from 267); Max value from RGB is 119 - color contains mainly: red. Hex color #77682C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77682C is #8897D3. Grayscale: #656565. Windows color (decimal): -8951764 or 2910327. OLE color: 2910327.
HSL color Cylindrical-coordinate representation of color #77682C: hue angle of 48º 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 #77682C is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 104 | 44 | - |
| CMYK | 0 | 0.13 | 0.63 | 0.53 |
| HSL | 48º | 0.46% | 0.32% | - |
| HSV(B) | 48º | 0.63% | 0.47% | - |
| XYZ | 13.01 | 14 | 4.4 | - |
| YUV | 101.65 | 95.47 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 104 | 44 | 0 | 0.13 | 0.63 | 0.53 | 48 | 0.46 | 0.32 |
| Hex | 77 | 68 | 2C | 0 | D | 3F | 35 | 30 | 2E | 20 |
| Octal | 167 | 150 | 54 | 0 | 15 | 77 | 65 | 60 | 56 | 40 |
| Binary | 1110111 | 1101000 | 101100 | 0 | 1101 | 111111 | 110101 | 110000 | 101110 | 100000 |
Color Harmonies of #77682C
Complementary color
Monochromatic Colors of #77682C
Black with #77682C
Text Example
Text Example
White with #77682C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77682C; }
p { color: rgb(119,104,44); }
H1.HeaderClassName
{
color: #77682C;
}
.AnyTagClassName
{
color: #77682C;
}
</style>
background-color css
<style>
a { background-color: #77682C; }
a { background-color: rgb(119,104,44); }
div.DivClassName
{
background-color: #77682C;
}
.BgClassName
{
background-color: #77682C;
}
</style>
border-color css
<style>
span { border-color: #77682C; }
span { border-color: rgb(119,104,44); }
td.TdClassName
{
border-color: #77682C;
}
.TagClassName
{
border-color: #77682C;
}
</style>