Shades of Himalaya #796A33
Tints of Himalaya #796A33
RGB
CMYK
RGB Variations
Color information
#796A33 (or 0x796A33) is known color: Himalaya. HEX triplet: 79, 6A and 33. RGB value is (121,106,51). Sum of RGB (Red+Green+Blue) = 121+106+51=278 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.53% from 278); Green value is 106 (41.80% from 255 or 38.13% from 278); Blue value is 51 (20.31% from 255 or 18.35% from 278); Max value from RGB is 121 - color contains mainly: red. Hex color #796A33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796A33 is #8695CC. Grayscale: #686868. Windows color (decimal): -8820173 or 3369593. OLE color: 3369593.
HSL color Cylindrical-coordinate representation of color #796A33: hue angle of 47.14º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #796A33 is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 106 | 51 | - |
| CMYK | 0 | 0.12 | 0.58 | 0.53 |
| HSL | 47.14º | 0.41% | 0.34% | - |
| HSV(B) | 47.14º | 0.58% | 0.47% | - |
| XYZ | 13.64 | 14.61 | 5.23 | - |
| YUV | 104.22 | 97.97 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 106 | 51 | 0 | 0.12 | 0.58 | 0.53 | 47.14 | 0.41 | 0.34 |
| Hex | 79 | 6A | 33 | 0 | C | 3A | 35 | 2F | 29 | 22 |
| Octal | 171 | 152 | 63 | 0 | 14 | 72 | 65 | 57 | 51 | 42 |
| Binary | 1111001 | 1101010 | 110011 | 0 | 1100 | 111010 | 110101 | 101111 | 101001 | 100010 |
Color Harmonies of #796A33
Complementary color
Monochromatic Colors of #796A33
Black with #796A33
Text Example
Text Example
White with #796A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796A33; }
p { color: rgb(121,106,51); }
H1.HeaderClassName
{
color: #796A33;
}
.AnyTagClassName
{
color: #796A33;
}
</style>
background-color css
<style>
a { background-color: #796A33; }
a { background-color: rgb(121,106,51); }
div.DivClassName
{
background-color: #796A33;
}
.BgClassName
{
background-color: #796A33;
}
</style>
border-color css
<style>
span { border-color: #796A33; }
span { border-color: rgb(121,106,51); }
td.TdClassName
{
border-color: #796A33;
}
.TagClassName
{
border-color: #796A33;
}
</style>