Shades of Himalaya #766A36
Tints of Himalaya #766A36
RGB
CMYK
RGB Variations
Color information
#766A36 (or 0x766A36) is known color: Himalaya. HEX triplet: 76, 6A and 36. RGB value is (118,106,54). Sum of RGB (Red+Green+Blue) = 118+106+54=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 106 (41.80% from 255 or 38.13% from 278); Blue value is 54 (21.48% from 255 or 19.42% from 278); Max value from RGB is 118 - color contains mainly: red. Hex color #766A36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766A36 is #8995C9. Grayscale: #676767. Windows color (decimal): -9016778 or 3566198. OLE color: 3566198.
HSL color Cylindrical-coordinate representation of color #766A36: hue angle of 48.75º 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 #766A36 is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 106 | 54 | - |
| CMYK | 0 | 0.10 | 0.54 | 0.54 |
| HSL | 48.75º | 0.37% | 0.34% | - |
| HSV(B) | 48.75º | 0.54% | 0.46% | - |
| XYZ | 13.29 | 14.43 | 5.57 | - |
| YUV | 103.66 | 99.98 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 106 | 54 | 0 | 0.10 | 0.54 | 0.54 | 48.75 | 0.37 | 0.34 |
| Hex | 76 | 6A | 36 | 0 | A | 36 | 36 | 31 | 25 | 22 |
| Octal | 166 | 152 | 66 | 0 | 12 | 66 | 66 | 61 | 45 | 42 |
| Binary | 1110110 | 1101010 | 110110 | 0 | 1010 | 110110 | 110110 | 110001 | 100101 | 100010 |
Color Harmonies of #766A36
Complementary color
Monochromatic Colors of #766A36
Black with #766A36
Text Example
Text Example
White with #766A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766A36; }
p { color: rgb(118,106,54); }
H1.HeaderClassName
{
color: #766A36;
}
.AnyTagClassName
{
color: #766A36;
}
</style>
background-color css
<style>
a { background-color: #766A36; }
a { background-color: rgb(118,106,54); }
div.DivClassName
{
background-color: #766A36;
}
.BgClassName
{
background-color: #766A36;
}
</style>
border-color css
<style>
span { border-color: #766A36; }
span { border-color: rgb(118,106,54); }
td.TdClassName
{
border-color: #766A36;
}
.TagClassName
{
border-color: #766A36;
}
</style>