Shades of Himalaya #756B37
Tints of Himalaya #756B37
RGB
CMYK
RGB Variations
Color information
#756B37 (or 0x756B37) is known color: Himalaya. HEX triplet: 75, 6B and 37. RGB value is (117,107,55). Sum of RGB (Red+Green+Blue) = 117+107+55=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 107 (42.19% from 255 or 38.35% from 279); Blue value is 55 (21.88% from 255 or 19.71% from 279); Max value from RGB is 117 - color contains mainly: red. Hex color #756B37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756B37 is #8A94C8. Grayscale: #686868. Windows color (decimal): -9082057 or 3631989. OLE color: 3631989.
HSL color Cylindrical-coordinate representation of color #756B37: hue angle of 50.32º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #756B37 is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 107 | 55 | - |
| CMYK | 0 | 0.09 | 0.53 | 0.54 |
| HSL | 50.32º | 0.36% | 0.34% | - |
| HSV(B) | 50.32º | 0.53% | 0.46% | - |
| XYZ | 13.28 | 14.57 | 5.73 | - |
| YUV | 104.06 | 100.31 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 107 | 55 | 0 | 0.09 | 0.53 | 0.54 | 50.32 | 0.36 | 0.34 |
| Hex | 75 | 6B | 37 | 0 | 9 | 35 | 36 | 32 | 24 | 22 |
| Octal | 165 | 153 | 67 | 0 | 11 | 65 | 66 | 62 | 44 | 42 |
| Binary | 1110101 | 1101011 | 110111 | 0 | 1001 | 110101 | 110110 | 110010 | 100100 | 100010 |
Color Harmonies of #756B37
Complementary color
Monochromatic Colors of #756B37
Black with #756B37
Text Example
Text Example
White with #756B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756B37; }
p { color: rgb(117,107,55); }
H1.HeaderClassName
{
color: #756B37;
}
.AnyTagClassName
{
color: #756B37;
}
</style>
background-color css
<style>
a { background-color: #756B37; }
a { background-color: rgb(117,107,55); }
div.DivClassName
{
background-color: #756B37;
}
.BgClassName
{
background-color: #756B37;
}
</style>
border-color css
<style>
span { border-color: #756B37; }
span { border-color: rgb(117,107,55); }
td.TdClassName
{
border-color: #756B37;
}
.TagClassName
{
border-color: #756B37;
}
</style>