Shades of Himalaya #7C632F
Tints of Himalaya #7C632F
RGB
CMYK
RGB Variations
Color information
#7C632F (or 0x7C632F) is known color: Himalaya. HEX triplet: 7C, 63 and 2F. RGB value is (124,99,47). Sum of RGB (Red+Green+Blue) = 124+99+47=270 (35% of max value = 765). Red value is 124 (48.83% from 255 or 45.93% from 270); Green value is 99 (39.06% from 255 or 36.67% from 270); Blue value is 47 (18.75% from 255 or 17.41% from 270); Max value from RGB is 124 - color contains mainly: red. Hex color #7C632F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C632F is #839CD0. Grayscale: #646464. Windows color (decimal): -8625361 or 3105660. OLE color: 3105660.
HSL color Cylindrical-coordinate representation of color #7C632F: hue angle of 40.52º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7C632F is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 99 | 47 | - |
| CMYK | 0 | 0.20 | 0.62 | 0.51 |
| HSL | 40.52º | 0.45% | 0.34% | - |
| HSV(B) | 40.52º | 0.62% | 0.49% | - |
| XYZ | 13.29 | 13.41 | 4.58 | - |
| YUV | 100.55 | 97.78 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 99 | 47 | 0 | 0.20 | 0.62 | 0.51 | 40.52 | 0.45 | 0.34 |
| Hex | 7C | 63 | 2F | 0 | 14 | 3E | 33 | 29 | 2D | 22 |
| Octal | 174 | 143 | 57 | 0 | 24 | 76 | 63 | 51 | 55 | 42 |
| Binary | 1111100 | 1100011 | 101111 | 0 | 10100 | 111110 | 110011 | 101001 | 101101 | 100010 |
Color Harmonies of #7C632F
Complementary color
Monochromatic Colors of #7C632F
Black with #7C632F
Text Example
Text Example
White with #7C632F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C632F; }
p { color: rgb(124,99,47); }
H1.HeaderClassName
{
color: #7C632F;
}
.AnyTagClassName
{
color: #7C632F;
}
</style>
background-color css
<style>
a { background-color: #7C632F; }
a { background-color: rgb(124,99,47); }
div.DivClassName
{
background-color: #7C632F;
}
.BgClassName
{
background-color: #7C632F;
}
</style>
border-color css
<style>
span { border-color: #7C632F; }
span { border-color: rgb(124,99,47); }
td.TdClassName
{
border-color: #7C632F;
}
.TagClassName
{
border-color: #7C632F;
}
</style>