Shades of Himalaya #7B6534
Tints of Himalaya #7B6534
RGB
CMYK
RGB Variations
Color information
#7B6534 (or 0x7B6534) is known color: Himalaya. HEX triplet: 7B, 65 and 34. RGB value is (123,101,52). Sum of RGB (Red+Green+Blue) = 123+101+52=276 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.57% from 276); Green value is 101 (39.84% from 255 or 36.59% from 276); Blue value is 52 (20.70% from 255 or 18.84% from 276); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6534 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B6534 is #849ACB. Grayscale: #666666. Windows color (decimal): -8690380 or 3433851. OLE color: 3433851.
HSL color Cylindrical-coordinate representation of color #7B6534: hue angle of 41.41º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7B6534 is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 101 | 52 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.52 |
| HSL | 41.41º | 0.41% | 0.34% | - |
| HSV(B) | 41.41º | 0.58% | 0.48% | - |
| XYZ | 13.44 | 13.77 | 5.2 | - |
| YUV | 101.99 | 99.79 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 101 | 52 | 0 | 0.18 | 0.58 | 0.52 | 41.41 | 0.41 | 0.34 |
| Hex | 7B | 65 | 34 | 0 | 12 | 3A | 34 | 29 | 29 | 22 |
| Octal | 173 | 145 | 64 | 0 | 22 | 72 | 64 | 51 | 51 | 42 |
| Binary | 1111011 | 1100101 | 110100 | 0 | 10010 | 111010 | 110100 | 101001 | 101001 | 100010 |
Color Harmonies of #7B6534
Complementary color
Monochromatic Colors of #7B6534
Black with #7B6534
Text Example
Text Example
White with #7B6534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6534; }
p { color: rgb(123,101,52); }
H1.HeaderClassName
{
color: #7B6534;
}
.AnyTagClassName
{
color: #7B6534;
}
</style>
background-color css
<style>
a { background-color: #7B6534; }
a { background-color: rgb(123,101,52); }
div.DivClassName
{
background-color: #7B6534;
}
.BgClassName
{
background-color: #7B6534;
}
</style>
border-color css
<style>
span { border-color: #7B6534; }
span { border-color: rgb(123,101,52); }
td.TdClassName
{
border-color: #7B6534;
}
.TagClassName
{
border-color: #7B6534;
}
</style>