Shades of Himalaya #79662D
Tints of Himalaya #79662D
RGB
CMYK
RGB Variations
Color information
#79662D (or 0x79662D) is known color: Himalaya. HEX triplet: 79, 66 and 2D. RGB value is (121,102,45). Sum of RGB (Red+Green+Blue) = 121+102+45=268 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.15% from 268); Green value is 102 (40.23% from 255 or 38.06% from 268); Blue value is 45 (17.97% from 255 or 16.79% from 268); Max value from RGB is 121 - color contains mainly: red. Hex color #79662D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79662D is #8699D2. Grayscale: #656565. Windows color (decimal): -8821203 or 2975353. OLE color: 2975353.
HSL color Cylindrical-coordinate representation of color #79662D: hue angle of 45º 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 #79662D is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 102 | 45 | - |
| CMYK | 0 | 0.16 | 0.63 | 0.53 |
| HSL | 45º | 0.46% | 0.33% | - |
| HSV(B) | 45º | 0.63% | 0.47% | - |
| XYZ | 13.11 | 13.76 | 4.45 | - |
| YUV | 101.18 | 96.29 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 102 | 45 | 0 | 0.16 | 0.63 | 0.53 | 45 | 0.46 | 0.33 |
| Hex | 79 | 66 | 2D | 0 | 10 | 3F | 35 | 2D | 2E | 21 |
| Octal | 171 | 146 | 55 | 0 | 20 | 77 | 65 | 55 | 56 | 41 |
| Binary | 1111001 | 1100110 | 101101 | 0 | 10000 | 111111 | 110101 | 101101 | 101110 | 100001 |
Color Harmonies of #79662D
Complementary color
Monochromatic Colors of #79662D
Black with #79662D
Text Example
Text Example
White with #79662D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79662D; }
p { color: rgb(121,102,45); }
H1.HeaderClassName
{
color: #79662D;
}
.AnyTagClassName
{
color: #79662D;
}
</style>
background-color css
<style>
a { background-color: #79662D; }
a { background-color: rgb(121,102,45); }
div.DivClassName
{
background-color: #79662D;
}
.BgClassName
{
background-color: #79662D;
}
</style>
border-color css
<style>
span { border-color: #79662D; }
span { border-color: rgb(121,102,45); }
td.TdClassName
{
border-color: #79662D;
}
.TagClassName
{
border-color: #79662D;
}
</style>