Shades of Himalaya #7B6D37
Tints of Himalaya #7B6D37
RGB
CMYK
RGB Variations
Color information
#7B6D37 (or 0x7B6D37) is known color: Himalaya. HEX triplet: 7B, 6D and 37. RGB value is (123,109,55). Sum of RGB (Red+Green+Blue) = 123+109+55=287 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.86% from 287); Green value is 109 (42.97% from 255 or 37.98% from 287); Blue value is 55 (21.88% from 255 or 19.16% from 287); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6D37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B6D37 is #8492C8. Grayscale: #6B6B6B. Windows color (decimal): -8688329 or 3632507. OLE color: 3632507.
HSL color Cylindrical-coordinate representation of color #7B6D37: hue angle of 47.65º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7B6D37 is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 109 | 55 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.52 |
| HSL | 47.65º | 0.38% | 0.35% | - |
| HSV(B) | 47.65º | 0.55% | 0.48% | - |
| XYZ | 14.33 | 15.42 | 5.84 | - |
| YUV | 107.03 | 98.64 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 109 | 55 | 0 | 0.11 | 0.55 | 0.52 | 47.65 | 0.38 | 0.35 |
| Hex | 7B | 6D | 37 | 0 | B | 37 | 34 | 30 | 26 | 23 |
| Octal | 173 | 155 | 67 | 0 | 13 | 67 | 64 | 60 | 46 | 43 |
| Binary | 1111011 | 1101101 | 110111 | 0 | 1011 | 110111 | 110100 | 110000 | 100110 | 100011 |
Color Harmonies of #7B6D37
Complementary color
Monochromatic Colors of #7B6D37
Black with #7B6D37
Text Example
Text Example
White with #7B6D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6D37; }
p { color: rgb(123,109,55); }
H1.HeaderClassName
{
color: #7B6D37;
}
.AnyTagClassName
{
color: #7B6D37;
}
</style>
background-color css
<style>
a { background-color: #7B6D37; }
a { background-color: rgb(123,109,55); }
div.DivClassName
{
background-color: #7B6D37;
}
.BgClassName
{
background-color: #7B6D37;
}
</style>
border-color css
<style>
span { border-color: #7B6D37; }
span { border-color: rgb(123,109,55); }
td.TdClassName
{
border-color: #7B6D37;
}
.TagClassName
{
border-color: #7B6D37;
}
</style>