Shades of Himalaya #775F2C
Tints of Himalaya #775F2C
RGB
CMYK
RGB Variations
Color information
#775F2C (or 0x775F2C) is known color: Himalaya. HEX triplet: 77, 5F and 2C. RGB value is (119,95,44). Sum of RGB (Red+Green+Blue) = 119+95+44=258 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.12% from 258); Green value is 95 (37.5% from 255 or 36.82% from 258); Blue value is 44 (17.58% from 255 or 17.05% from 258); Max value from RGB is 119 - color contains mainly: red. Hex color #775F2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775F2C is #88A0D3. Grayscale: #606060. Windows color (decimal): -8954068 or 2908023. OLE color: 2908023.
HSL color Cylindrical-coordinate representation of color #775F2C: hue angle of 40.8º 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 #775F2C is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 95 | 44 | - |
| CMYK | 0 | 0.20 | 0.63 | 0.53 |
| HSL | 40.8º | 0.46% | 0.32% | - |
| HSV(B) | 40.8º | 0.63% | 0.47% | - |
| XYZ | 12.15 | 12.29 | 4.11 | - |
| YUV | 96.36 | 98.45 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 95 | 44 | 0 | 0.20 | 0.63 | 0.53 | 40.8 | 0.46 | 0.32 |
| Hex | 77 | 5F | 2C | 0 | 14 | 3F | 35 | 29 | 2E | 20 |
| Octal | 167 | 137 | 54 | 0 | 24 | 77 | 65 | 51 | 56 | 40 |
| Binary | 1110111 | 1011111 | 101100 | 0 | 10100 | 111111 | 110101 | 101001 | 101110 | 100000 |
Color Harmonies of #775F2C
Complementary color
Monochromatic Colors of #775F2C
Black with #775F2C
Text Example
Text Example
White with #775F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775F2C; }
p { color: rgb(119,95,44); }
H1.HeaderClassName
{
color: #775F2C;
}
.AnyTagClassName
{
color: #775F2C;
}
</style>
background-color css
<style>
a { background-color: #775F2C; }
a { background-color: rgb(119,95,44); }
div.DivClassName
{
background-color: #775F2C;
}
.BgClassName
{
background-color: #775F2C;
}
</style>
border-color css
<style>
span { border-color: #775F2C; }
span { border-color: rgb(119,95,44); }
td.TdClassName
{
border-color: #775F2C;
}
.TagClassName
{
border-color: #775F2C;
}
</style>