Shades of Himalaya #79642C
Tints of Himalaya #79642C
RGB
CMYK
RGB Variations
Color information
#79642C (or 0x79642C) is known color: Himalaya. HEX triplet: 79, 64 and 2C. RGB value is (121,100,44). Sum of RGB (Red+Green+Blue) = 121+100+44=265 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.66% from 265); Green value is 100 (39.45% from 255 or 37.74% from 265); Blue value is 44 (17.58% from 255 or 16.60% from 265); Max value from RGB is 121 - color contains mainly: red. Hex color #79642C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79642C is #869BD3. Grayscale: #646464. Windows color (decimal): -8821716 or 2909305. OLE color: 2909305.
HSL color Cylindrical-coordinate representation of color #79642C: hue angle of 43.64º 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 #79642C is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 100 | 44 | - |
| CMYK | 0 | 0.17 | 0.64 | 0.53 |
| HSL | 43.64º | 0.47% | 0.32% | - |
| HSV(B) | 43.64º | 0.64% | 0.47% | - |
| XYZ | 12.9 | 13.36 | 4.28 | - |
| YUV | 99.9 | 96.46 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 100 | 44 | 0 | 0.17 | 0.64 | 0.53 | 43.64 | 0.47 | 0.32 |
| Hex | 79 | 64 | 2C | 0 | 11 | 40 | 35 | 2C | 2F | 20 |
| Octal | 171 | 144 | 54 | 0 | 21 | 100 | 65 | 54 | 57 | 40 |
| Binary | 1111001 | 1100100 | 101100 | 0 | 10001 | 1000000 | 110101 | 101100 | 101111 | 100000 |
Color Harmonies of #79642C
Complementary color
Monochromatic Colors of #79642C
Black with #79642C
Text Example
Text Example
White with #79642C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79642C; }
p { color: rgb(121,100,44); }
H1.HeaderClassName
{
color: #79642C;
}
.AnyTagClassName
{
color: #79642C;
}
</style>
background-color css
<style>
a { background-color: #79642C; }
a { background-color: rgb(121,100,44); }
div.DivClassName
{
background-color: #79642C;
}
.BgClassName
{
background-color: #79642C;
}
</style>
border-color css
<style>
span { border-color: #79642C; }
span { border-color: rgb(121,100,44); }
td.TdClassName
{
border-color: #79642C;
}
.TagClassName
{
border-color: #79642C;
}
</style>