Shades of Himalaya #78622C
Tints of Himalaya #78622C
RGB
CMYK
RGB Variations
Color information
#78622C (or 0x78622C) is known color: Himalaya. HEX triplet: 78, 62 and 2C. RGB value is (120,98,44). Sum of RGB (Red+Green+Blue) = 120+98+44=262 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.80% from 262); Green value is 98 (38.67% from 255 or 37.40% from 262); Blue value is 44 (17.58% from 255 or 16.79% from 262); Max value from RGB is 120 - color contains mainly: red. Hex color #78622C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78622C is #879DD3. Grayscale: #626262. Windows color (decimal): -8887764 or 2908792. OLE color: 2908792.
HSL color Cylindrical-coordinate representation of color #78622C: hue angle of 42.63º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #78622C is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 98 | 44 | - |
| CMYK | 0 | 0.18 | 0.63 | 0.53 |
| HSL | 42.63º | 0.46% | 0.32% | - |
| HSV(B) | 42.63º | 0.63% | 0.47% | - |
| XYZ | 12.57 | 12.91 | 4.21 | - |
| YUV | 98.42 | 97.29 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 98 | 44 | 0 | 0.18 | 0.63 | 0.53 | 42.63 | 0.46 | 0.32 |
| Hex | 78 | 62 | 2C | 0 | 12 | 3F | 35 | 2B | 2E | 20 |
| Octal | 170 | 142 | 54 | 0 | 22 | 77 | 65 | 53 | 56 | 40 |
| Binary | 1111000 | 1100010 | 101100 | 0 | 10010 | 111111 | 110101 | 101011 | 101110 | 100000 |
Color Harmonies of #78622C
Complementary color
Monochromatic Colors of #78622C
Black with #78622C
Text Example
Text Example
White with #78622C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78622C; }
p { color: rgb(120,98,44); }
H1.HeaderClassName
{
color: #78622C;
}
.AnyTagClassName
{
color: #78622C;
}
</style>
background-color css
<style>
a { background-color: #78622C; }
a { background-color: rgb(120,98,44); }
div.DivClassName
{
background-color: #78622C;
}
.BgClassName
{
background-color: #78622C;
}
</style>
border-color css
<style>
span { border-color: #78622C; }
span { border-color: rgb(120,98,44); }
td.TdClassName
{
border-color: #78622C;
}
.TagClassName
{
border-color: #78622C;
}
</style>