Shades of Himalaya #76622B
Tints of Himalaya #76622B
RGB
CMYK
RGB Variations
Color information
#76622B (or 0x76622B) is known color: Himalaya. HEX triplet: 76, 62 and 2B. RGB value is (118,98,43). Sum of RGB (Red+Green+Blue) = 118+98+43=259 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.56% from 259); Green value is 98 (38.67% from 255 or 37.84% from 259); Blue value is 43 (17.19% from 255 or 16.60% from 259); Max value from RGB is 118 - color contains mainly: red. Hex color #76622B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76622B is #899DD4. Grayscale: #616161. Windows color (decimal): -9018837 or 2843254. OLE color: 2843254.
HSL color Cylindrical-coordinate representation of color #76622B: hue angle of 44º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #76622B is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 98 | 43 | - |
| CMYK | 0 | 0.17 | 0.64 | 0.54 |
| HSL | 44º | 0.47% | 0.32% | - |
| HSV(B) | 44º | 0.64% | 0.46% | - |
| XYZ | 12.27 | 12.76 | 4.1 | - |
| YUV | 97.71 | 97.13 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 98 | 43 | 0 | 0.17 | 0.64 | 0.54 | 44 | 0.47 | 0.32 |
| Hex | 76 | 62 | 2B | 0 | 11 | 40 | 36 | 2C | 2F | 20 |
| Octal | 166 | 142 | 53 | 0 | 21 | 100 | 66 | 54 | 57 | 40 |
| Binary | 1110110 | 1100010 | 101011 | 0 | 10001 | 1000000 | 110110 | 101100 | 101111 | 100000 |
Color Harmonies of #76622B
Complementary color
Monochromatic Colors of #76622B
Black with #76622B
Text Example
Text Example
White with #76622B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76622B; }
p { color: rgb(118,98,43); }
H1.HeaderClassName
{
color: #76622B;
}
.AnyTagClassName
{
color: #76622B;
}
</style>
background-color css
<style>
a { background-color: #76622B; }
a { background-color: rgb(118,98,43); }
div.DivClassName
{
background-color: #76622B;
}
.BgClassName
{
background-color: #76622B;
}
</style>
border-color css
<style>
span { border-color: #76622B; }
span { border-color: rgb(118,98,43); }
td.TdClassName
{
border-color: #76622B;
}
.TagClassName
{
border-color: #76622B;
}
</style>