Shades of Himalaya #76632E
Tints of Himalaya #76632E
RGB
CMYK
RGB Variations
Color information
#76632E (or 0x76632E) is known color: Himalaya. HEX triplet: 76, 63 and 2E. RGB value is (118,99,46). Sum of RGB (Red+Green+Blue) = 118+99+46=263 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.87% from 263); Green value is 99 (39.06% from 255 or 37.64% from 263); Blue value is 46 (18.36% from 255 or 17.49% from 263); Max value from RGB is 118 - color contains mainly: red. Hex color #76632E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76632E is #899CD1. Grayscale: #626262. Windows color (decimal): -9018578 or 3040118. OLE color: 3040118.
HSL color Cylindrical-coordinate representation of color #76632E: hue angle of 44.17º 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 #76632E is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 99 | 46 | - |
| CMYK | 0 | 0.16 | 0.61 | 0.54 |
| HSL | 44.17º | 0.44% | 0.32% | - |
| HSV(B) | 44.17º | 0.61% | 0.46% | - |
| XYZ | 12.43 | 12.97 | 4.43 | - |
| YUV | 98.64 | 98.29 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 99 | 46 | 0 | 0.16 | 0.61 | 0.54 | 44.17 | 0.44 | 0.32 |
| Hex | 76 | 63 | 2E | 0 | 10 | 3D | 36 | 2C | 2C | 20 |
| Octal | 166 | 143 | 56 | 0 | 20 | 75 | 66 | 54 | 54 | 40 |
| Binary | 1110110 | 1100011 | 101110 | 0 | 10000 | 111101 | 110110 | 101100 | 101100 | 100000 |
Color Harmonies of #76632E
Complementary color
Monochromatic Colors of #76632E
Black with #76632E
Text Example
Text Example
White with #76632E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76632E; }
p { color: rgb(118,99,46); }
H1.HeaderClassName
{
color: #76632E;
}
.AnyTagClassName
{
color: #76632E;
}
</style>
background-color css
<style>
a { background-color: #76632E; }
a { background-color: rgb(118,99,46); }
div.DivClassName
{
background-color: #76632E;
}
.BgClassName
{
background-color: #76632E;
}
</style>
border-color css
<style>
span { border-color: #76632E; }
span { border-color: rgb(118,99,46); }
td.TdClassName
{
border-color: #76632E;
}
.TagClassName
{
border-color: #76632E;
}
</style>