Shades of Himalaya #7E6632
Tints of Himalaya #7E6632
RGB
CMYK
RGB Variations
Color information
#7E6632 (or 0x7E6632) is known color: Himalaya. HEX triplet: 7E, 66 and 32. RGB value is (126,102,50). Sum of RGB (Red+Green+Blue) = 126+102+50=278 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.32% from 278); Green value is 102 (40.23% from 255 or 36.69% from 278); Blue value is 50 (19.92% from 255 or 17.99% from 278); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6632 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E6632 is #8199CD. Grayscale: #676767. Windows color (decimal): -8493518 or 3303038. OLE color: 3303038.
HSL color Cylindrical-coordinate representation of color #7E6632: hue angle of 41.05º 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 #7E6632 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 102 | 50 | - |
| CMYK | 0 | 0.19 | 0.60 | 0.51 |
| HSL | 41.05º | 0.43% | 0.35% | - |
| HSV(B) | 41.05º | 0.6% | 0.49% | - |
| XYZ | 13.93 | 14.17 | 5.02 | - |
| YUV | 103.25 | 97.95 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 102 | 50 | 0 | 0.19 | 0.60 | 0.51 | 41.05 | 0.43 | 0.35 |
| Hex | 7E | 66 | 32 | 0 | 13 | 3C | 33 | 29 | 2B | 23 |
| Octal | 176 | 146 | 62 | 0 | 23 | 74 | 63 | 51 | 53 | 43 |
| Binary | 1111110 | 1100110 | 110010 | 0 | 10011 | 111100 | 110011 | 101001 | 101011 | 100011 |
Color Harmonies of #7E6632
Complementary color
Monochromatic Colors of #7E6632
Black with #7E6632
Text Example
Text Example
White with #7E6632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6632; }
p { color: rgb(126,102,50); }
H1.HeaderClassName
{
color: #7E6632;
}
.AnyTagClassName
{
color: #7E6632;
}
</style>
background-color css
<style>
a { background-color: #7E6632; }
a { background-color: rgb(126,102,50); }
div.DivClassName
{
background-color: #7E6632;
}
.BgClassName
{
background-color: #7E6632;
}
</style>
border-color css
<style>
span { border-color: #7E6632; }
span { border-color: rgb(126,102,50); }
td.TdClassName
{
border-color: #7E6632;
}
.TagClassName
{
border-color: #7E6632;
}
</style>