Shades of Himalaya #79692E
Tints of Himalaya #79692E
RGB
CMYK
RGB Variations
Color information
#79692E (or 0x79692E) is known color: Himalaya. HEX triplet: 79, 69 and 2E. RGB value is (121,105,46). Sum of RGB (Red+Green+Blue) = 121+105+46=272 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.49% from 272); Green value is 105 (41.41% from 255 or 38.60% from 272); Blue value is 46 (18.36% from 255 or 16.91% from 272); Max value from RGB is 121 - color contains mainly: red. Hex color #79692E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79692E is #8696D1. Grayscale: #676767. Windows color (decimal): -8820434 or 3041657. OLE color: 3041657.
HSL color Cylindrical-coordinate representation of color #79692E: hue angle of 47.2º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #79692E is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 105 | 46 | - |
| CMYK | 0 | 0.13 | 0.62 | 0.53 |
| HSL | 47.2º | 0.45% | 0.33% | - |
| HSV(B) | 47.2º | 0.62% | 0.47% | - |
| XYZ | 13.43 | 14.37 | 4.65 | - |
| YUV | 103.06 | 95.8 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 105 | 46 | 0 | 0.13 | 0.62 | 0.53 | 47.2 | 0.45 | 0.33 |
| Hex | 79 | 69 | 2E | 0 | D | 3E | 35 | 2F | 2D | 21 |
| Octal | 171 | 151 | 56 | 0 | 15 | 76 | 65 | 57 | 55 | 41 |
| Binary | 1111001 | 1101001 | 101110 | 0 | 1101 | 111110 | 110101 | 101111 | 101101 | 100001 |
Color Harmonies of #79692E
Complementary color
Monochromatic Colors of #79692E
Black with #79692E
Text Example
Text Example
White with #79692E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79692E; }
p { color: rgb(121,105,46); }
H1.HeaderClassName
{
color: #79692E;
}
.AnyTagClassName
{
color: #79692E;
}
</style>
background-color css
<style>
a { background-color: #79692E; }
a { background-color: rgb(121,105,46); }
div.DivClassName
{
background-color: #79692E;
}
.BgClassName
{
background-color: #79692E;
}
</style>
border-color css
<style>
span { border-color: #79692E; }
span { border-color: rgb(121,105,46); }
td.TdClassName
{
border-color: #79692E;
}
.TagClassName
{
border-color: #79692E;
}
</style>