Shades of Himalaya #78612C
Tints of Himalaya #78612C
RGB
CMYK
RGB Variations
Color information
#78612C (or 0x78612C) is known color: Himalaya. HEX triplet: 78, 61 and 2C. RGB value is (120,97,44). Sum of RGB (Red+Green+Blue) = 120+97+44=261 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.98% from 261); Green value is 97 (38.28% from 255 or 37.16% from 261); Blue value is 44 (17.58% from 255 or 16.86% from 261); Max value from RGB is 120 - color contains mainly: red. Hex color #78612C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78612C is #879ED3. Grayscale: #626262. Windows color (decimal): -8888020 or 2908536. OLE color: 2908536.
HSL color Cylindrical-coordinate representation of color #78612C: hue angle of 41.84º 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 #78612C is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 97 | 44 | - |
| CMYK | 0 | 0.19 | 0.63 | 0.53 |
| HSL | 41.84º | 0.46% | 0.32% | - |
| HSV(B) | 41.84º | 0.63% | 0.47% | - |
| XYZ | 12.48 | 12.72 | 4.18 | - |
| YUV | 97.84 | 97.62 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 97 | 44 | 0 | 0.19 | 0.63 | 0.53 | 41.84 | 0.46 | 0.32 |
| Hex | 78 | 61 | 2C | 0 | 13 | 3F | 35 | 2A | 2E | 20 |
| Octal | 170 | 141 | 54 | 0 | 23 | 77 | 65 | 52 | 56 | 40 |
| Binary | 1111000 | 1100001 | 101100 | 0 | 10011 | 111111 | 110101 | 101010 | 101110 | 100000 |
Color Harmonies of #78612C
Complementary color
Monochromatic Colors of #78612C
Black with #78612C
Text Example
Text Example
White with #78612C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78612C; }
p { color: rgb(120,97,44); }
H1.HeaderClassName
{
color: #78612C;
}
.AnyTagClassName
{
color: #78612C;
}
</style>
background-color css
<style>
a { background-color: #78612C; }
a { background-color: rgb(120,97,44); }
div.DivClassName
{
background-color: #78612C;
}
.BgClassName
{
background-color: #78612C;
}
</style>
border-color css
<style>
span { border-color: #78612C; }
span { border-color: rgb(120,97,44); }
td.TdClassName
{
border-color: #78612C;
}
.TagClassName
{
border-color: #78612C;
}
</style>