Shades of Himalaya #7B6631
Tints of Himalaya #7B6631
RGB
CMYK
RGB Variations
Color information
#7B6631 (or 0x7B6631) is known color: Himalaya. HEX triplet: 7B, 66 and 31. RGB value is (123,102,49). Sum of RGB (Red+Green+Blue) = 123+102+49=274 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.89% from 274); Green value is 102 (40.23% from 255 or 37.23% from 274); Blue value is 49 (19.53% from 255 or 17.88% from 274); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6631 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B6631 is #8499CE. Grayscale: #666666. Windows color (decimal): -8690127 or 3237499. OLE color: 3237499.
HSL color Cylindrical-coordinate representation of color #7B6631: hue angle of 42.97º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7B6631 is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 102 | 49 | - |
| CMYK | 0 | 0.17 | 0.60 | 0.52 |
| HSL | 42.97º | 0.43% | 0.34% | - |
| HSV(B) | 42.97º | 0.6% | 0.48% | - |
| XYZ | 13.47 | 13.94 | 4.89 | - |
| YUV | 102.24 | 97.96 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 102 | 49 | 0 | 0.17 | 0.60 | 0.52 | 42.97 | 0.43 | 0.34 |
| Hex | 7B | 66 | 31 | 0 | 11 | 3C | 34 | 2B | 2B | 22 |
| Octal | 173 | 146 | 61 | 0 | 21 | 74 | 64 | 53 | 53 | 42 |
| Binary | 1111011 | 1100110 | 110001 | 0 | 10001 | 111100 | 110100 | 101011 | 101011 | 100010 |
Color Harmonies of #7B6631
Complementary color
Monochromatic Colors of #7B6631
Black with #7B6631
Text Example
Text Example
White with #7B6631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6631; }
p { color: rgb(123,102,49); }
H1.HeaderClassName
{
color: #7B6631;
}
.AnyTagClassName
{
color: #7B6631;
}
</style>
background-color css
<style>
a { background-color: #7B6631; }
a { background-color: rgb(123,102,49); }
div.DivClassName
{
background-color: #7B6631;
}
.BgClassName
{
background-color: #7B6631;
}
</style>
border-color css
<style>
span { border-color: #7B6631; }
span { border-color: rgb(123,102,49); }
td.TdClassName
{
border-color: #7B6631;
}
.TagClassName
{
border-color: #7B6631;
}
</style>