Shades of Himalaya #786C39
Tints of Himalaya #786C39
RGB
CMYK
RGB Variations
Color information
#786C39 (or 0x786C39) is known color: Himalaya. HEX triplet: 78, 6C and 39. RGB value is (120,108,57). Sum of RGB (Red+Green+Blue) = 120+108+57=285 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.11% from 285); Green value is 108 (42.58% from 255 or 37.89% from 285); Blue value is 57 (22.66% from 255 or 20% from 285); Max value from RGB is 120 - color contains mainly: red. Hex color #786C39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786C39 is #8793C6. Grayscale: #696969. Windows color (decimal): -8885191 or 3763320. OLE color: 3763320.
HSL color Cylindrical-coordinate representation of color #786C39: hue angle of 48.57º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #786C39 is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 108 | 57 | - |
| CMYK | 0 | 0.10 | 0.52 | 0.53 |
| HSL | 48.57º | 0.36% | 0.35% | - |
| HSV(B) | 48.57º | 0.53% | 0.47% | - |
| XYZ | 13.85 | 15.01 | 6.04 | - |
| YUV | 105.77 | 100.48 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 108 | 57 | 0 | 0.10 | 0.52 | 0.53 | 48.57 | 0.36 | 0.35 |
| Hex | 78 | 6C | 39 | 0 | A | 34 | 35 | 31 | 24 | 23 |
| Octal | 170 | 154 | 71 | 0 | 12 | 64 | 65 | 61 | 44 | 43 |
| Binary | 1111000 | 1101100 | 111001 | 0 | 1010 | 110100 | 110101 | 110001 | 100100 | 100011 |
Color Harmonies of #786C39
Complementary color
Monochromatic Colors of #786C39
Black with #786C39
Text Example
Text Example
White with #786C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786C39; }
p { color: rgb(120,108,57); }
H1.HeaderClassName
{
color: #786C39;
}
.AnyTagClassName
{
color: #786C39;
}
</style>
background-color css
<style>
a { background-color: #786C39; }
a { background-color: rgb(120,108,57); }
div.DivClassName
{
background-color: #786C39;
}
.BgClassName
{
background-color: #786C39;
}
</style>
border-color css
<style>
span { border-color: #786C39; }
span { border-color: rgb(120,108,57); }
td.TdClassName
{
border-color: #786C39;
}
.TagClassName
{
border-color: #786C39;
}
</style>