Shades of Himalaya #79602C
Tints of Himalaya #79602C
RGB
CMYK
RGB Variations
Color information
#79602C (or 0x79602C) is known color: Himalaya. HEX triplet: 79, 60 and 2C. RGB value is (121,96,44). Sum of RGB (Red+Green+Blue) = 121+96+44=261 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.36% from 261); Green value is 96 (37.89% from 255 or 36.78% from 261); Blue value is 44 (17.58% from 255 or 16.86% from 261); Max value from RGB is 121 - color contains mainly: red. Hex color #79602C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79602C is #869FD3. Grayscale: #616161. Windows color (decimal): -8822740 or 2908281. OLE color: 2908281.
HSL color Cylindrical-coordinate representation of color #79602C: hue angle of 40.52º 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 #79602C is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 96 | 44 | - |
| CMYK | 0 | 0.21 | 0.64 | 0.53 |
| HSL | 40.52º | 0.47% | 0.32% | - |
| HSV(B) | 40.52º | 0.64% | 0.47% | - |
| XYZ | 12.52 | 12.61 | 4.16 | - |
| YUV | 97.55 | 97.78 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 96 | 44 | 0 | 0.21 | 0.64 | 0.53 | 40.52 | 0.47 | 0.32 |
| Hex | 79 | 60 | 2C | 0 | 15 | 40 | 35 | 29 | 2F | 20 |
| Octal | 171 | 140 | 54 | 0 | 25 | 100 | 65 | 51 | 57 | 40 |
| Binary | 1111001 | 1100000 | 101100 | 0 | 10101 | 1000000 | 110101 | 101001 | 101111 | 100000 |
Color Harmonies of #79602C
Complementary color
Monochromatic Colors of #79602C
Black with #79602C
Text Example
Text Example
White with #79602C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79602C; }
p { color: rgb(121,96,44); }
H1.HeaderClassName
{
color: #79602C;
}
.AnyTagClassName
{
color: #79602C;
}
</style>
background-color css
<style>
a { background-color: #79602C; }
a { background-color: rgb(121,96,44); }
div.DivClassName
{
background-color: #79602C;
}
.BgClassName
{
background-color: #79602C;
}
</style>
border-color css
<style>
span { border-color: #79602C; }
span { border-color: rgb(121,96,44); }
td.TdClassName
{
border-color: #79602C;
}
.TagClassName
{
border-color: #79602C;
}
</style>