Shades of Himalaya #7C6B37
Tints of Himalaya #7C6B37
RGB
CMYK
RGB Variations
Color information
#7C6B37 (or 0x7C6B37) is known color: Himalaya. HEX triplet: 7C, 6B and 37. RGB value is (124,107,55). Sum of RGB (Red+Green+Blue) = 124+107+55=286 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.36% from 286); Green value is 107 (42.19% from 255 or 37.41% from 286); Blue value is 55 (21.88% from 255 or 19.23% from 286); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6B37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6B37 is #8394C8. Grayscale: #6A6A6A. Windows color (decimal): -8623305 or 3631996. OLE color: 3631996.
HSL color Cylindrical-coordinate representation of color #7C6B37: hue angle of 45.22º 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 #7C6B37 is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 107 | 55 | - |
| CMYK | 0 | 0.14 | 0.56 | 0.51 |
| HSL | 45.22º | 0.39% | 0.35% | - |
| HSV(B) | 45.22º | 0.56% | 0.49% | - |
| XYZ | 14.26 | 15.08 | 5.77 | - |
| YUV | 106.16 | 99.13 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 107 | 55 | 0 | 0.14 | 0.56 | 0.51 | 45.22 | 0.39 | 0.35 |
| Hex | 7C | 6B | 37 | 0 | E | 38 | 33 | 2D | 27 | 23 |
| Octal | 174 | 153 | 67 | 0 | 16 | 70 | 63 | 55 | 47 | 43 |
| Binary | 1111100 | 1101011 | 110111 | 0 | 1110 | 111000 | 110011 | 101101 | 100111 | 100011 |
Color Harmonies of #7C6B37
Complementary color
Monochromatic Colors of #7C6B37
Black with #7C6B37
Text Example
Text Example
White with #7C6B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6B37; }
p { color: rgb(124,107,55); }
H1.HeaderClassName
{
color: #7C6B37;
}
.AnyTagClassName
{
color: #7C6B37;
}
</style>
background-color css
<style>
a { background-color: #7C6B37; }
a { background-color: rgb(124,107,55); }
div.DivClassName
{
background-color: #7C6B37;
}
.BgClassName
{
background-color: #7C6B37;
}
</style>
border-color css
<style>
span { border-color: #7C6B37; }
span { border-color: rgb(124,107,55); }
td.TdClassName
{
border-color: #7C6B37;
}
.TagClassName
{
border-color: #7C6B37;
}
</style>