Shades of Himalaya #76622D
Tints of Himalaya #76622D
RGB
CMYK
RGB Variations
Color information
#76622D (or 0x76622D) is known color: Himalaya. HEX triplet: 76, 62 and 2D. RGB value is (118,98,45). Sum of RGB (Red+Green+Blue) = 118+98+45=261 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.21% from 261); Green value is 98 (38.67% from 255 or 37.55% from 261); Blue value is 45 (17.97% from 255 or 17.24% from 261); Max value from RGB is 118 - color contains mainly: red. Hex color #76622D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76622D is #899DD2. Grayscale: #626262. Windows color (decimal): -9018835 or 2974326. OLE color: 2974326.
HSL color Cylindrical-coordinate representation of color #76622D: hue angle of 43.56º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #76622D is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 98 | 45 | - |
| CMYK | 0 | 0.17 | 0.62 | 0.54 |
| HSL | 43.56º | 0.45% | 0.32% | - |
| HSV(B) | 43.56º | 0.62% | 0.46% | - |
| XYZ | 12.31 | 12.78 | 4.3 | - |
| YUV | 97.94 | 98.13 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 98 | 45 | 0 | 0.17 | 0.62 | 0.54 | 43.56 | 0.45 | 0.32 |
| Hex | 76 | 62 | 2D | 0 | 11 | 3E | 36 | 2C | 2D | 20 |
| Octal | 166 | 142 | 55 | 0 | 21 | 76 | 66 | 54 | 55 | 40 |
| Binary | 1110110 | 1100010 | 101101 | 0 | 10001 | 111110 | 110110 | 101100 | 101101 | 100000 |
Color Harmonies of #76622D
Complementary color
Monochromatic Colors of #76622D
Black with #76622D
Text Example
Text Example
White with #76622D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76622D; }
p { color: rgb(118,98,45); }
H1.HeaderClassName
{
color: #76622D;
}
.AnyTagClassName
{
color: #76622D;
}
</style>
background-color css
<style>
a { background-color: #76622D; }
a { background-color: rgb(118,98,45); }
div.DivClassName
{
background-color: #76622D;
}
.BgClassName
{
background-color: #76622D;
}
</style>
border-color css
<style>
span { border-color: #76622D; }
span { border-color: rgb(118,98,45); }
td.TdClassName
{
border-color: #76622D;
}
.TagClassName
{
border-color: #76622D;
}
</style>