Shades of Himalaya #7C6D36
Tints of Himalaya #7C6D36
RGB
CMYK
RGB Variations
Color information
#7C6D36 (or 0x7C6D36) is known color: Himalaya. HEX triplet: 7C, 6D and 36. RGB value is (124,109,54). Sum of RGB (Red+Green+Blue) = 124+109+54=287 (38% of max value = 765). Red value is 124 (48.83% from 255 or 43.21% from 287); Green value is 109 (42.97% from 255 or 37.98% from 287); Blue value is 54 (21.48% from 255 or 18.82% from 287); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6D36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6D36 is #8392C9. Grayscale: #6B6B6B. Windows color (decimal): -8622794 or 3566972. OLE color: 3566972.
HSL color Cylindrical-coordinate representation of color #7C6D36: hue angle of 47.14º 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 #7C6D36 is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 109 | 54 | - |
| CMYK | 0 | 0.12 | 0.56 | 0.51 |
| HSL | 47.14º | 0.39% | 0.35% | - |
| HSV(B) | 47.14º | 0.56% | 0.49% | - |
| XYZ | 14.45 | 15.49 | 5.72 | - |
| YUV | 107.22 | 97.97 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 109 | 54 | 0 | 0.12 | 0.56 | 0.51 | 47.14 | 0.39 | 0.35 |
| Hex | 7C | 6D | 36 | 0 | C | 38 | 33 | 2F | 27 | 23 |
| Octal | 174 | 155 | 66 | 0 | 14 | 70 | 63 | 57 | 47 | 43 |
| Binary | 1111100 | 1101101 | 110110 | 0 | 1100 | 111000 | 110011 | 101111 | 100111 | 100011 |
Color Harmonies of #7C6D36
Complementary color
Monochromatic Colors of #7C6D36
Black with #7C6D36
Text Example
Text Example
White with #7C6D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6D36; }
p { color: rgb(124,109,54); }
H1.HeaderClassName
{
color: #7C6D36;
}
.AnyTagClassName
{
color: #7C6D36;
}
</style>
background-color css
<style>
a { background-color: #7C6D36; }
a { background-color: rgb(124,109,54); }
div.DivClassName
{
background-color: #7C6D36;
}
.BgClassName
{
background-color: #7C6D36;
}
</style>
border-color css
<style>
span { border-color: #7C6D36; }
span { border-color: rgb(124,109,54); }
td.TdClassName
{
border-color: #7C6D36;
}
.TagClassName
{
border-color: #7C6D36;
}
</style>