Shades of Himalaya #7C6D37
Tints of Himalaya #7C6D37
RGB
CMYK
RGB Variations
Color information
#7C6D37 (or 0x7C6D37) is known color: Himalaya. HEX triplet: 7C, 6D and 37. RGB value is (124,109,55). Sum of RGB (Red+Green+Blue) = 124+109+55=288 (38% of max value = 765). Red value is 124 (48.83% from 255 or 43.06% from 288); Green value is 109 (42.97% from 255 or 37.85% from 288); Blue value is 55 (21.88% from 255 or 19.10% from 288); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6D37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6D37 is #8392C8. Grayscale: #6B6B6B. Windows color (decimal): -8622793 or 3632508. OLE color: 3632508.
HSL color Cylindrical-coordinate representation of color #7C6D37: hue angle of 46.96º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7C6D37 is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 109 | 55 | - |
| CMYK | 0 | 0.12 | 0.56 | 0.51 |
| HSL | 46.96º | 0.39% | 0.35% | - |
| HSV(B) | 46.96º | 0.56% | 0.49% | - |
| XYZ | 14.47 | 15.5 | 5.84 | - |
| YUV | 107.33 | 98.47 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 109 | 55 | 0 | 0.12 | 0.56 | 0.51 | 46.96 | 0.39 | 0.35 |
| Hex | 7C | 6D | 37 | 0 | C | 38 | 33 | 2F | 27 | 23 |
| Octal | 174 | 155 | 67 | 0 | 14 | 70 | 63 | 57 | 47 | 43 |
| Binary | 1111100 | 1101101 | 110111 | 0 | 1100 | 111000 | 110011 | 101111 | 100111 | 100011 |
Color Harmonies of #7C6D37
Complementary color
Monochromatic Colors of #7C6D37
Black with #7C6D37
Text Example
Text Example
White with #7C6D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6D37; }
p { color: rgb(124,109,55); }
H1.HeaderClassName
{
color: #7C6D37;
}
.AnyTagClassName
{
color: #7C6D37;
}
</style>
background-color css
<style>
a { background-color: #7C6D37; }
a { background-color: rgb(124,109,55); }
div.DivClassName
{
background-color: #7C6D37;
}
.BgClassName
{
background-color: #7C6D37;
}
</style>
border-color css
<style>
span { border-color: #7C6D37; }
span { border-color: rgb(124,109,55); }
td.TdClassName
{
border-color: #7C6D37;
}
.TagClassName
{
border-color: #7C6D37;
}
</style>