Shades of Himalaya #766C39
Tints of Himalaya #766C39
RGB
CMYK
RGB Variations
Color information
#766C39 (or 0x766C39) is known color: Himalaya. HEX triplet: 76, 6C and 39. RGB value is (118,108,57). Sum of RGB (Red+Green+Blue) = 118+108+57=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 108 (42.58% from 255 or 38.16% from 283); Blue value is 57 (22.66% from 255 or 20.14% from 283); Max value from RGB is 118 - color contains mainly: red. Hex color #766C39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766C39 is #8993C6. Grayscale: #696969. Windows color (decimal): -9016263 or 3763318. OLE color: 3763318.
HSL color Cylindrical-coordinate representation of color #766C39: hue angle of 50.16º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #766C39 is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 108 | 57 | - |
| CMYK | 0 | 0.08 | 0.52 | 0.54 |
| HSL | 50.16º | 0.35% | 0.34% | - |
| HSV(B) | 50.16º | 0.52% | 0.46% | - |
| XYZ | 13.57 | 14.87 | 6.03 | - |
| YUV | 105.18 | 100.81 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 108 | 57 | 0 | 0.08 | 0.52 | 0.54 | 50.16 | 0.35 | 0.34 |
| Hex | 76 | 6C | 39 | 0 | 8 | 34 | 36 | 32 | 23 | 22 |
| Octal | 166 | 154 | 71 | 0 | 10 | 64 | 66 | 62 | 43 | 42 |
| Binary | 1110110 | 1101100 | 111001 | 0 | 1000 | 110100 | 110110 | 110010 | 100011 | 100010 |
Color Harmonies of #766C39
Complementary color
Monochromatic Colors of #766C39
Black with #766C39
Text Example
Text Example
White with #766C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766C39; }
p { color: rgb(118,108,57); }
H1.HeaderClassName
{
color: #766C39;
}
.AnyTagClassName
{
color: #766C39;
}
</style>
background-color css
<style>
a { background-color: #766C39; }
a { background-color: rgb(118,108,57); }
div.DivClassName
{
background-color: #766C39;
}
.BgClassName
{
background-color: #766C39;
}
</style>
border-color css
<style>
span { border-color: #766C39; }
span { border-color: rgb(118,108,57); }
td.TdClassName
{
border-color: #766C39;
}
.TagClassName
{
border-color: #766C39;
}
</style>