Shades of Himalaya #766A39
Tints of Himalaya #766A39
RGB
CMYK
RGB Variations
Color information
#766A39 (or 0x766A39) is known color: Himalaya. HEX triplet: 76, 6A and 39. RGB value is (118,106,57). Sum of RGB (Red+Green+Blue) = 118+106+57=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 106 (41.80% from 255 or 37.72% from 281); Blue value is 57 (22.66% from 255 or 20.28% from 281); Max value from RGB is 118 - color contains mainly: red. Hex color #766A39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766A39 is #8995C6. Grayscale: #686868. Windows color (decimal): -9016775 or 3762806. OLE color: 3762806.
HSL color Cylindrical-coordinate representation of color #766A39: hue angle of 48.2º 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 #766A39 is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 106 | 57 | - |
| CMYK | 0 | 0.10 | 0.52 | 0.54 |
| HSL | 48.2º | 0.35% | 0.34% | - |
| HSV(B) | 48.2º | 0.52% | 0.46% | - |
| XYZ | 13.36 | 14.46 | 5.96 | - |
| YUV | 104 | 101.48 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 106 | 57 | 0 | 0.10 | 0.52 | 0.54 | 48.2 | 0.35 | 0.34 |
| Hex | 76 | 6A | 39 | 0 | A | 34 | 36 | 30 | 23 | 22 |
| Octal | 166 | 152 | 71 | 0 | 12 | 64 | 66 | 60 | 43 | 42 |
| Binary | 1110110 | 1101010 | 111001 | 0 | 1010 | 110100 | 110110 | 110000 | 100011 | 100010 |
Color Harmonies of #766A39
Complementary color
Monochromatic Colors of #766A39
Black with #766A39
Text Example
Text Example
White with #766A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766A39; }
p { color: rgb(118,106,57); }
H1.HeaderClassName
{
color: #766A39;
}
.AnyTagClassName
{
color: #766A39;
}
</style>
background-color css
<style>
a { background-color: #766A39; }
a { background-color: rgb(118,106,57); }
div.DivClassName
{
background-color: #766A39;
}
.BgClassName
{
background-color: #766A39;
}
</style>
border-color css
<style>
span { border-color: #766A39; }
span { border-color: rgb(118,106,57); }
td.TdClassName
{
border-color: #766A39;
}
.TagClassName
{
border-color: #766A39;
}
</style>