Shades of Himalaya #786232
Tints of Himalaya #786232
RGB
CMYK
RGB Variations
Color information
#786232 (or 0x786232) is known color: Himalaya. HEX triplet: 78, 62 and 32. RGB value is (120,98,50). Sum of RGB (Red+Green+Blue) = 120+98+50=268 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.78% from 268); Green value is 98 (38.67% from 255 or 36.57% from 268); Blue value is 50 (19.92% from 255 or 18.66% from 268); Max value from RGB is 120 - color contains mainly: red. Hex color #786232 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786232 is #879DCD. Grayscale: #636363. Windows color (decimal): -8887758 or 3302008. OLE color: 3302008.
HSL color Cylindrical-coordinate representation of color #786232: hue angle of 41.14º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #786232 is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 98 | 50 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.53 |
| HSL | 41.14º | 0.41% | 0.33% | - |
| HSV(B) | 41.14º | 0.58% | 0.47% | - |
| XYZ | 12.69 | 12.96 | 4.85 | - |
| YUV | 99.11 | 100.29 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 98 | 50 | 0 | 0.18 | 0.58 | 0.53 | 41.14 | 0.41 | 0.33 |
| Hex | 78 | 62 | 32 | 0 | 12 | 3A | 35 | 29 | 29 | 21 |
| Octal | 170 | 142 | 62 | 0 | 22 | 72 | 65 | 51 | 51 | 41 |
| Binary | 1111000 | 1100010 | 110010 | 0 | 10010 | 111010 | 110101 | 101001 | 101001 | 100001 |
Color Harmonies of #786232
Complementary color
Monochromatic Colors of #786232
Black with #786232
Text Example
Text Example
White with #786232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786232; }
p { color: rgb(120,98,50); }
H1.HeaderClassName
{
color: #786232;
}
.AnyTagClassName
{
color: #786232;
}
</style>
background-color css
<style>
a { background-color: #786232; }
a { background-color: rgb(120,98,50); }
div.DivClassName
{
background-color: #786232;
}
.BgClassName
{
background-color: #786232;
}
</style>
border-color css
<style>
span { border-color: #786232; }
span { border-color: rgb(120,98,50); }
td.TdClassName
{
border-color: #786232;
}
.TagClassName
{
border-color: #786232;
}
</style>