Shades of Himalaya #7E6D32
Tints of Himalaya #7E6D32
RGB
CMYK
RGB Variations
Color information
#7E6D32 (or 0x7E6D32) is known color: Himalaya. HEX triplet: 7E, 6D and 32. RGB value is (126,109,50). Sum of RGB (Red+Green+Blue) = 126+109+50=285 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.21% from 285); Green value is 109 (42.97% from 255 or 38.25% from 285); Blue value is 50 (19.92% from 255 or 17.54% from 285); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6D32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E6D32 is #8192CD. Grayscale: #6B6B6B. Windows color (decimal): -8491726 or 3304830. OLE color: 3304830.
HSL color Cylindrical-coordinate representation of color #7E6D32: hue angle of 46.58º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7E6D32 is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 109 | 50 | - |
| CMYK | 0 | 0.13 | 0.60 | 0.51 |
| HSL | 46.58º | 0.43% | 0.35% | - |
| HSV(B) | 46.58º | 0.6% | 0.49% | - |
| XYZ | 14.65 | 15.6 | 5.26 | - |
| YUV | 107.36 | 95.63 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 109 | 50 | 0 | 0.13 | 0.60 | 0.51 | 46.58 | 0.43 | 0.35 |
| Hex | 7E | 6D | 32 | 0 | D | 3C | 33 | 2F | 2B | 23 |
| Octal | 176 | 155 | 62 | 0 | 15 | 74 | 63 | 57 | 53 | 43 |
| Binary | 1111110 | 1101101 | 110010 | 0 | 1101 | 111100 | 110011 | 101111 | 101011 | 100011 |
Color Harmonies of #7E6D32
Complementary color
Monochromatic Colors of #7E6D32
Black with #7E6D32
Text Example
Text Example
White with #7E6D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6D32; }
p { color: rgb(126,109,50); }
H1.HeaderClassName
{
color: #7E6D32;
}
.AnyTagClassName
{
color: #7E6D32;
}
</style>
background-color css
<style>
a { background-color: #7E6D32; }
a { background-color: rgb(126,109,50); }
div.DivClassName
{
background-color: #7E6D32;
}
.BgClassName
{
background-color: #7E6D32;
}
</style>
border-color css
<style>
span { border-color: #7E6D32; }
span { border-color: rgb(126,109,50); }
td.TdClassName
{
border-color: #7E6D32;
}
.TagClassName
{
border-color: #7E6D32;
}
</style>