Shades of Himalaya #7E662F
Tints of Himalaya #7E662F
RGB
CMYK
RGB Variations
Color information
#7E662F (or 0x7E662F) is known color: Himalaya. HEX triplet: 7E, 66 and 2F. RGB value is (126,102,47). Sum of RGB (Red+Green+Blue) = 126+102+47=275 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.82% from 275); Green value is 102 (40.23% from 255 or 37.09% from 275); Blue value is 47 (18.75% from 255 or 17.09% from 275); Max value from RGB is 126 - color contains mainly: red. Hex color #7E662F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E662F is #8199D0. Grayscale: #676767. Windows color (decimal): -8493521 or 3106430. OLE color: 3106430.
HSL color Cylindrical-coordinate representation of color #7E662F: hue angle of 41.77º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7E662F is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 102 | 47 | - |
| CMYK | 0 | 0.19 | 0.63 | 0.51 |
| HSL | 41.77º | 0.46% | 0.34% | - |
| HSV(B) | 41.77º | 0.63% | 0.49% | - |
| XYZ | 13.87 | 14.14 | 4.69 | - |
| YUV | 102.91 | 96.45 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 102 | 47 | 0 | 0.19 | 0.63 | 0.51 | 41.77 | 0.46 | 0.34 |
| Hex | 7E | 66 | 2F | 0 | 13 | 3F | 33 | 2A | 2E | 22 |
| Octal | 176 | 146 | 57 | 0 | 23 | 77 | 63 | 52 | 56 | 42 |
| Binary | 1111110 | 1100110 | 101111 | 0 | 10011 | 111111 | 110011 | 101010 | 101110 | 100010 |
Color Harmonies of #7E662F
Complementary color
Monochromatic Colors of #7E662F
Black with #7E662F
Text Example
Text Example
White with #7E662F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E662F; }
p { color: rgb(126,102,47); }
H1.HeaderClassName
{
color: #7E662F;
}
.AnyTagClassName
{
color: #7E662F;
}
</style>
background-color css
<style>
a { background-color: #7E662F; }
a { background-color: rgb(126,102,47); }
div.DivClassName
{
background-color: #7E662F;
}
.BgClassName
{
background-color: #7E662F;
}
</style>
border-color css
<style>
span { border-color: #7E662F; }
span { border-color: rgb(126,102,47); }
td.TdClassName
{
border-color: #7E662F;
}
.TagClassName
{
border-color: #7E662F;
}
</style>