Shades of Himalaya #775E2C
Tints of Himalaya #775E2C
RGB
CMYK
RGB Variations
Color information
#775E2C (or 0x775E2C) is known color: Himalaya. HEX triplet: 77, 5E and 2C. RGB value is (119,94,44). Sum of RGB (Red+Green+Blue) = 119+94+44=257 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.30% from 257); Green value is 94 (37.11% from 255 or 36.58% from 257); Blue value is 44 (17.58% from 255 or 17.12% from 257); Max value from RGB is 119 - color contains mainly: red. Hex color #775E2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775E2C is #88A1D3. Grayscale: #606060. Windows color (decimal): -8954324 or 2907767. OLE color: 2907767.
HSL color Cylindrical-coordinate representation of color #775E2C: hue angle of 40º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #775E2C is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 94 | 44 | - |
| CMYK | 0 | 0.21 | 0.63 | 0.53 |
| HSL | 40º | 0.46% | 0.32% | - |
| HSV(B) | 40º | 0.63% | 0.47% | - |
| XYZ | 12.07 | 12.11 | 4.08 | - |
| YUV | 95.78 | 98.78 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 94 | 44 | 0 | 0.21 | 0.63 | 0.53 | 40 | 0.46 | 0.32 |
| Hex | 77 | 5E | 2C | 0 | 15 | 3F | 35 | 28 | 2E | 20 |
| Octal | 167 | 136 | 54 | 0 | 25 | 77 | 65 | 50 | 56 | 40 |
| Binary | 1110111 | 1011110 | 101100 | 0 | 10101 | 111111 | 110101 | 101000 | 101110 | 100000 |
Color Harmonies of #775E2C
Complementary color
Monochromatic Colors of #775E2C
Black with #775E2C
Text Example
Text Example
White with #775E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775E2C; }
p { color: rgb(119,94,44); }
H1.HeaderClassName
{
color: #775E2C;
}
.AnyTagClassName
{
color: #775E2C;
}
</style>
background-color css
<style>
a { background-color: #775E2C; }
a { background-color: rgb(119,94,44); }
div.DivClassName
{
background-color: #775E2C;
}
.BgClassName
{
background-color: #775E2C;
}
</style>
border-color css
<style>
span { border-color: #775E2C; }
span { border-color: rgb(119,94,44); }
td.TdClassName
{
border-color: #775E2C;
}
.TagClassName
{
border-color: #775E2C;
}
</style>