Shades of Himalaya #7C672D
Tints of Himalaya #7C672D
RGB
CMYK
RGB Variations
Color information
#7C672D (or 0x7C672D) is known color: Himalaya. HEX triplet: 7C, 67 and 2D. RGB value is (124,103,45). Sum of RGB (Red+Green+Blue) = 124+103+45=272 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.59% from 272); Green value is 103 (40.62% from 255 or 37.87% from 272); Blue value is 45 (17.97% from 255 or 16.54% from 272); Max value from RGB is 124 - color contains mainly: red. Hex color #7C672D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C672D is #8398D2. Grayscale: #666666. Windows color (decimal): -8624339 or 2975612. OLE color: 2975612.
HSL color Cylindrical-coordinate representation of color #7C672D: hue angle of 44.05º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7C672D is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 103 | 45 | - |
| CMYK | 0 | 0.17 | 0.64 | 0.51 |
| HSL | 44.05º | 0.47% | 0.33% | - |
| HSV(B) | 44.05º | 0.64% | 0.49% | - |
| XYZ | 13.64 | 14.18 | 4.5 | - |
| YUV | 102.67 | 95.46 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 103 | 45 | 0 | 0.17 | 0.64 | 0.51 | 44.05 | 0.47 | 0.33 |
| Hex | 7C | 67 | 2D | 0 | 11 | 40 | 33 | 2C | 2F | 21 |
| Octal | 174 | 147 | 55 | 0 | 21 | 100 | 63 | 54 | 57 | 41 |
| Binary | 1111100 | 1100111 | 101101 | 0 | 10001 | 1000000 | 110011 | 101100 | 101111 | 100001 |
Color Harmonies of #7C672D
Complementary color
Monochromatic Colors of #7C672D
Black with #7C672D
Text Example
Text Example
White with #7C672D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C672D; }
p { color: rgb(124,103,45); }
H1.HeaderClassName
{
color: #7C672D;
}
.AnyTagClassName
{
color: #7C672D;
}
</style>
background-color css
<style>
a { background-color: #7C672D; }
a { background-color: rgb(124,103,45); }
div.DivClassName
{
background-color: #7C672D;
}
.BgClassName
{
background-color: #7C672D;
}
</style>
border-color css
<style>
span { border-color: #7C672D; }
span { border-color: rgb(124,103,45); }
td.TdClassName
{
border-color: #7C672D;
}
.TagClassName
{
border-color: #7C672D;
}
</style>