Shades of Himalaya #7F672E
Tints of Himalaya #7F672E
RGB
CMYK
RGB Variations
Color information
#7F672E (or 0x7F672E) is known color: Himalaya. HEX triplet: 7F, 67 and 2E. RGB value is (127,103,46). Sum of RGB (Red+Green+Blue) = 127+103+46=276 (36% of max value = 765). Red value is 127 (50% from 255 or 46.01% from 276); Green value is 103 (40.62% from 255 or 37.32% from 276); Blue value is 46 (18.36% from 255 or 16.67% from 276); Max value from RGB is 127 - color contains mainly: red. Hex color #7F672E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F672E is #8098D1. Grayscale: #676767. Windows color (decimal): -8427730 or 3041151. OLE color: 3041151.
HSL color Cylindrical-coordinate representation of color #7F672E: hue angle of 42.22º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7F672E is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 103 | 46 | - |
| CMYK | 0 | 0.19 | 0.64 | 0.50 |
| HSL | 42.22º | 0.47% | 0.34% | - |
| HSV(B) | 42.22º | 0.64% | 0.5% | - |
| XYZ | 14.1 | 14.41 | 4.62 | - |
| YUV | 103.68 | 95.45 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 103 | 46 | 0 | 0.19 | 0.64 | 0.50 | 42.22 | 0.47 | 0.34 |
| Hex | 7F | 67 | 2E | 0 | 13 | 40 | 32 | 2A | 2F | 22 |
| Octal | 177 | 147 | 56 | 0 | 23 | 100 | 62 | 52 | 57 | 42 |
| Binary | 1111111 | 1100111 | 101110 | 0 | 10011 | 1000000 | 110010 | 101010 | 101111 | 100010 |
Color Harmonies of #7F672E
Complementary color
Monochromatic Colors of #7F672E
Black with #7F672E
Text Example
Text Example
White with #7F672E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F672E; }
p { color: rgb(127,103,46); }
H1.HeaderClassName
{
color: #7F672E;
}
.AnyTagClassName
{
color: #7F672E;
}
</style>
background-color css
<style>
a { background-color: #7F672E; }
a { background-color: rgb(127,103,46); }
div.DivClassName
{
background-color: #7F672E;
}
.BgClassName
{
background-color: #7F672E;
}
</style>
border-color css
<style>
span { border-color: #7F672E; }
span { border-color: rgb(127,103,46); }
td.TdClassName
{
border-color: #7F672E;
}
.TagClassName
{
border-color: #7F672E;
}
</style>