Shades of Himalaya #765F2C
Tints of Himalaya #765F2C
RGB
CMYK
RGB Variations
Color information
#765F2C (or 0x765F2C) is known color: Himalaya. HEX triplet: 76, 5F and 2C. RGB value is (118,95,44). Sum of RGB (Red+Green+Blue) = 118+95+44=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 95 (37.5% from 255 or 36.96% from 257); Blue value is 44 (17.58% from 255 or 17.12% from 257); Max value from RGB is 118 - color contains mainly: red. Hex color #765F2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765F2C is #89A0D3. Grayscale: #606060. Windows color (decimal): -9019604 or 2908022. OLE color: 2908022.
HSL color Cylindrical-coordinate representation of color #765F2C: hue angle of 41.35º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #765F2C is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 95 | 44 | - |
| CMYK | 0 | 0.19 | 0.63 | 0.54 |
| HSL | 41.35º | 0.46% | 0.32% | - |
| HSV(B) | 41.35º | 0.63% | 0.46% | - |
| XYZ | 12.02 | 12.22 | 4.11 | - |
| YUV | 96.06 | 98.62 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 95 | 44 | 0 | 0.19 | 0.63 | 0.54 | 41.35 | 0.46 | 0.32 |
| Hex | 76 | 5F | 2C | 0 | 13 | 3F | 36 | 29 | 2E | 20 |
| Octal | 166 | 137 | 54 | 0 | 23 | 77 | 66 | 51 | 56 | 40 |
| Binary | 1110110 | 1011111 | 101100 | 0 | 10011 | 111111 | 110110 | 101001 | 101110 | 100000 |
Color Harmonies of #765F2C
Complementary color
Monochromatic Colors of #765F2C
Black with #765F2C
Text Example
Text Example
White with #765F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765F2C; }
p { color: rgb(118,95,44); }
H1.HeaderClassName
{
color: #765F2C;
}
.AnyTagClassName
{
color: #765F2C;
}
</style>
background-color css
<style>
a { background-color: #765F2C; }
a { background-color: rgb(118,95,44); }
div.DivClassName
{
background-color: #765F2C;
}
.BgClassName
{
background-color: #765F2C;
}
</style>
border-color css
<style>
span { border-color: #765F2C; }
span { border-color: rgb(118,95,44); }
td.TdClassName
{
border-color: #765F2C;
}
.TagClassName
{
border-color: #765F2C;
}
</style>