Shades of Himalaya #76662B
Tints of Himalaya #76662B
RGB
CMYK
RGB Variations
Color information
#76662B (or 0x76662B) is known color: Himalaya. HEX triplet: 76, 66 and 2B. RGB value is (118,102,43). Sum of RGB (Red+Green+Blue) = 118+102+43=263 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.87% from 263); Green value is 102 (40.23% from 255 or 38.78% from 263); Blue value is 43 (17.19% from 255 or 16.35% from 263); Max value from RGB is 118 - color contains mainly: red. Hex color #76662B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76662B is #8999D4. Grayscale: #646464. Windows color (decimal): -9017813 or 2844278. OLE color: 2844278.
HSL color Cylindrical-coordinate representation of color #76662B: hue angle of 47.2º 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 #76662B is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 102 | 43 | - |
| CMYK | 0 | 0.14 | 0.64 | 0.54 |
| HSL | 47.2º | 0.47% | 0.32% | - |
| HSV(B) | 47.2º | 0.64% | 0.46% | - |
| XYZ | 12.66 | 13.53 | 4.23 | - |
| YUV | 100.06 | 95.8 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 102 | 43 | 0 | 0.14 | 0.64 | 0.54 | 47.2 | 0.47 | 0.32 |
| Hex | 76 | 66 | 2B | 0 | E | 40 | 36 | 2F | 2F | 20 |
| Octal | 166 | 146 | 53 | 0 | 16 | 100 | 66 | 57 | 57 | 40 |
| Binary | 1110110 | 1100110 | 101011 | 0 | 1110 | 1000000 | 110110 | 101111 | 101111 | 100000 |
Color Harmonies of #76662B
Complementary color
Monochromatic Colors of #76662B
Black with #76662B
Text Example
Text Example
White with #76662B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76662B; }
p { color: rgb(118,102,43); }
H1.HeaderClassName
{
color: #76662B;
}
.AnyTagClassName
{
color: #76662B;
}
</style>
background-color css
<style>
a { background-color: #76662B; }
a { background-color: rgb(118,102,43); }
div.DivClassName
{
background-color: #76662B;
}
.BgClassName
{
background-color: #76662B;
}
</style>
border-color css
<style>
span { border-color: #76662B; }
span { border-color: rgb(118,102,43); }
td.TdClassName
{
border-color: #76662B;
}
.TagClassName
{
border-color: #76662B;
}
</style>