Shades of Himalaya #79642D
Tints of Himalaya #79642D
RGB
CMYK
RGB Variations
Color information
#79642D (or 0x79642D) is known color: Himalaya. HEX triplet: 79, 64 and 2D. RGB value is (121,100,45). Sum of RGB (Red+Green+Blue) = 121+100+45=266 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.49% from 266); Green value is 100 (39.45% from 255 or 37.59% from 266); Blue value is 45 (17.97% from 255 or 16.92% from 266); Max value from RGB is 121 - color contains mainly: red. Hex color #79642D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79642D is #869BD2. Grayscale: #646464. Windows color (decimal): -8821715 or 2974841. OLE color: 2974841.
HSL color Cylindrical-coordinate representation of color #79642D: hue angle of 43.42º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #79642D is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 100 | 45 | - |
| CMYK | 0 | 0.17 | 0.63 | 0.53 |
| HSL | 43.42º | 0.46% | 0.33% | - |
| HSV(B) | 43.42º | 0.63% | 0.47% | - |
| XYZ | 12.92 | 13.37 | 4.38 | - |
| YUV | 100.01 | 96.96 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 100 | 45 | 0 | 0.17 | 0.63 | 0.53 | 43.42 | 0.46 | 0.33 |
| Hex | 79 | 64 | 2D | 0 | 11 | 3F | 35 | 2B | 2E | 21 |
| Octal | 171 | 144 | 55 | 0 | 21 | 77 | 65 | 53 | 56 | 41 |
| Binary | 1111001 | 1100100 | 101101 | 0 | 10001 | 111111 | 110101 | 101011 | 101110 | 100001 |
Color Harmonies of #79642D
Complementary color
Monochromatic Colors of #79642D
Black with #79642D
Text Example
Text Example
White with #79642D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79642D; }
p { color: rgb(121,100,45); }
H1.HeaderClassName
{
color: #79642D;
}
.AnyTagClassName
{
color: #79642D;
}
</style>
background-color css
<style>
a { background-color: #79642D; }
a { background-color: rgb(121,100,45); }
div.DivClassName
{
background-color: #79642D;
}
.BgClassName
{
background-color: #79642D;
}
</style>
border-color css
<style>
span { border-color: #79642D; }
span { border-color: rgb(121,100,45); }
td.TdClassName
{
border-color: #79642D;
}
.TagClassName
{
border-color: #79642D;
}
</style>