Shades of Himalaya #765F2B
Tints of Himalaya #765F2B
RGB
CMYK
RGB Variations
Color information
#765F2B (or 0x765F2B) is known color: Himalaya. HEX triplet: 76, 5F and 2B. RGB value is (118,95,43). Sum of RGB (Red+Green+Blue) = 118+95+43=256 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.09% from 256); Green value is 95 (37.5% from 255 or 37.11% from 256); Blue value is 43 (17.19% from 255 or 16.80% from 256); Max value from RGB is 118 - color contains mainly: red. Hex color #765F2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765F2B is #89A0D4. Grayscale: #606060. Windows color (decimal): -9019605 or 2842486. OLE color: 2842486.
HSL color Cylindrical-coordinate representation of color #765F2B: hue angle of 41.6º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #765F2B is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 95 | 43 | - |
| CMYK | 0 | 0.19 | 0.64 | 0.54 |
| HSL | 41.6º | 0.47% | 0.32% | - |
| HSV(B) | 41.6º | 0.64% | 0.46% | - |
| XYZ | 12 | 12.21 | 4.01 | - |
| YUV | 95.95 | 98.12 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 95 | 43 | 0 | 0.19 | 0.64 | 0.54 | 41.6 | 0.47 | 0.32 |
| Hex | 76 | 5F | 2B | 0 | 13 | 40 | 36 | 2A | 2F | 20 |
| Octal | 166 | 137 | 53 | 0 | 23 | 100 | 66 | 52 | 57 | 40 |
| Binary | 1110110 | 1011111 | 101011 | 0 | 10011 | 1000000 | 110110 | 101010 | 101111 | 100000 |
Color Harmonies of #765F2B
Complementary color
Monochromatic Colors of #765F2B
Black with #765F2B
Text Example
Text Example
White with #765F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765F2B; }
p { color: rgb(118,95,43); }
H1.HeaderClassName
{
color: #765F2B;
}
.AnyTagClassName
{
color: #765F2B;
}
</style>
background-color css
<style>
a { background-color: #765F2B; }
a { background-color: rgb(118,95,43); }
div.DivClassName
{
background-color: #765F2B;
}
.BgClassName
{
background-color: #765F2B;
}
</style>
border-color css
<style>
span { border-color: #765F2B; }
span { border-color: rgb(118,95,43); }
td.TdClassName
{
border-color: #765F2B;
}
.TagClassName
{
border-color: #765F2B;
}
</style>