Shades of Himalaya #7F6E35
Tints of Himalaya #7F6E35
RGB
CMYK
RGB Variations
Color information
#7F6E35 (or 0x7F6E35) is known color: Himalaya. HEX triplet: 7F, 6E and 35. RGB value is (127,110,53). Sum of RGB (Red+Green+Blue) = 127+110+53=290 (38% of max value = 765). Red value is 127 (50% from 255 or 43.79% from 290); Green value is 110 (43.36% from 255 or 37.93% from 290); Blue value is 53 (21.09% from 255 or 18.28% from 290); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6E35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F6E35 is #8091CA. Grayscale: #6C6C6C. Windows color (decimal): -8425931 or 3501695. OLE color: 3501695.
HSL color Cylindrical-coordinate representation of color #7F6E35: hue angle of 46.22º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7F6E35 is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 110 | 53 | - |
| CMYK | 0 | 0.13 | 0.58 | 0.50 |
| HSL | 46.22º | 0.41% | 0.35% | - |
| HSV(B) | 46.22º | 0.58% | 0.5% | - |
| XYZ | 14.97 | 15.92 | 5.65 | - |
| YUV | 108.59 | 96.63 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 110 | 53 | 0 | 0.13 | 0.58 | 0.50 | 46.22 | 0.41 | 0.35 |
| Hex | 7F | 6E | 35 | 0 | D | 3A | 32 | 2E | 29 | 23 |
| Octal | 177 | 156 | 65 | 0 | 15 | 72 | 62 | 56 | 51 | 43 |
| Binary | 1111111 | 1101110 | 110101 | 0 | 1101 | 111010 | 110010 | 101110 | 101001 | 100011 |
Color Harmonies of #7F6E35
Complementary color
Monochromatic Colors of #7F6E35
Black with #7F6E35
Text Example
Text Example
White with #7F6E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6E35; }
p { color: rgb(127,110,53); }
H1.HeaderClassName
{
color: #7F6E35;
}
.AnyTagClassName
{
color: #7F6E35;
}
</style>
background-color css
<style>
a { background-color: #7F6E35; }
a { background-color: rgb(127,110,53); }
div.DivClassName
{
background-color: #7F6E35;
}
.BgClassName
{
background-color: #7F6E35;
}
</style>
border-color css
<style>
span { border-color: #7F6E35; }
span { border-color: rgb(127,110,53); }
td.TdClassName
{
border-color: #7F6E35;
}
.TagClassName
{
border-color: #7F6E35;
}
</style>