Shades of Himalaya #7F6A2F
Tints of Himalaya #7F6A2F
RGB
CMYK
RGB Variations
Color information
#7F6A2F (or 0x7F6A2F) is known color: Himalaya. HEX triplet: 7F, 6A and 2F. RGB value is (127,106,47). Sum of RGB (Red+Green+Blue) = 127+106+47=280 (37% of max value = 765). Red value is 127 (50% from 255 or 45.36% from 280); Green value is 106 (41.80% from 255 or 37.86% from 280); Blue value is 47 (18.75% from 255 or 16.79% from 280); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6A2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F6A2F is #8095D0. Grayscale: #696969. Windows color (decimal): -8426961 or 3107455. OLE color: 3107455.
HSL color Cylindrical-coordinate representation of color #7F6A2F: hue angle of 44.25º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7F6A2F is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 106 | 47 | - |
| CMYK | 0 | 0.17 | 0.63 | 0.50 |
| HSL | 44.25º | 0.46% | 0.34% | - |
| HSV(B) | 44.25º | 0.63% | 0.5% | - |
| XYZ | 14.42 | 15.03 | 4.83 | - |
| YUV | 105.55 | 94.96 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 106 | 47 | 0 | 0.17 | 0.63 | 0.50 | 44.25 | 0.46 | 0.34 |
| Hex | 7F | 6A | 2F | 0 | 11 | 3F | 32 | 2C | 2E | 22 |
| Octal | 177 | 152 | 57 | 0 | 21 | 77 | 62 | 54 | 56 | 42 |
| Binary | 1111111 | 1101010 | 101111 | 0 | 10001 | 111111 | 110010 | 101100 | 101110 | 100010 |
Color Harmonies of #7F6A2F
Complementary color
Monochromatic Colors of #7F6A2F
Black with #7F6A2F
Text Example
Text Example
White with #7F6A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6A2F; }
p { color: rgb(127,106,47); }
H1.HeaderClassName
{
color: #7F6A2F;
}
.AnyTagClassName
{
color: #7F6A2F;
}
</style>
background-color css
<style>
a { background-color: #7F6A2F; }
a { background-color: rgb(127,106,47); }
div.DivClassName
{
background-color: #7F6A2F;
}
.BgClassName
{
background-color: #7F6A2F;
}
</style>
border-color css
<style>
span { border-color: #7F6A2F; }
span { border-color: rgb(127,106,47); }
td.TdClassName
{
border-color: #7F6A2F;
}
.TagClassName
{
border-color: #7F6A2F;
}
</style>