Shades of Himalaya #7E662C
Tints of Himalaya #7E662C
RGB
CMYK
RGB Variations
Color information
#7E662C (or 0x7E662C) is known color: Himalaya. HEX triplet: 7E, 66 and 2C. RGB value is (126,102,44). Sum of RGB (Red+Green+Blue) = 126+102+44=272 (36% of max value = 765). Red value is 126 (49.61% from 255 or 46.32% from 272); Green value is 102 (40.23% from 255 or 37.5% from 272); Blue value is 44 (17.58% from 255 or 16.18% from 272); Max value from RGB is 126 - color contains mainly: red. Hex color #7E662C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E662C is #8199D3. Grayscale: #666666. Windows color (decimal): -8493524 or 2909822. OLE color: 2909822.
HSL color Cylindrical-coordinate representation of color #7E662C: hue angle of 42.44º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7E662C is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 102 | 44 | - |
| CMYK | 0 | 0.19 | 0.65 | 0.51 |
| HSL | 42.44º | 0.48% | 0.33% | - |
| HSV(B) | 42.44º | 0.65% | 0.49% | - |
| XYZ | 13.81 | 14.12 | 4.38 | - |
| YUV | 102.56 | 94.95 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 102 | 44 | 0 | 0.19 | 0.65 | 0.51 | 42.44 | 0.48 | 0.33 |
| Hex | 7E | 66 | 2C | 0 | 13 | 41 | 33 | 2A | 30 | 21 |
| Octal | 176 | 146 | 54 | 0 | 23 | 101 | 63 | 52 | 60 | 41 |
| Binary | 1111110 | 1100110 | 101100 | 0 | 10011 | 1000001 | 110011 | 101010 | 110000 | 100001 |
Color Harmonies of #7E662C
Complementary color
Monochromatic Colors of #7E662C
Black with #7E662C
Text Example
Text Example
White with #7E662C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E662C; }
p { color: rgb(126,102,44); }
H1.HeaderClassName
{
color: #7E662C;
}
.AnyTagClassName
{
color: #7E662C;
}
</style>
background-color css
<style>
a { background-color: #7E662C; }
a { background-color: rgb(126,102,44); }
div.DivClassName
{
background-color: #7E662C;
}
.BgClassName
{
background-color: #7E662C;
}
</style>
border-color css
<style>
span { border-color: #7E662C; }
span { border-color: rgb(126,102,44); }
td.TdClassName
{
border-color: #7E662C;
}
.TagClassName
{
border-color: #7E662C;
}
</style>