Shades of Himalaya #76682C
Tints of Himalaya #76682C
RGB
CMYK
RGB Variations
Color information
#76682C (or 0x76682C) is known color: Himalaya. HEX triplet: 76, 68 and 2C. RGB value is (118,104,44). Sum of RGB (Red+Green+Blue) = 118+104+44=266 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.36% from 266); Green value is 104 (41.02% from 255 or 39.10% from 266); Blue value is 44 (17.58% from 255 or 16.54% from 266); Max value from RGB is 118 - color contains mainly: red. Hex color #76682C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76682C is #8997D3. Grayscale: #656565. Windows color (decimal): -9017300 or 2910326. OLE color: 2910326.
HSL color Cylindrical-coordinate representation of color #76682C: hue angle of 48.65º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #76682C is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 104 | 44 | - |
| CMYK | 0 | 0.12 | 0.63 | 0.54 |
| HSL | 48.65º | 0.46% | 0.32% | - |
| HSV(B) | 48.65º | 0.63% | 0.46% | - |
| XYZ | 12.88 | 13.93 | 4.39 | - |
| YUV | 101.35 | 95.64 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 104 | 44 | 0 | 0.12 | 0.63 | 0.54 | 48.65 | 0.46 | 0.32 |
| Hex | 76 | 68 | 2C | 0 | C | 3F | 36 | 31 | 2E | 20 |
| Octal | 166 | 150 | 54 | 0 | 14 | 77 | 66 | 61 | 56 | 40 |
| Binary | 1110110 | 1101000 | 101100 | 0 | 1100 | 111111 | 110110 | 110001 | 101110 | 100000 |
Color Harmonies of #76682C
Complementary color
Monochromatic Colors of #76682C
Black with #76682C
Text Example
Text Example
White with #76682C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76682C; }
p { color: rgb(118,104,44); }
H1.HeaderClassName
{
color: #76682C;
}
.AnyTagClassName
{
color: #76682C;
}
</style>
background-color css
<style>
a { background-color: #76682C; }
a { background-color: rgb(118,104,44); }
div.DivClassName
{
background-color: #76682C;
}
.BgClassName
{
background-color: #76682C;
}
</style>
border-color css
<style>
span { border-color: #76682C; }
span { border-color: rgb(118,104,44); }
td.TdClassName
{
border-color: #76682C;
}
.TagClassName
{
border-color: #76682C;
}
</style>