Shades of Himalaya #786A36
Tints of Himalaya #786A36
RGB
CMYK
RGB Variations
Color information
#786A36 (or 0x786A36) is known color: Himalaya. HEX triplet: 78, 6A and 36. RGB value is (120,106,54). Sum of RGB (Red+Green+Blue) = 120+106+54=280 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.86% from 280); Green value is 106 (41.80% from 255 or 37.86% from 280); Blue value is 54 (21.48% from 255 or 19.29% from 280); Max value from RGB is 120 - color contains mainly: red. Hex color #786A36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786A36 is #8795C9. Grayscale: #686868. Windows color (decimal): -8885706 or 3566200. OLE color: 3566200.
HSL color Cylindrical-coordinate representation of color #786A36: hue angle of 47.27º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #786A36 is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 106 | 54 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.53 |
| HSL | 47.27º | 0.38% | 0.34% | - |
| HSV(B) | 47.27º | 0.55% | 0.47% | - |
| XYZ | 13.57 | 14.57 | 5.59 | - |
| YUV | 104.26 | 99.64 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 106 | 54 | 0 | 0.12 | 0.55 | 0.53 | 47.27 | 0.38 | 0.34 |
| Hex | 78 | 6A | 36 | 0 | C | 37 | 35 | 2F | 26 | 22 |
| Octal | 170 | 152 | 66 | 0 | 14 | 67 | 65 | 57 | 46 | 42 |
| Binary | 1111000 | 1101010 | 110110 | 0 | 1100 | 110111 | 110101 | 101111 | 100110 | 100010 |
Color Harmonies of #786A36
Complementary color
Monochromatic Colors of #786A36
Black with #786A36
Text Example
Text Example
White with #786A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786A36; }
p { color: rgb(120,106,54); }
H1.HeaderClassName
{
color: #786A36;
}
.AnyTagClassName
{
color: #786A36;
}
</style>
background-color css
<style>
a { background-color: #786A36; }
a { background-color: rgb(120,106,54); }
div.DivClassName
{
background-color: #786A36;
}
.BgClassName
{
background-color: #786A36;
}
</style>
border-color css
<style>
span { border-color: #786A36; }
span { border-color: rgb(120,106,54); }
td.TdClassName
{
border-color: #786A36;
}
.TagClassName
{
border-color: #786A36;
}
</style>