Shades of Himalaya #7B622F
Tints of Himalaya #7B622F
RGB
CMYK
RGB Variations
Color information
#7B622F (or 0x7B622F) is known color: Himalaya. HEX triplet: 7B, 62 and 2F. RGB value is (123,98,47). Sum of RGB (Red+Green+Blue) = 123+98+47=268 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.90% from 268); Green value is 98 (38.67% from 255 or 36.57% from 268); Blue value is 47 (18.75% from 255 or 17.54% from 268); Max value from RGB is 123 - color contains mainly: red. Hex color #7B622F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B622F is #849DD0. Grayscale: #636363. Windows color (decimal): -8691153 or 3105403. OLE color: 3105403.
HSL color Cylindrical-coordinate representation of color #7B622F: hue angle of 40.26º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7B622F is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 98 | 47 | - |
| CMYK | 0 | 0.20 | 0.62 | 0.52 |
| HSL | 40.26º | 0.45% | 0.33% | - |
| HSV(B) | 40.26º | 0.62% | 0.48% | - |
| XYZ | 13.05 | 13.15 | 4.54 | - |
| YUV | 99.66 | 98.28 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 98 | 47 | 0 | 0.20 | 0.62 | 0.52 | 40.26 | 0.45 | 0.33 |
| Hex | 7B | 62 | 2F | 0 | 14 | 3E | 34 | 28 | 2D | 21 |
| Octal | 173 | 142 | 57 | 0 | 24 | 76 | 64 | 50 | 55 | 41 |
| Binary | 1111011 | 1100010 | 101111 | 0 | 10100 | 111110 | 110100 | 101000 | 101101 | 100001 |
Color Harmonies of #7B622F
Complementary color
Monochromatic Colors of #7B622F
Black with #7B622F
Text Example
Text Example
White with #7B622F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B622F; }
p { color: rgb(123,98,47); }
H1.HeaderClassName
{
color: #7B622F;
}
.AnyTagClassName
{
color: #7B622F;
}
</style>
background-color css
<style>
a { background-color: #7B622F; }
a { background-color: rgb(123,98,47); }
div.DivClassName
{
background-color: #7B622F;
}
.BgClassName
{
background-color: #7B622F;
}
</style>
border-color css
<style>
span { border-color: #7B622F; }
span { border-color: rgb(123,98,47); }
td.TdClassName
{
border-color: #7B622F;
}
.TagClassName
{
border-color: #7B622F;
}
</style>