Shades of Himalaya #786D39
Tints of Himalaya #786D39
RGB
CMYK
RGB Variations
Color information
#786D39 (or 0x786D39) is known color: Himalaya. HEX triplet: 78, 6D and 39. RGB value is (120,109,57). Sum of RGB (Red+Green+Blue) = 120+109+57=286 (37% of max value = 765). Red value is 120 (47.27% from 255 or 41.96% from 286); Green value is 109 (42.97% from 255 or 38.11% from 286); Blue value is 57 (22.66% from 255 or 19.93% from 286); Max value from RGB is 120 - color contains mainly: red. Hex color #786D39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786D39 is #8792C6. Grayscale: #6A6A6A. Windows color (decimal): -8884935 or 3763576. OLE color: 3763576.
HSL color Cylindrical-coordinate representation of color #786D39: hue angle of 49.52º 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 #786D39 is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 109 | 57 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.53 |
| HSL | 49.52º | 0.36% | 0.35% | - |
| HSV(B) | 49.52º | 0.53% | 0.47% | - |
| XYZ | 13.95 | 15.23 | 6.07 | - |
| YUV | 106.36 | 100.14 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 109 | 57 | 0 | 0.09 | 0.52 | 0.53 | 49.52 | 0.36 | 0.35 |
| Hex | 78 | 6D | 39 | 0 | 9 | 34 | 35 | 32 | 24 | 23 |
| Octal | 170 | 155 | 71 | 0 | 11 | 64 | 65 | 62 | 44 | 43 |
| Binary | 1111000 | 1101101 | 111001 | 0 | 1001 | 110100 | 110101 | 110010 | 100100 | 100011 |
Color Harmonies of #786D39
Complementary color
Monochromatic Colors of #786D39
Black with #786D39
Text Example
Text Example
White with #786D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786D39; }
p { color: rgb(120,109,57); }
H1.HeaderClassName
{
color: #786D39;
}
.AnyTagClassName
{
color: #786D39;
}
</style>
background-color css
<style>
a { background-color: #786D39; }
a { background-color: rgb(120,109,57); }
div.DivClassName
{
background-color: #786D39;
}
.BgClassName
{
background-color: #786D39;
}
</style>
border-color css
<style>
span { border-color: #786D39; }
span { border-color: rgb(120,109,57); }
td.TdClassName
{
border-color: #786D39;
}
.TagClassName
{
border-color: #786D39;
}
</style>