Shades of Himalaya #7E652F
Tints of Himalaya #7E652F
RGB
CMYK
RGB Variations
Color information
#7E652F (or 0x7E652F) is known color: Himalaya. HEX triplet: 7E, 65 and 2F. RGB value is (126,101,47). Sum of RGB (Red+Green+Blue) = 126+101+47=274 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.99% from 274); Green value is 101 (39.84% from 255 or 36.86% from 274); Blue value is 47 (18.75% from 255 or 17.15% from 274); Max value from RGB is 126 - color contains mainly: red. Hex color #7E652F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E652F is #819AD0. Grayscale: #666666. Windows color (decimal): -8493777 or 3106174. OLE color: 3106174.
HSL color Cylindrical-coordinate representation of color #7E652F: hue angle of 41.01º 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 #7E652F is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 101 | 47 | - |
| CMYK | 0 | 0.20 | 0.63 | 0.51 |
| HSL | 41.01º | 0.46% | 0.34% | - |
| HSV(B) | 41.01º | 0.63% | 0.49% | - |
| XYZ | 13.77 | 13.95 | 4.66 | - |
| YUV | 102.32 | 96.78 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 101 | 47 | 0 | 0.20 | 0.63 | 0.51 | 41.01 | 0.46 | 0.34 |
| Hex | 7E | 65 | 2F | 0 | 14 | 3F | 33 | 29 | 2E | 22 |
| Octal | 176 | 145 | 57 | 0 | 24 | 77 | 63 | 51 | 56 | 42 |
| Binary | 1111110 | 1100101 | 101111 | 0 | 10100 | 111111 | 110011 | 101001 | 101110 | 100010 |
Color Harmonies of #7E652F
Complementary color
Monochromatic Colors of #7E652F
Black with #7E652F
Text Example
Text Example
White with #7E652F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E652F; }
p { color: rgb(126,101,47); }
H1.HeaderClassName
{
color: #7E652F;
}
.AnyTagClassName
{
color: #7E652F;
}
</style>
background-color css
<style>
a { background-color: #7E652F; }
a { background-color: rgb(126,101,47); }
div.DivClassName
{
background-color: #7E652F;
}
.BgClassName
{
background-color: #7E652F;
}
</style>
border-color css
<style>
span { border-color: #7E652F; }
span { border-color: rgb(126,101,47); }
td.TdClassName
{
border-color: #7E652F;
}
.TagClassName
{
border-color: #7E652F;
}
</style>