Shades of Himalaya #766C36
Tints of Himalaya #766C36
RGB
CMYK
RGB Variations
Color information
#766C36 (or 0x766C36) is known color: Himalaya. HEX triplet: 76, 6C and 36. RGB value is (118,108,54). Sum of RGB (Red+Green+Blue) = 118+108+54=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 108 (42.58% from 255 or 38.57% from 280); Blue value is 54 (21.48% from 255 or 19.29% from 280); Max value from RGB is 118 - color contains mainly: red. Hex color #766C36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766C36 is #8993C9. Grayscale: #696969. Windows color (decimal): -9016266 or 3566710. OLE color: 3566710.
HSL color Cylindrical-coordinate representation of color #766C36: hue angle of 50.62º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #766C36 is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 108 | 54 | - |
| CMYK | 0 | 0.08 | 0.54 | 0.54 |
| HSL | 50.63º | 0.37% | 0.34% | - |
| HSV(B) | 50.63º | 0.54% | 0.46% | - |
| XYZ | 13.5 | 14.84 | 5.64 | - |
| YUV | 104.83 | 99.31 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 108 | 54 | 0 | 0.08 | 0.54 | 0.54 | 50.63 | 0.37 | 0.34 |
| Hex | 76 | 6C | 36 | 0 | 8 | 36 | 36 | 33 | 25 | 22 |
| Octal | 166 | 154 | 66 | 0 | 10 | 66 | 66 | 63 | 45 | 42 |
| Binary | 1110110 | 1101100 | 110110 | 0 | 1000 | 110110 | 110110 | 110011 | 100101 | 100010 |
Color Harmonies of #766C36
Complementary color
Monochromatic Colors of #766C36
Black with #766C36
Text Example
Text Example
White with #766C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766C36; }
p { color: rgb(118,108,54); }
H1.HeaderClassName
{
color: #766C36;
}
.AnyTagClassName
{
color: #766C36;
}
</style>
background-color css
<style>
a { background-color: #766C36; }
a { background-color: rgb(118,108,54); }
div.DivClassName
{
background-color: #766C36;
}
.BgClassName
{
background-color: #766C36;
}
</style>
border-color css
<style>
span { border-color: #766C36; }
span { border-color: rgb(118,108,54); }
td.TdClassName
{
border-color: #766C36;
}
.TagClassName
{
border-color: #766C36;
}
</style>