Shades of Himalaya #7C6634
Tints of Himalaya #7C6634
RGB
CMYK
RGB Variations
Color information
#7C6634 (or 0x7C6634) is known color: Himalaya. HEX triplet: 7C, 66 and 34. RGB value is (124,102,52). Sum of RGB (Red+Green+Blue) = 124+102+52=278 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.60% from 278); Green value is 102 (40.23% from 255 or 36.69% from 278); Blue value is 52 (20.70% from 255 or 18.71% from 278); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6634 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6634 is #8399CB. Grayscale: #676767. Windows color (decimal): -8624588 or 3434108. OLE color: 3434108.
HSL color Cylindrical-coordinate representation of color #7C6634: hue angle of 41.67º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7C6634 is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 102 | 52 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.51 |
| HSL | 41.67º | 0.41% | 0.35% | - |
| HSV(B) | 41.67º | 0.58% | 0.49% | - |
| XYZ | 13.68 | 14.04 | 5.24 | - |
| YUV | 102.88 | 99.29 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 102 | 52 | 0 | 0.18 | 0.58 | 0.51 | 41.67 | 0.41 | 0.35 |
| Hex | 7C | 66 | 34 | 0 | 12 | 3A | 33 | 2A | 29 | 23 |
| Octal | 174 | 146 | 64 | 0 | 22 | 72 | 63 | 52 | 51 | 43 |
| Binary | 1111100 | 1100110 | 110100 | 0 | 10010 | 111010 | 110011 | 101010 | 101001 | 100011 |
Color Harmonies of #7C6634
Complementary color
Monochromatic Colors of #7C6634
Black with #7C6634
Text Example
Text Example
White with #7C6634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6634; }
p { color: rgb(124,102,52); }
H1.HeaderClassName
{
color: #7C6634;
}
.AnyTagClassName
{
color: #7C6634;
}
</style>
background-color css
<style>
a { background-color: #7C6634; }
a { background-color: rgb(124,102,52); }
div.DivClassName
{
background-color: #7C6634;
}
.BgClassName
{
background-color: #7C6634;
}
</style>
border-color css
<style>
span { border-color: #7C6634; }
span { border-color: rgb(124,102,52); }
td.TdClassName
{
border-color: #7C6634;
}
.TagClassName
{
border-color: #7C6634;
}
</style>