Shades of Himalaya #7F652F
Tints of Himalaya #7F652F
RGB
CMYK
RGB Variations
Color information
#7F652F (or 0x7F652F) is known color: Himalaya. HEX triplet: 7F, 65 and 2F. RGB value is (127,101,47). Sum of RGB (Red+Green+Blue) = 127+101+47=275 (36% of max value = 765). Red value is 127 (50% from 255 or 46.18% from 275); Green value is 101 (39.84% from 255 or 36.73% from 275); Blue value is 47 (18.75% from 255 or 17.09% from 275); Max value from RGB is 127 - color contains mainly: red. Hex color #7F652F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F652F is #809AD0. Grayscale: #666666. Windows color (decimal): -8428241 or 3106175. OLE color: 3106175.
HSL color Cylindrical-coordinate representation of color #7F652F: hue angle of 40.5º 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 #7F652F is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 101 | 47 | - |
| CMYK | 0 | 0.20 | 0.63 | 0.50 |
| HSL | 40.5º | 0.46% | 0.34% | - |
| HSV(B) | 40.5º | 0.63% | 0.5% | - |
| XYZ | 13.92 | 14.02 | 4.66 | - |
| YUV | 102.62 | 96.61 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 101 | 47 | 0 | 0.20 | 0.63 | 0.50 | 40.5 | 0.46 | 0.34 |
| Hex | 7F | 65 | 2F | 0 | 14 | 3F | 32 | 28 | 2E | 22 |
| Octal | 177 | 145 | 57 | 0 | 24 | 77 | 62 | 50 | 56 | 42 |
| Binary | 1111111 | 1100101 | 101111 | 0 | 10100 | 111111 | 110010 | 101000 | 101110 | 100010 |
Color Harmonies of #7F652F
Complementary color
Monochromatic Colors of #7F652F
Black with #7F652F
Text Example
Text Example
White with #7F652F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F652F; }
p { color: rgb(127,101,47); }
H1.HeaderClassName
{
color: #7F652F;
}
.AnyTagClassName
{
color: #7F652F;
}
</style>
background-color css
<style>
a { background-color: #7F652F; }
a { background-color: rgb(127,101,47); }
div.DivClassName
{
background-color: #7F652F;
}
.BgClassName
{
background-color: #7F652F;
}
</style>
border-color css
<style>
span { border-color: #7F652F; }
span { border-color: rgb(127,101,47); }
td.TdClassName
{
border-color: #7F652F;
}
.TagClassName
{
border-color: #7F652F;
}
</style>