Shades of Himalaya #76602E
Tints of Himalaya #76602E
RGB
CMYK
RGB Variations
Color information
#76602E (or 0x76602E) is known color: Himalaya. HEX triplet: 76, 60 and 2E. RGB value is (118,96,46). Sum of RGB (Red+Green+Blue) = 118+96+46=260 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.38% from 260); Green value is 96 (37.89% from 255 or 36.92% from 260); Blue value is 46 (18.36% from 255 or 17.69% from 260); Max value from RGB is 118 - color contains mainly: red. Hex color #76602E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76602E is #899FD1. Grayscale: #616161. Windows color (decimal): -9019346 or 3039350. OLE color: 3039350.
HSL color Cylindrical-coordinate representation of color #76602E: hue angle of 41.67º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #76602E is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 96 | 46 | - |
| CMYK | 0 | 0.19 | 0.61 | 0.54 |
| HSL | 41.67º | 0.44% | 0.32% | - |
| HSV(B) | 41.67º | 0.61% | 0.46% | - |
| XYZ | 12.15 | 12.41 | 4.34 | - |
| YUV | 96.88 | 99.29 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 96 | 46 | 0 | 0.19 | 0.61 | 0.54 | 41.67 | 0.44 | 0.32 |
| Hex | 76 | 60 | 2E | 0 | 13 | 3D | 36 | 2A | 2C | 20 |
| Octal | 166 | 140 | 56 | 0 | 23 | 75 | 66 | 52 | 54 | 40 |
| Binary | 1110110 | 1100000 | 101110 | 0 | 10011 | 111101 | 110110 | 101010 | 101100 | 100000 |
Color Harmonies of #76602E
Complementary color
Monochromatic Colors of #76602E
Black with #76602E
Text Example
Text Example
White with #76602E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76602E; }
p { color: rgb(118,96,46); }
H1.HeaderClassName
{
color: #76602E;
}
.AnyTagClassName
{
color: #76602E;
}
</style>
background-color css
<style>
a { background-color: #76602E; }
a { background-color: rgb(118,96,46); }
div.DivClassName
{
background-color: #76602E;
}
.BgClassName
{
background-color: #76602E;
}
</style>
border-color css
<style>
span { border-color: #76602E; }
span { border-color: rgb(118,96,46); }
td.TdClassName
{
border-color: #76602E;
}
.TagClassName
{
border-color: #76602E;
}
</style>