Shades of Himalaya #7B6B33
Tints of Himalaya #7B6B33
RGB
CMYK
RGB Variations
Color information
#7B6B33 (or 0x7B6B33) is known color: Himalaya. HEX triplet: 7B, 6B and 33. RGB value is (123,107,51). Sum of RGB (Red+Green+Blue) = 123+107+51=281 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.77% from 281); Green value is 107 (42.19% from 255 or 38.08% from 281); Blue value is 51 (20.31% from 255 or 18.15% from 281); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6B33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B6B33 is #8494CC. Grayscale: #696969. Windows color (decimal): -8688845 or 3369851. OLE color: 3369851.
HSL color Cylindrical-coordinate representation of color #7B6B33: hue angle of 46.67º 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 #7B6B33 is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 107 | 51 | - |
| CMYK | 0 | 0.13 | 0.59 | 0.52 |
| HSL | 46.67º | 0.41% | 0.34% | - |
| HSV(B) | 46.67º | 0.59% | 0.48% | - |
| XYZ | 14.02 | 14.97 | 5.28 | - |
| YUV | 105.4 | 97.3 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 107 | 51 | 0 | 0.13 | 0.59 | 0.52 | 46.67 | 0.41 | 0.34 |
| Hex | 7B | 6B | 33 | 0 | D | 3B | 34 | 2F | 29 | 22 |
| Octal | 173 | 153 | 63 | 0 | 15 | 73 | 64 | 57 | 51 | 42 |
| Binary | 1111011 | 1101011 | 110011 | 0 | 1101 | 111011 | 110100 | 101111 | 101001 | 100010 |
Color Harmonies of #7B6B33
Complementary color
Monochromatic Colors of #7B6B33
Black with #7B6B33
Text Example
Text Example
White with #7B6B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6B33; }
p { color: rgb(123,107,51); }
H1.HeaderClassName
{
color: #7B6B33;
}
.AnyTagClassName
{
color: #7B6B33;
}
</style>
background-color css
<style>
a { background-color: #7B6B33; }
a { background-color: rgb(123,107,51); }
div.DivClassName
{
background-color: #7B6B33;
}
.BgClassName
{
background-color: #7B6B33;
}
</style>
border-color css
<style>
span { border-color: #7B6B33; }
span { border-color: rgb(123,107,51); }
td.TdClassName
{
border-color: #7B6B33;
}
.TagClassName
{
border-color: #7B6B33;
}
</style>