Shades of Himalaya #77682B
Tints of Himalaya #77682B
RGB
CMYK
RGB Variations
Color information
#77682B (or 0x77682B) is known color: Himalaya. HEX triplet: 77, 68 and 2B. RGB value is (119,104,43). Sum of RGB (Red+Green+Blue) = 119+104+43=266 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.74% from 266); Green value is 104 (41.02% from 255 or 39.10% from 266); Blue value is 43 (17.19% from 255 or 16.17% from 266); Max value from RGB is 119 - color contains mainly: red. Hex color #77682B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77682B is #8897D4. Grayscale: #656565. Windows color (decimal): -8951765 or 2844791. OLE color: 2844791.
HSL color Cylindrical-coordinate representation of color #77682B: hue angle of 48.16º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #77682B is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 104 | 43 | - |
| CMYK | 0 | 0.13 | 0.64 | 0.53 |
| HSL | 48.16º | 0.47% | 0.32% | - |
| HSV(B) | 48.16º | 0.64% | 0.47% | - |
| XYZ | 12.99 | 14 | 4.3 | - |
| YUV | 101.53 | 94.97 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 104 | 43 | 0 | 0.13 | 0.64 | 0.53 | 48.16 | 0.47 | 0.32 |
| Hex | 77 | 68 | 2B | 0 | D | 40 | 35 | 30 | 2F | 20 |
| Octal | 167 | 150 | 53 | 0 | 15 | 100 | 65 | 60 | 57 | 40 |
| Binary | 1110111 | 1101000 | 101011 | 0 | 1101 | 1000000 | 110101 | 110000 | 101111 | 100000 |
Color Harmonies of #77682B
Complementary color
Monochromatic Colors of #77682B
Black with #77682B
Text Example
Text Example
White with #77682B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77682B; }
p { color: rgb(119,104,43); }
H1.HeaderClassName
{
color: #77682B;
}
.AnyTagClassName
{
color: #77682B;
}
</style>
background-color css
<style>
a { background-color: #77682B; }
a { background-color: rgb(119,104,43); }
div.DivClassName
{
background-color: #77682B;
}
.BgClassName
{
background-color: #77682B;
}
</style>
border-color css
<style>
span { border-color: #77682B; }
span { border-color: rgb(119,104,43); }
td.TdClassName
{
border-color: #77682B;
}
.TagClassName
{
border-color: #77682B;
}
</style>