Shades of Himalaya #79602A
Tints of Himalaya #79602A
RGB
CMYK
RGB Variations
Color information
#79602A (or 0x79602A) is known color: Himalaya. HEX triplet: 79, 60 and 2A. RGB value is (121,96,42). Sum of RGB (Red+Green+Blue) = 121+96+42=259 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.72% from 259); Green value is 96 (37.89% from 255 or 37.07% from 259); Blue value is 42 (16.80% from 255 or 16.22% from 259); Max value from RGB is 121 - color contains mainly: red. Hex color #79602A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79602A is #869FD5. Grayscale: #616161. Windows color (decimal): -8822742 or 2777209. OLE color: 2777209.
HSL color Cylindrical-coordinate representation of color #79602A: hue angle of 41.01º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #79602A is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 96 | 42 | - |
| CMYK | 0 | 0.21 | 0.65 | 0.53 |
| HSL | 41.01º | 0.48% | 0.32% | - |
| HSV(B) | 41.01º | 0.65% | 0.47% | - |
| XYZ | 12.49 | 12.6 | 3.96 | - |
| YUV | 97.32 | 96.78 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 96 | 42 | 0 | 0.21 | 0.65 | 0.53 | 41.01 | 0.48 | 0.32 |
| Hex | 79 | 60 | 2A | 0 | 15 | 41 | 35 | 29 | 30 | 20 |
| Octal | 171 | 140 | 52 | 0 | 25 | 101 | 65 | 51 | 60 | 40 |
| Binary | 1111001 | 1100000 | 101010 | 0 | 10101 | 1000001 | 110101 | 101001 | 110000 | 100000 |
Color Harmonies of #79602A
Complementary color
Monochromatic Colors of #79602A
Black with #79602A
Text Example
Text Example
White with #79602A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79602A; }
p { color: rgb(121,96,42); }
H1.HeaderClassName
{
color: #79602A;
}
.AnyTagClassName
{
color: #79602A;
}
</style>
background-color css
<style>
a { background-color: #79602A; }
a { background-color: rgb(121,96,42); }
div.DivClassName
{
background-color: #79602A;
}
.BgClassName
{
background-color: #79602A;
}
</style>
border-color css
<style>
span { border-color: #79602A; }
span { border-color: rgb(121,96,42); }
td.TdClassName
{
border-color: #79602A;
}
.TagClassName
{
border-color: #79602A;
}
</style>