Shades of Himalaya #7E6432
Tints of Himalaya #7E6432
RGB
CMYK
RGB Variations
Color information
#7E6432 (or 0x7E6432) is known color: Himalaya. HEX triplet: 7E, 64 and 32. RGB value is (126,100,50). Sum of RGB (Red+Green+Blue) = 126+100+50=276 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.65% from 276); Green value is 100 (39.45% from 255 or 36.23% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6432 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E6432 is #819BCD. Grayscale: #666666. Windows color (decimal): -8494030 or 3302526. OLE color: 3302526.
HSL color Cylindrical-coordinate representation of color #7E6432: hue angle of 39.47º 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 #7E6432 is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 100 | 50 | - |
| CMYK | 0 | 0.21 | 0.60 | 0.51 |
| HSL | 39.47º | 0.43% | 0.35% | - |
| HSV(B) | 39.47º | 0.6% | 0.49% | - |
| XYZ | 13.74 | 13.78 | 4.95 | - |
| YUV | 102.07 | 98.61 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 100 | 50 | 0 | 0.21 | 0.60 | 0.51 | 39.47 | 0.43 | 0.35 |
| Hex | 7E | 64 | 32 | 0 | 15 | 3C | 33 | 27 | 2B | 23 |
| Octal | 176 | 144 | 62 | 0 | 25 | 74 | 63 | 47 | 53 | 43 |
| Binary | 1111110 | 1100100 | 110010 | 0 | 10101 | 111100 | 110011 | 100111 | 101011 | 100011 |
Color Harmonies of #7E6432
Complementary color
Monochromatic Colors of #7E6432
Black with #7E6432
Text Example
Text Example
White with #7E6432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6432; }
p { color: rgb(126,100,50); }
H1.HeaderClassName
{
color: #7E6432;
}
.AnyTagClassName
{
color: #7E6432;
}
</style>
background-color css
<style>
a { background-color: #7E6432; }
a { background-color: rgb(126,100,50); }
div.DivClassName
{
background-color: #7E6432;
}
.BgClassName
{
background-color: #7E6432;
}
</style>
border-color css
<style>
span { border-color: #7E6432; }
span { border-color: rgb(126,100,50); }
td.TdClassName
{
border-color: #7E6432;
}
.TagClassName
{
border-color: #7E6432;
}
</style>