Shades of Himalaya #766B39
Tints of Himalaya #766B39
RGB
CMYK
RGB Variations
Color information
#766B39 (or 0x766B39) is known color: Himalaya. HEX triplet: 76, 6B and 39. RGB value is (118,107,57). Sum of RGB (Red+Green+Blue) = 118+107+57=282 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.84% from 282); Green value is 107 (42.19% from 255 or 37.94% from 282); Blue value is 57 (22.66% from 255 or 20.21% from 282); Max value from RGB is 118 - color contains mainly: red. Hex color #766B39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766B39 is #8994C6. Grayscale: #686868. Windows color (decimal): -9016519 or 3763062. OLE color: 3763062.
HSL color Cylindrical-coordinate representation of color #766B39: hue angle of 49.18º 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 #766B39 is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 107 | 57 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.54 |
| HSL | 49.18º | 0.35% | 0.34% | - |
| HSV(B) | 49.18º | 0.52% | 0.46% | - |
| XYZ | 13.47 | 14.66 | 5.99 | - |
| YUV | 104.59 | 101.14 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 107 | 57 | 0 | 0.09 | 0.52 | 0.54 | 49.18 | 0.35 | 0.34 |
| Hex | 76 | 6B | 39 | 0 | 9 | 34 | 36 | 31 | 23 | 22 |
| Octal | 166 | 153 | 71 | 0 | 11 | 64 | 66 | 61 | 43 | 42 |
| Binary | 1110110 | 1101011 | 111001 | 0 | 1001 | 110100 | 110110 | 110001 | 100011 | 100010 |
Color Harmonies of #766B39
Complementary color
Monochromatic Colors of #766B39
Black with #766B39
Text Example
Text Example
White with #766B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766B39; }
p { color: rgb(118,107,57); }
H1.HeaderClassName
{
color: #766B39;
}
.AnyTagClassName
{
color: #766B39;
}
</style>
background-color css
<style>
a { background-color: #766B39; }
a { background-color: rgb(118,107,57); }
div.DivClassName
{
background-color: #766B39;
}
.BgClassName
{
background-color: #766B39;
}
</style>
border-color css
<style>
span { border-color: #766B39; }
span { border-color: rgb(118,107,57); }
td.TdClassName
{
border-color: #766B39;
}
.TagClassName
{
border-color: #766B39;
}
</style>