Shades of Himalaya #7A6835
Tints of Himalaya #7A6835
RGB
CMYK
RGB Variations
Color information
#7A6835 (or 0x7A6835) is known color: Himalaya. HEX triplet: 7A, 68 and 35. RGB value is (122,104,53). Sum of RGB (Red+Green+Blue) = 122+104+53=279 (36% of max value = 765). Red value is 122 (48.05% from 255 or 43.73% from 279); Green value is 104 (41.02% from 255 or 37.28% from 279); Blue value is 53 (21.09% from 255 or 19.00% from 279); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6835 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6835 is #8597CA. Grayscale: #676767. Windows color (decimal): -8755147 or 3500154. OLE color: 3500154.
HSL color Cylindrical-coordinate representation of color #7A6835: hue angle of 44.35º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7A6835 is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 104 | 53 | - |
| CMYK | 0 | 0.15 | 0.57 | 0.52 |
| HSL | 44.35º | 0.39% | 0.34% | - |
| HSV(B) | 44.35º | 0.57% | 0.48% | - |
| XYZ | 13.62 | 14.3 | 5.41 | - |
| YUV | 103.57 | 99.46 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 104 | 53 | 0 | 0.15 | 0.57 | 0.52 | 44.35 | 0.39 | 0.34 |
| Hex | 7A | 68 | 35 | 0 | F | 39 | 34 | 2C | 27 | 22 |
| Octal | 172 | 150 | 65 | 0 | 17 | 71 | 64 | 54 | 47 | 42 |
| Binary | 1111010 | 1101000 | 110101 | 0 | 1111 | 111001 | 110100 | 101100 | 100111 | 100010 |
Color Harmonies of #7A6835
Complementary color
Monochromatic Colors of #7A6835
Black with #7A6835
Text Example
Text Example
White with #7A6835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6835; }
p { color: rgb(122,104,53); }
H1.HeaderClassName
{
color: #7A6835;
}
.AnyTagClassName
{
color: #7A6835;
}
</style>
background-color css
<style>
a { background-color: #7A6835; }
a { background-color: rgb(122,104,53); }
div.DivClassName
{
background-color: #7A6835;
}
.BgClassName
{
background-color: #7A6835;
}
</style>
border-color css
<style>
span { border-color: #7A6835; }
span { border-color: rgb(122,104,53); }
td.TdClassName
{
border-color: #7A6835;
}
.TagClassName
{
border-color: #7A6835;
}
</style>