Shades of Himalaya #7C6631
Tints of Himalaya #7C6631
RGB
CMYK
RGB Variations
Color information
#7C6631 (or 0x7C6631) is known color: Himalaya. HEX triplet: 7C, 66 and 31. RGB value is (124,102,49). Sum of RGB (Red+Green+Blue) = 124+102+49=275 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.09% from 275); Green value is 102 (40.23% from 255 or 37.09% from 275); Blue value is 49 (19.53% from 255 or 17.82% from 275); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6631 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6631 is #8399CE. Grayscale: #666666. Windows color (decimal): -8624591 or 3237500. OLE color: 3237500.
HSL color Cylindrical-coordinate representation of color #7C6631: hue angle of 42.4º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7C6631 is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 102 | 49 | - |
| CMYK | 0 | 0.18 | 0.60 | 0.51 |
| HSL | 42.4º | 0.43% | 0.34% | - |
| HSV(B) | 42.4º | 0.6% | 0.49% | - |
| XYZ | 13.62 | 14.01 | 4.89 | - |
| YUV | 102.54 | 97.79 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 102 | 49 | 0 | 0.18 | 0.60 | 0.51 | 42.4 | 0.43 | 0.34 |
| Hex | 7C | 66 | 31 | 0 | 12 | 3C | 33 | 2A | 2B | 22 |
| Octal | 174 | 146 | 61 | 0 | 22 | 74 | 63 | 52 | 53 | 42 |
| Binary | 1111100 | 1100110 | 110001 | 0 | 10010 | 111100 | 110011 | 101010 | 101011 | 100010 |
Color Harmonies of #7C6631
Complementary color
Monochromatic Colors of #7C6631
Black with #7C6631
Text Example
Text Example
White with #7C6631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6631; }
p { color: rgb(124,102,49); }
H1.HeaderClassName
{
color: #7C6631;
}
.AnyTagClassName
{
color: #7C6631;
}
</style>
background-color css
<style>
a { background-color: #7C6631; }
a { background-color: rgb(124,102,49); }
div.DivClassName
{
background-color: #7C6631;
}
.BgClassName
{
background-color: #7C6631;
}
</style>
border-color css
<style>
span { border-color: #7C6631; }
span { border-color: rgb(124,102,49); }
td.TdClassName
{
border-color: #7C6631;
}
.TagClassName
{
border-color: #7C6631;
}
</style>