Shades of Himalaya #786030
Tints of Himalaya #786030
RGB
CMYK
RGB Variations
Color information
#786030 (or 0x786030) is known color: Himalaya. HEX triplet: 78, 60 and 30. RGB value is (120,96,48). Sum of RGB (Red+Green+Blue) = 120+96+48=264 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.45% from 264); Green value is 96 (37.89% from 255 or 36.36% from 264); Blue value is 48 (19.14% from 255 or 18.18% from 264); Max value from RGB is 120 - color contains mainly: red. Hex color #786030 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786030 is #879FCF. Grayscale: #616161. Windows color (decimal): -8888272 or 3170424. OLE color: 3170424.
HSL color Cylindrical-coordinate representation of color #786030: hue angle of 40º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #786030 is Cyan = 0, Magento = 0.2, Yellow = 0.60 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 96 | 48 | - |
| CMYK | 0 | 0.2 | 0.60 | 0.53 |
| HSL | 40º | 0.43% | 0.33% | - |
| HSV(B) | 40º | 0.6% | 0.47% | - |
| XYZ | 12.46 | 12.57 | 4.57 | - |
| YUV | 97.7 | 99.95 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 96 | 48 | 0 | 0.2 | 0.60 | 0.53 | 40 | 0.43 | 0.33 |
| Hex | 78 | 60 | 30 | 0 | 14 | 3C | 35 | 28 | 2B | 21 |
| Octal | 170 | 140 | 60 | 0 | 24 | 74 | 65 | 50 | 53 | 41 |
| Binary | 1111000 | 1100000 | 110000 | 0 | 10100 | 111100 | 110101 | 101000 | 101011 | 100001 |
Color Harmonies of #786030
Complementary color
Monochromatic Colors of #786030
Black with #786030
Text Example
Text Example
White with #786030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786030; }
p { color: rgb(120,96,48); }
H1.HeaderClassName
{
color: #786030;
}
.AnyTagClassName
{
color: #786030;
}
</style>
background-color css
<style>
a { background-color: #786030; }
a { background-color: rgb(120,96,48); }
div.DivClassName
{
background-color: #786030;
}
.BgClassName
{
background-color: #786030;
}
</style>
border-color css
<style>
span { border-color: #786030; }
span { border-color: rgb(120,96,48); }
td.TdClassName
{
border-color: #786030;
}
.TagClassName
{
border-color: #786030;
}
</style>