Shades of Himalaya #7C6930
Tints of Himalaya #7C6930
RGB
CMYK
RGB Variations
Color information
#7C6930 (or 0x7C6930) is known color: Himalaya. HEX triplet: 7C, 69 and 30. RGB value is (124,105,48). Sum of RGB (Red+Green+Blue) = 124+105+48=277 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.77% from 277); Green value is 105 (41.41% from 255 or 37.91% from 277); Blue value is 48 (19.14% from 255 or 17.33% from 277); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6930 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6930 is #8396CF. Grayscale: #686868. Windows color (decimal): -8623824 or 3172732. OLE color: 3172732.
HSL color Cylindrical-coordinate representation of color #7C6930: hue angle of 45º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7C6930 is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 105 | 48 | - |
| CMYK | 0 | 0.15 | 0.61 | 0.51 |
| HSL | 45º | 0.44% | 0.34% | - |
| HSV(B) | 45º | 0.61% | 0.49% | - |
| XYZ | 13.9 | 14.6 | 4.88 | - |
| YUV | 104.18 | 96.29 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 105 | 48 | 0 | 0.15 | 0.61 | 0.51 | 45 | 0.44 | 0.34 |
| Hex | 7C | 69 | 30 | 0 | F | 3D | 33 | 2D | 2C | 22 |
| Octal | 174 | 151 | 60 | 0 | 17 | 75 | 63 | 55 | 54 | 42 |
| Binary | 1111100 | 1101001 | 110000 | 0 | 1111 | 111101 | 110011 | 101101 | 101100 | 100010 |
Color Harmonies of #7C6930
Complementary color
Monochromatic Colors of #7C6930
Black with #7C6930
Text Example
Text Example
White with #7C6930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6930; }
p { color: rgb(124,105,48); }
H1.HeaderClassName
{
color: #7C6930;
}
.AnyTagClassName
{
color: #7C6930;
}
</style>
background-color css
<style>
a { background-color: #7C6930; }
a { background-color: rgb(124,105,48); }
div.DivClassName
{
background-color: #7C6930;
}
.BgClassName
{
background-color: #7C6930;
}
</style>
border-color css
<style>
span { border-color: #7C6930; }
span { border-color: rgb(124,105,48); }
td.TdClassName
{
border-color: #7C6930;
}
.TagClassName
{
border-color: #7C6930;
}
</style>