Shades of Himalaya #78602B
Tints of Himalaya #78602B
RGB
CMYK
RGB Variations
Color information
#78602B (or 0x78602B) is known color: Himalaya. HEX triplet: 78, 60 and 2B. RGB value is (120,96,43). Sum of RGB (Red+Green+Blue) = 120+96+43=259 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.33% from 259); Green value is 96 (37.89% from 255 or 37.07% from 259); Blue value is 43 (17.19% from 255 or 16.60% from 259); Max value from RGB is 120 - color contains mainly: red. Hex color #78602B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78602B is #879FD4. Grayscale: #616161. Windows color (decimal): -8888277 or 2842744. OLE color: 2842744.
HSL color Cylindrical-coordinate representation of color #78602B: hue angle of 41.3º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #78602B is Cyan = 0, Magento = 0.2, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 96 | 43 | - |
| CMYK | 0 | 0.2 | 0.64 | 0.53 |
| HSL | 41.3º | 0.47% | 0.32% | - |
| HSV(B) | 41.3º | 0.64% | 0.47% | - |
| XYZ | 12.36 | 12.53 | 4.05 | - |
| YUV | 97.13 | 97.45 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 96 | 43 | 0 | 0.2 | 0.64 | 0.53 | 41.3 | 0.47 | 0.32 |
| Hex | 78 | 60 | 2B | 0 | 14 | 40 | 35 | 29 | 2F | 20 |
| Octal | 170 | 140 | 53 | 0 | 24 | 100 | 65 | 51 | 57 | 40 |
| Binary | 1111000 | 1100000 | 101011 | 0 | 10100 | 1000000 | 110101 | 101001 | 101111 | 100000 |
Color Harmonies of #78602B
Complementary color
Monochromatic Colors of #78602B
Black with #78602B
Text Example
Text Example
White with #78602B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78602B; }
p { color: rgb(120,96,43); }
H1.HeaderClassName
{
color: #78602B;
}
.AnyTagClassName
{
color: #78602B;
}
</style>
background-color css
<style>
a { background-color: #78602B; }
a { background-color: rgb(120,96,43); }
div.DivClassName
{
background-color: #78602B;
}
.BgClassName
{
background-color: #78602B;
}
</style>
border-color css
<style>
span { border-color: #78602B; }
span { border-color: rgb(120,96,43); }
td.TdClassName
{
border-color: #78602B;
}
.TagClassName
{
border-color: #78602B;
}
</style>