Shades of Himalaya #7E652C
Tints of Himalaya #7E652C
RGB
CMYK
RGB Variations
Color information
#7E652C (or 0x7E652C) is known color: Himalaya. HEX triplet: 7E, 65 and 2C. RGB value is (126,101,44). Sum of RGB (Red+Green+Blue) = 126+101+44=271 (35% of max value = 765). Red value is 126 (49.61% from 255 or 46.49% from 271); Green value is 101 (39.84% from 255 or 37.27% from 271); Blue value is 44 (17.58% from 255 or 16.24% from 271); Max value from RGB is 126 - color contains mainly: red. Hex color #7E652C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E652C is #819AD3. Grayscale: #666666. Windows color (decimal): -8493780 or 2909566. OLE color: 2909566.
HSL color Cylindrical-coordinate representation of color #7E652C: hue angle of 41.71º 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 #7E652C is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 101 | 44 | - |
| CMYK | 0 | 0.20 | 0.65 | 0.51 |
| HSL | 41.71º | 0.48% | 0.33% | - |
| HSV(B) | 41.71º | 0.65% | 0.49% | - |
| XYZ | 13.71 | 13.92 | 4.35 | - |
| YUV | 101.98 | 95.28 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 101 | 44 | 0 | 0.20 | 0.65 | 0.51 | 41.71 | 0.48 | 0.33 |
| Hex | 7E | 65 | 2C | 0 | 14 | 41 | 33 | 2A | 30 | 21 |
| Octal | 176 | 145 | 54 | 0 | 24 | 101 | 63 | 52 | 60 | 41 |
| Binary | 1111110 | 1100101 | 101100 | 0 | 10100 | 1000001 | 110011 | 101010 | 110000 | 100001 |
Color Harmonies of #7E652C
Complementary color
Monochromatic Colors of #7E652C
Black with #7E652C
Text Example
Text Example
White with #7E652C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E652C; }
p { color: rgb(126,101,44); }
H1.HeaderClassName
{
color: #7E652C;
}
.AnyTagClassName
{
color: #7E652C;
}
</style>
background-color css
<style>
a { background-color: #7E652C; }
a { background-color: rgb(126,101,44); }
div.DivClassName
{
background-color: #7E652C;
}
.BgClassName
{
background-color: #7E652C;
}
</style>
border-color css
<style>
span { border-color: #7E652C; }
span { border-color: rgb(126,101,44); }
td.TdClassName
{
border-color: #7E652C;
}
.TagClassName
{
border-color: #7E652C;
}
</style>