Shades of Himalaya #775F32
Tints of Himalaya #775F32
RGB
CMYK
RGB Variations
Color information
#775F32 (or 0x775F32) is known color: Himalaya. HEX triplet: 77, 5F and 32. RGB value is (119,95,50). Sum of RGB (Red+Green+Blue) = 119+95+50=264 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.08% from 264); Green value is 95 (37.5% from 255 or 35.98% from 264); Blue value is 50 (19.92% from 255 or 18.94% from 264); Max value from RGB is 119 - color contains mainly: red. Hex color #775F32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775F32 is #88A0CD. Grayscale: #616161. Windows color (decimal): -8954062 or 3301239. OLE color: 3301239.
HSL color Cylindrical-coordinate representation of color #775F32: hue angle of 39.13º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #775F32 is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 95 | 50 | - |
| CMYK | 0 | 0.20 | 0.58 | 0.53 |
| HSL | 39.13º | 0.41% | 0.33% | - |
| HSV(B) | 39.13º | 0.58% | 0.47% | - |
| XYZ | 12.28 | 12.34 | 4.75 | - |
| YUV | 97.05 | 101.45 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 95 | 50 | 0 | 0.20 | 0.58 | 0.53 | 39.13 | 0.41 | 0.33 |
| Hex | 77 | 5F | 32 | 0 | 14 | 3A | 35 | 27 | 29 | 21 |
| Octal | 167 | 137 | 62 | 0 | 24 | 72 | 65 | 47 | 51 | 41 |
| Binary | 1110111 | 1011111 | 110010 | 0 | 10100 | 111010 | 110101 | 100111 | 101001 | 100001 |
Color Harmonies of #775F32
Complementary color
Monochromatic Colors of #775F32
Black with #775F32
Text Example
Text Example
White with #775F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775F32; }
p { color: rgb(119,95,50); }
H1.HeaderClassName
{
color: #775F32;
}
.AnyTagClassName
{
color: #775F32;
}
</style>
background-color css
<style>
a { background-color: #775F32; }
a { background-color: rgb(119,95,50); }
div.DivClassName
{
background-color: #775F32;
}
.BgClassName
{
background-color: #775F32;
}
</style>
border-color css
<style>
span { border-color: #775F32; }
span { border-color: rgb(119,95,50); }
td.TdClassName
{
border-color: #775F32;
}
.TagClassName
{
border-color: #775F32;
}
</style>