Shades of Himalaya #7C672B
Tints of Himalaya #7C672B
RGB
CMYK
RGB Variations
Color information
#7C672B (or 0x7C672B) is known color: Himalaya. HEX triplet: 7C, 67 and 2B. RGB value is (124,103,43). Sum of RGB (Red+Green+Blue) = 124+103+43=270 (35% of max value = 765). Red value is 124 (48.83% from 255 or 45.93% from 270); Green value is 103 (40.62% from 255 or 38.15% from 270); Blue value is 43 (17.19% from 255 or 15.93% from 270); Max value from RGB is 124 - color contains mainly: red. Hex color #7C672B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C672B is #8398D4. Grayscale: #666666. Windows color (decimal): -8624341 or 2844540. OLE color: 2844540.
HSL color Cylindrical-coordinate representation of color #7C672B: hue angle of 44.44º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7C672B is Cyan = 0, Magento = 0.17, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 103 | 43 | - |
| CMYK | 0 | 0.17 | 0.65 | 0.51 |
| HSL | 44.44º | 0.49% | 0.33% | - |
| HSV(B) | 44.44º | 0.65% | 0.49% | - |
| XYZ | 13.6 | 14.16 | 4.3 | - |
| YUV | 102.44 | 94.46 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 103 | 43 | 0 | 0.17 | 0.65 | 0.51 | 44.44 | 0.49 | 0.33 |
| Hex | 7C | 67 | 2B | 0 | 11 | 41 | 33 | 2C | 31 | 21 |
| Octal | 174 | 147 | 53 | 0 | 21 | 101 | 63 | 54 | 61 | 41 |
| Binary | 1111100 | 1100111 | 101011 | 0 | 10001 | 1000001 | 110011 | 101100 | 110001 | 100001 |
Color Harmonies of #7C672B
Complementary color
Monochromatic Colors of #7C672B
Black with #7C672B
Text Example
Text Example
White with #7C672B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C672B; }
p { color: rgb(124,103,43); }
H1.HeaderClassName
{
color: #7C672B;
}
.AnyTagClassName
{
color: #7C672B;
}
</style>
background-color css
<style>
a { background-color: #7C672B; }
a { background-color: rgb(124,103,43); }
div.DivClassName
{
background-color: #7C672B;
}
.BgClassName
{
background-color: #7C672B;
}
</style>
border-color css
<style>
span { border-color: #7C672B; }
span { border-color: rgb(124,103,43); }
td.TdClassName
{
border-color: #7C672B;
}
.TagClassName
{
border-color: #7C672B;
}
</style>