Shades of Himalaya #765F2F
Tints of Himalaya #765F2F
RGB
CMYK
RGB Variations
Color information
#765F2F (or 0x765F2F) is known color: Himalaya. HEX triplet: 76, 5F and 2F. RGB value is (118,95,47). Sum of RGB (Red+Green+Blue) = 118+95+47=260 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.38% from 260); Green value is 95 (37.5% from 255 or 36.54% from 260); Blue value is 47 (18.75% from 255 or 18.08% from 260); Max value from RGB is 118 - color contains mainly: red. Hex color #765F2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765F2F is #89A0D0. Grayscale: #606060. Windows color (decimal): -9019601 or 3104630. OLE color: 3104630.
HSL color Cylindrical-coordinate representation of color #765F2F: hue angle of 40.56º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #765F2F is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 95 | 47 | - |
| CMYK | 0 | 0.19 | 0.60 | 0.54 |
| HSL | 40.56º | 0.43% | 0.32% | - |
| HSV(B) | 40.56º | 0.6% | 0.46% | - |
| XYZ | 12.08 | 12.24 | 4.42 | - |
| YUV | 96.41 | 100.12 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 95 | 47 | 0 | 0.19 | 0.60 | 0.54 | 40.56 | 0.43 | 0.32 |
| Hex | 76 | 5F | 2F | 0 | 13 | 3C | 36 | 29 | 2B | 20 |
| Octal | 166 | 137 | 57 | 0 | 23 | 74 | 66 | 51 | 53 | 40 |
| Binary | 1110110 | 1011111 | 101111 | 0 | 10011 | 111100 | 110110 | 101001 | 101011 | 100000 |
Color Harmonies of #765F2F
Complementary color
Monochromatic Colors of #765F2F
Black with #765F2F
Text Example
Text Example
White with #765F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765F2F; }
p { color: rgb(118,95,47); }
H1.HeaderClassName
{
color: #765F2F;
}
.AnyTagClassName
{
color: #765F2F;
}
</style>
background-color css
<style>
a { background-color: #765F2F; }
a { background-color: rgb(118,95,47); }
div.DivClassName
{
background-color: #765F2F;
}
.BgClassName
{
background-color: #765F2F;
}
</style>
border-color css
<style>
span { border-color: #765F2F; }
span { border-color: rgb(118,95,47); }
td.TdClassName
{
border-color: #765F2F;
}
.TagClassName
{
border-color: #765F2F;
}
</style>