Shades of Himalaya #775F2F
Tints of Himalaya #775F2F
RGB
CMYK
RGB Variations
Color information
#775F2F (or 0x775F2F) is known color: Himalaya. HEX triplet: 77, 5F and 2F. RGB value is (119,95,47). Sum of RGB (Red+Green+Blue) = 119+95+47=261 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.59% from 261); Green value is 95 (37.5% from 255 or 36.40% from 261); Blue value is 47 (18.75% from 255 or 18.01% from 261); Max value from RGB is 119 - color contains mainly: red. Hex color #775F2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775F2F is #88A0D0. Grayscale: #606060. Windows color (decimal): -8954065 or 3104631. OLE color: 3104631.
HSL color Cylindrical-coordinate representation of color #775F2F: hue angle of 40º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #775F2F is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 95 | 47 | - |
| CMYK | 0 | 0.20 | 0.61 | 0.53 |
| HSL | 40º | 0.43% | 0.33% | - |
| HSV(B) | 40º | 0.61% | 0.47% | - |
| XYZ | 12.21 | 12.31 | 4.42 | - |
| YUV | 96.7 | 99.95 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 95 | 47 | 0 | 0.20 | 0.61 | 0.53 | 40 | 0.43 | 0.33 |
| Hex | 77 | 5F | 2F | 0 | 14 | 3D | 35 | 28 | 2B | 21 |
| Octal | 167 | 137 | 57 | 0 | 24 | 75 | 65 | 50 | 53 | 41 |
| Binary | 1110111 | 1011111 | 101111 | 0 | 10100 | 111101 | 110101 | 101000 | 101011 | 100001 |
Color Harmonies of #775F2F
Complementary color
Monochromatic Colors of #775F2F
Black with #775F2F
Text Example
Text Example
White with #775F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775F2F; }
p { color: rgb(119,95,47); }
H1.HeaderClassName
{
color: #775F2F;
}
.AnyTagClassName
{
color: #775F2F;
}
</style>
background-color css
<style>
a { background-color: #775F2F; }
a { background-color: rgb(119,95,47); }
div.DivClassName
{
background-color: #775F2F;
}
.BgClassName
{
background-color: #775F2F;
}
</style>
border-color css
<style>
span { border-color: #775F2F; }
span { border-color: rgb(119,95,47); }
td.TdClassName
{
border-color: #775F2F;
}
.TagClassName
{
border-color: #775F2F;
}
</style>