Shades of Himalaya #7A692A
Tints of Himalaya #7A692A
RGB
CMYK
RGB Variations
Color information
#7A692A (or 0x7A692A) is known color: Himalaya. HEX triplet: 7A, 69 and 2A. RGB value is (122,105,42). Sum of RGB (Red+Green+Blue) = 122+105+42=269 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.35% from 269); Green value is 105 (41.41% from 255 or 39.03% from 269); Blue value is 42 (16.80% from 255 or 15.61% from 269); Max value from RGB is 122 - color contains mainly: red. Hex color #7A692A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A692A is #8596D5. Grayscale: #676767. Windows color (decimal): -8754902 or 2779514. OLE color: 2779514.
HSL color Cylindrical-coordinate representation of color #7A692A: hue angle of 47.25º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7A692A is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 105 | 42 | - |
| CMYK | 0 | 0.14 | 0.66 | 0.52 |
| HSL | 47.25º | 0.49% | 0.32% | - |
| HSV(B) | 47.25º | 0.66% | 0.48% | - |
| XYZ | 13.5 | 14.41 | 4.26 | - |
| YUV | 102.9 | 93.63 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 105 | 42 | 0 | 0.14 | 0.66 | 0.52 | 47.25 | 0.49 | 0.32 |
| Hex | 7A | 69 | 2A | 0 | E | 42 | 34 | 2F | 31 | 20 |
| Octal | 172 | 151 | 52 | 0 | 16 | 102 | 64 | 57 | 61 | 40 |
| Binary | 1111010 | 1101001 | 101010 | 0 | 1110 | 1000010 | 110100 | 101111 | 110001 | 100000 |
Color Harmonies of #7A692A
Complementary color
Monochromatic Colors of #7A692A
Black with #7A692A
Text Example
Text Example
White with #7A692A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A692A; }
p { color: rgb(122,105,42); }
H1.HeaderClassName
{
color: #7A692A;
}
.AnyTagClassName
{
color: #7A692A;
}
</style>
background-color css
<style>
a { background-color: #7A692A; }
a { background-color: rgb(122,105,42); }
div.DivClassName
{
background-color: #7A692A;
}
.BgClassName
{
background-color: #7A692A;
}
</style>
border-color css
<style>
span { border-color: #7A692A; }
span { border-color: rgb(122,105,42); }
td.TdClassName
{
border-color: #7A692A;
}
.TagClassName
{
border-color: #7A692A;
}
</style>