Shades of Himalaya #7A6930
Tints of Himalaya #7A6930
RGB
CMYK
RGB Variations
Color information
#7A6930 (or 0x7A6930) is known color: Himalaya. HEX triplet: 7A, 69 and 30. RGB value is (122,105,48). Sum of RGB (Red+Green+Blue) = 122+105+48=275 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.36% from 275); Green value is 105 (41.41% from 255 or 38.18% from 275); Blue value is 48 (19.14% from 255 or 17.45% from 275); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6930 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6930 is #8596CF. Grayscale: #676767. Windows color (decimal): -8754896 or 3172730. OLE color: 3172730.
HSL color Cylindrical-coordinate representation of color #7A6930: hue angle of 46.22º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7A6930 is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 105 | 48 | - |
| CMYK | 0 | 0.14 | 0.61 | 0.52 |
| HSL | 46.22º | 0.44% | 0.33% | - |
| HSV(B) | 46.22º | 0.61% | 0.48% | - |
| XYZ | 13.61 | 14.45 | 4.87 | - |
| YUV | 103.59 | 96.63 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 105 | 48 | 0 | 0.14 | 0.61 | 0.52 | 46.22 | 0.44 | 0.33 |
| Hex | 7A | 69 | 30 | 0 | E | 3D | 34 | 2E | 2C | 21 |
| Octal | 172 | 151 | 60 | 0 | 16 | 75 | 64 | 56 | 54 | 41 |
| Binary | 1111010 | 1101001 | 110000 | 0 | 1110 | 111101 | 110100 | 101110 | 101100 | 100001 |
Color Harmonies of #7A6930
Complementary color
Monochromatic Colors of #7A6930
Black with #7A6930
Text Example
Text Example
White with #7A6930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6930; }
p { color: rgb(122,105,48); }
H1.HeaderClassName
{
color: #7A6930;
}
.AnyTagClassName
{
color: #7A6930;
}
</style>
background-color css
<style>
a { background-color: #7A6930; }
a { background-color: rgb(122,105,48); }
div.DivClassName
{
background-color: #7A6930;
}
.BgClassName
{
background-color: #7A6930;
}
</style>
border-color css
<style>
span { border-color: #7A6930; }
span { border-color: rgb(122,105,48); }
td.TdClassName
{
border-color: #7A6930;
}
.TagClassName
{
border-color: #7A6930;
}
</style>