Shades of Himalaya #7A6D38
Tints of Himalaya #7A6D38
RGB
CMYK
RGB Variations
Color information
#7A6D38 (or 0x7A6D38) is known color: Himalaya. HEX triplet: 7A, 6D and 38. RGB value is (122,109,56). Sum of RGB (Red+Green+Blue) = 122+109+56=287 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.51% from 287); Green value is 109 (42.97% from 255 or 37.98% from 287); Blue value is 56 (22.27% from 255 or 19.51% from 287); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6D38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6D38 is #8592C7. Grayscale: #6B6B6B. Windows color (decimal): -8753864 or 3698042. OLE color: 3698042.
HSL color Cylindrical-coordinate representation of color #7A6D38: hue angle of 48.18º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7A6D38 is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 109 | 56 | - |
| CMYK | 0 | 0.11 | 0.54 | 0.52 |
| HSL | 48.18º | 0.37% | 0.35% | - |
| HSV(B) | 48.18º | 0.54% | 0.48% | - |
| XYZ | 14.21 | 15.36 | 5.96 | - |
| YUV | 106.85 | 99.31 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 109 | 56 | 0 | 0.11 | 0.54 | 0.52 | 48.18 | 0.37 | 0.35 |
| Hex | 7A | 6D | 38 | 0 | B | 36 | 34 | 30 | 25 | 23 |
| Octal | 172 | 155 | 70 | 0 | 13 | 66 | 64 | 60 | 45 | 43 |
| Binary | 1111010 | 1101101 | 111000 | 0 | 1011 | 110110 | 110100 | 110000 | 100101 | 100011 |
Color Harmonies of #7A6D38
Complementary color
Monochromatic Colors of #7A6D38
Black with #7A6D38
Text Example
Text Example
White with #7A6D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6D38; }
p { color: rgb(122,109,56); }
H1.HeaderClassName
{
color: #7A6D38;
}
.AnyTagClassName
{
color: #7A6D38;
}
</style>
background-color css
<style>
a { background-color: #7A6D38; }
a { background-color: rgb(122,109,56); }
div.DivClassName
{
background-color: #7A6D38;
}
.BgClassName
{
background-color: #7A6D38;
}
</style>
border-color css
<style>
span { border-color: #7A6D38; }
span { border-color: rgb(122,109,56); }
td.TdClassName
{
border-color: #7A6D38;
}
.TagClassName
{
border-color: #7A6D38;
}
</style>