Shades of Himalaya #766C3A
Tints of Himalaya #766C3A
RGB
CMYK
RGB Variations
Color information
#766C3A (or 0x766C3A) is known color: Himalaya. HEX triplet: 76, 6C and 3A. RGB value is (118,108,58). Sum of RGB (Red+Green+Blue) = 118+108+58=284 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.55% from 284); Green value is 108 (42.58% from 255 or 38.03% from 284); Blue value is 58 (23.05% from 255 or 20.42% from 284); Max value from RGB is 118 - color contains mainly: red. Hex color #766C3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766C3A is #8993C5. Grayscale: #696969. Windows color (decimal): -9016262 or 3828854. OLE color: 3828854.
HSL color Cylindrical-coordinate representation of color #766C3A: hue angle of 50º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #766C3A is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 108 | 58 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.54 |
| HSL | 50º | 0.34% | 0.35% | - |
| HSV(B) | 50º | 0.51% | 0.46% | - |
| XYZ | 13.6 | 14.88 | 6.16 | - |
| YUV | 105.29 | 101.31 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 108 | 58 | 0 | 0.08 | 0.51 | 0.54 | 50 | 0.34 | 0.35 |
| Hex | 76 | 6C | 3A | 0 | 8 | 33 | 36 | 32 | 22 | 23 |
| Octal | 166 | 154 | 72 | 0 | 10 | 63 | 66 | 62 | 42 | 43 |
| Binary | 1110110 | 1101100 | 111010 | 0 | 1000 | 110011 | 110110 | 110010 | 100010 | 100011 |
Color Harmonies of #766C3A
Complementary color
Monochromatic Colors of #766C3A
Black with #766C3A
Text Example
Text Example
White with #766C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766C3A; }
p { color: rgb(118,108,58); }
H1.HeaderClassName
{
color: #766C3A;
}
.AnyTagClassName
{
color: #766C3A;
}
</style>
background-color css
<style>
a { background-color: #766C3A; }
a { background-color: rgb(118,108,58); }
div.DivClassName
{
background-color: #766C3A;
}
.BgClassName
{
background-color: #766C3A;
}
</style>
border-color css
<style>
span { border-color: #766C3A; }
span { border-color: rgb(118,108,58); }
td.TdClassName
{
border-color: #766C3A;
}
.TagClassName
{
border-color: #766C3A;
}
</style>