Shades of Himalaya #796A2C
Tints of Himalaya #796A2C
RGB
CMYK
RGB Variations
Color information
#796A2C (or 0x796A2C) is known color: Himalaya. HEX triplet: 79, 6A and 2C. RGB value is (121,106,44). Sum of RGB (Red+Green+Blue) = 121+106+44=271 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.65% from 271); Green value is 106 (41.80% from 255 or 39.11% from 271); Blue value is 44 (17.58% from 255 or 16.24% from 271); Max value from RGB is 121 - color contains mainly: red. Hex color #796A2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796A2C is #8695D3. Grayscale: #676767. Windows color (decimal): -8820180 or 2910841. OLE color: 2910841.
HSL color Cylindrical-coordinate representation of color #796A2C: hue angle of 48.31º 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 #796A2C is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 106 | 44 | - |
| CMYK | 0 | 0.12 | 0.64 | 0.53 |
| HSL | 48.31º | 0.47% | 0.32% | - |
| HSV(B) | 48.31º | 0.64% | 0.47% | - |
| XYZ | 13.49 | 14.55 | 4.48 | - |
| YUV | 103.42 | 94.47 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 106 | 44 | 0 | 0.12 | 0.64 | 0.53 | 48.31 | 0.47 | 0.32 |
| Hex | 79 | 6A | 2C | 0 | C | 40 | 35 | 30 | 2F | 20 |
| Octal | 171 | 152 | 54 | 0 | 14 | 100 | 65 | 60 | 57 | 40 |
| Binary | 1111001 | 1101010 | 101100 | 0 | 1100 | 1000000 | 110101 | 110000 | 101111 | 100000 |
Color Harmonies of #796A2C
Complementary color
Monochromatic Colors of #796A2C
Black with #796A2C
Text Example
Text Example
White with #796A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796A2C; }
p { color: rgb(121,106,44); }
H1.HeaderClassName
{
color: #796A2C;
}
.AnyTagClassName
{
color: #796A2C;
}
</style>
background-color css
<style>
a { background-color: #796A2C; }
a { background-color: rgb(121,106,44); }
div.DivClassName
{
background-color: #796A2C;
}
.BgClassName
{
background-color: #796A2C;
}
</style>
border-color css
<style>
span { border-color: #796A2C; }
span { border-color: rgb(121,106,44); }
td.TdClassName
{
border-color: #796A2C;
}
.TagClassName
{
border-color: #796A2C;
}
</style>