Shades of Himalaya #79612C
Tints of Himalaya #79612C
RGB
CMYK
RGB Variations
Color information
#79612C (or 0x79612C) is known color: Himalaya. HEX triplet: 79, 61 and 2C. RGB value is (121,97,44). Sum of RGB (Red+Green+Blue) = 121+97+44=262 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.18% from 262); Green value is 97 (38.28% from 255 or 37.02% from 262); Blue value is 44 (17.58% from 255 or 16.79% from 262); Max value from RGB is 121 - color contains mainly: red. Hex color #79612C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79612C is #869ED3. Grayscale: #626262. Windows color (decimal): -8822484 or 2908537. OLE color: 2908537.
HSL color Cylindrical-coordinate representation of color #79612C: 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 #79612C is Cyan = 0, Magento = 0.20, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 97 | 44 | - |
| CMYK | 0 | 0.20 | 0.64 | 0.53 |
| HSL | 41.3º | 0.47% | 0.32% | - |
| HSV(B) | 41.3º | 0.64% | 0.47% | - |
| XYZ | 12.61 | 12.8 | 4.19 | - |
| YUV | 98.13 | 97.45 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 97 | 44 | 0 | 0.20 | 0.64 | 0.53 | 41.3 | 0.47 | 0.32 |
| Hex | 79 | 61 | 2C | 0 | 14 | 40 | 35 | 29 | 2F | 20 |
| Octal | 171 | 141 | 54 | 0 | 24 | 100 | 65 | 51 | 57 | 40 |
| Binary | 1111001 | 1100001 | 101100 | 0 | 10100 | 1000000 | 110101 | 101001 | 101111 | 100000 |
Color Harmonies of #79612C
Complementary color
Monochromatic Colors of #79612C
Black with #79612C
Text Example
Text Example
White with #79612C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79612C; }
p { color: rgb(121,97,44); }
H1.HeaderClassName
{
color: #79612C;
}
.AnyTagClassName
{
color: #79612C;
}
</style>
background-color css
<style>
a { background-color: #79612C; }
a { background-color: rgb(121,97,44); }
div.DivClassName
{
background-color: #79612C;
}
.BgClassName
{
background-color: #79612C;
}
</style>
border-color css
<style>
span { border-color: #79612C; }
span { border-color: rgb(121,97,44); }
td.TdClassName
{
border-color: #79612C;
}
.TagClassName
{
border-color: #79612C;
}
</style>