Shades of Himalaya #7C692E
Tints of Himalaya #7C692E
RGB
CMYK
RGB Variations
Color information
#7C692E (or 0x7C692E) is known color: Himalaya. HEX triplet: 7C, 69 and 2E. RGB value is (124,105,46). Sum of RGB (Red+Green+Blue) = 124+105+46=275 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.09% from 275); Green value is 105 (41.41% from 255 or 38.18% from 275); Blue value is 46 (18.36% from 255 or 16.73% from 275); Max value from RGB is 124 - color contains mainly: red. Hex color #7C692E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C692E is #8396D1. Grayscale: #686868. Windows color (decimal): -8623826 or 3041660. OLE color: 3041660.
HSL color Cylindrical-coordinate representation of color #7C692E: hue angle of 45.38º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7C692E is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 105 | 46 | - |
| CMYK | 0 | 0.15 | 0.63 | 0.51 |
| HSL | 45.38º | 0.46% | 0.33% | - |
| HSV(B) | 45.38º | 0.63% | 0.49% | - |
| XYZ | 13.86 | 14.59 | 4.67 | - |
| YUV | 103.96 | 95.29 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 105 | 46 | 0 | 0.15 | 0.63 | 0.51 | 45.38 | 0.46 | 0.33 |
| Hex | 7C | 69 | 2E | 0 | F | 3F | 33 | 2D | 2E | 21 |
| Octal | 174 | 151 | 56 | 0 | 17 | 77 | 63 | 55 | 56 | 41 |
| Binary | 1111100 | 1101001 | 101110 | 0 | 1111 | 111111 | 110011 | 101101 | 101110 | 100001 |
Color Harmonies of #7C692E
Complementary color
Monochromatic Colors of #7C692E
Black with #7C692E
Text Example
Text Example
White with #7C692E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C692E; }
p { color: rgb(124,105,46); }
H1.HeaderClassName
{
color: #7C692E;
}
.AnyTagClassName
{
color: #7C692E;
}
</style>
background-color css
<style>
a { background-color: #7C692E; }
a { background-color: rgb(124,105,46); }
div.DivClassName
{
background-color: #7C692E;
}
.BgClassName
{
background-color: #7C692E;
}
</style>
border-color css
<style>
span { border-color: #7C692E; }
span { border-color: rgb(124,105,46); }
td.TdClassName
{
border-color: #7C692E;
}
.TagClassName
{
border-color: #7C692E;
}
</style>