Shades of Himalaya #7B6733
Tints of Himalaya #7B6733
RGB
CMYK
RGB Variations
Color information
#7B6733 (or 0x7B6733) is known color: Himalaya. HEX triplet: 7B, 67 and 33. RGB value is (123,103,51). Sum of RGB (Red+Green+Blue) = 123+103+51=277 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.40% from 277); Green value is 103 (40.62% from 255 or 37.18% from 277); Blue value is 51 (20.31% from 255 or 18.41% from 277); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6733 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B6733 is #8498CC. Grayscale: #676767. Windows color (decimal): -8689869 or 3368827. OLE color: 3368827.
HSL color Cylindrical-coordinate representation of color #7B6733: hue angle of 43.33º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7B6733 is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 103 | 51 | - |
| CMYK | 0 | 0.16 | 0.59 | 0.52 |
| HSL | 43.33º | 0.41% | 0.34% | - |
| HSV(B) | 43.33º | 0.59% | 0.48% | - |
| XYZ | 13.62 | 14.15 | 5.15 | - |
| YUV | 103.05 | 98.63 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 103 | 51 | 0 | 0.16 | 0.59 | 0.52 | 43.33 | 0.41 | 0.34 |
| Hex | 7B | 67 | 33 | 0 | 10 | 3B | 34 | 2B | 29 | 22 |
| Octal | 173 | 147 | 63 | 0 | 20 | 73 | 64 | 53 | 51 | 42 |
| Binary | 1111011 | 1100111 | 110011 | 0 | 10000 | 111011 | 110100 | 101011 | 101001 | 100010 |
Color Harmonies of #7B6733
Complementary color
Monochromatic Colors of #7B6733
Black with #7B6733
Text Example
Text Example
White with #7B6733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6733; }
p { color: rgb(123,103,51); }
H1.HeaderClassName
{
color: #7B6733;
}
.AnyTagClassName
{
color: #7B6733;
}
</style>
background-color css
<style>
a { background-color: #7B6733; }
a { background-color: rgb(123,103,51); }
div.DivClassName
{
background-color: #7B6733;
}
.BgClassName
{
background-color: #7B6733;
}
</style>
border-color css
<style>
span { border-color: #7B6733; }
span { border-color: rgb(123,103,51); }
td.TdClassName
{
border-color: #7B6733;
}
.TagClassName
{
border-color: #7B6733;
}
</style>