Shades of Himalaya #7B632B
Tints of Himalaya #7B632B
RGB
CMYK
RGB Variations
Color information
#7B632B (or 0x7B632B) is known color: Himalaya. HEX triplet: 7B, 63 and 2B. RGB value is (123,99,43). Sum of RGB (Red+Green+Blue) = 123+99+43=265 (35% of max value = 765). Red value is 123 (48.44% from 255 or 46.42% from 265); Green value is 99 (39.06% from 255 or 37.36% from 265); Blue value is 43 (17.19% from 255 or 16.23% from 265); Max value from RGB is 123 - color contains mainly: red. Hex color #7B632B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B632B is #849CD4. Grayscale: #646464. Windows color (decimal): -8690901 or 2843515. OLE color: 2843515.
HSL color Cylindrical-coordinate representation of color #7B632B: hue angle of 42º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7B632B is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 99 | 43 | - |
| CMYK | 0 | 0.20 | 0.65 | 0.52 |
| HSL | 42º | 0.48% | 0.33% | - |
| HSV(B) | 42º | 0.65% | 0.48% | - |
| XYZ | 13.07 | 13.31 | 4.17 | - |
| YUV | 99.79 | 95.95 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 99 | 43 | 0 | 0.20 | 0.65 | 0.52 | 42 | 0.48 | 0.33 |
| Hex | 7B | 63 | 2B | 0 | 14 | 41 | 34 | 2A | 30 | 21 |
| Octal | 173 | 143 | 53 | 0 | 24 | 101 | 64 | 52 | 60 | 41 |
| Binary | 1111011 | 1100011 | 101011 | 0 | 10100 | 1000001 | 110100 | 101010 | 110000 | 100001 |
Color Harmonies of #7B632B
Complementary color
Monochromatic Colors of #7B632B
Black with #7B632B
Text Example
Text Example
White with #7B632B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B632B; }
p { color: rgb(123,99,43); }
H1.HeaderClassName
{
color: #7B632B;
}
.AnyTagClassName
{
color: #7B632B;
}
</style>
background-color css
<style>
a { background-color: #7B632B; }
a { background-color: rgb(123,99,43); }
div.DivClassName
{
background-color: #7B632B;
}
.BgClassName
{
background-color: #7B632B;
}
</style>
border-color css
<style>
span { border-color: #7B632B; }
span { border-color: rgb(123,99,43); }
td.TdClassName
{
border-color: #7B632B;
}
.TagClassName
{
border-color: #7B632B;
}
</style>