Shades of Himalaya #765F33
Tints of Himalaya #765F33
RGB
CMYK
RGB Variations
Color information
#765F33 (or 0x765F33) is known color: Himalaya. HEX triplet: 76, 5F and 33. RGB value is (118,95,51). Sum of RGB (Red+Green+Blue) = 118+95+51=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 95 (37.5% from 255 or 35.98% from 264); Blue value is 51 (20.31% from 255 or 19.32% from 264); Max value from RGB is 118 - color contains mainly: red. Hex color #765F33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765F33 is #89A0CC. Grayscale: #616161. Windows color (decimal): -9019597 or 3366774. OLE color: 3366774.
HSL color Cylindrical-coordinate representation of color #765F33: hue angle of 39.4º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #765F33 is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 95 | 51 | - |
| CMYK | 0 | 0.19 | 0.57 | 0.54 |
| HSL | 39.4º | 0.4% | 0.33% | - |
| HSV(B) | 39.4º | 0.57% | 0.46% | - |
| XYZ | 12.16 | 12.27 | 4.86 | - |
| YUV | 96.86 | 102.12 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 95 | 51 | 0 | 0.19 | 0.57 | 0.54 | 39.4 | 0.4 | 0.33 |
| Hex | 76 | 5F | 33 | 0 | 13 | 39 | 36 | 27 | 28 | 21 |
| Octal | 166 | 137 | 63 | 0 | 23 | 71 | 66 | 47 | 50 | 41 |
| Binary | 1110110 | 1011111 | 110011 | 0 | 10011 | 111001 | 110110 | 100111 | 101000 | 100001 |
Color Harmonies of #765F33
Complementary color
Monochromatic Colors of #765F33
Black with #765F33
Text Example
Text Example
White with #765F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765F33; }
p { color: rgb(118,95,51); }
H1.HeaderClassName
{
color: #765F33;
}
.AnyTagClassName
{
color: #765F33;
}
</style>
background-color css
<style>
a { background-color: #765F33; }
a { background-color: rgb(118,95,51); }
div.DivClassName
{
background-color: #765F33;
}
.BgClassName
{
background-color: #765F33;
}
</style>
border-color css
<style>
span { border-color: #765F33; }
span { border-color: rgb(118,95,51); }
td.TdClassName
{
border-color: #765F33;
}
.TagClassName
{
border-color: #765F33;
}
</style>