Shades of Himalaya #766A34
Tints of Himalaya #766A34
RGB
CMYK
RGB Variations
Color information
#766A34 (or 0x766A34) is known color: Himalaya. HEX triplet: 76, 6A and 34. RGB value is (118,106,52). Sum of RGB (Red+Green+Blue) = 118+106+52=276 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.75% from 276); Green value is 106 (41.80% from 255 or 38.41% from 276); Blue value is 52 (20.70% from 255 or 18.84% from 276); Max value from RGB is 118 - color contains mainly: red. Hex color #766A34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766A34 is #8995CB. Grayscale: #676767. Windows color (decimal): -9016780 or 3435126. OLE color: 3435126.
HSL color Cylindrical-coordinate representation of color #766A34: hue angle of 49.09º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #766A34 is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 106 | 52 | - |
| CMYK | 0 | 0.10 | 0.56 | 0.54 |
| HSL | 49.09º | 0.39% | 0.33% | - |
| HSV(B) | 49.09º | 0.56% | 0.46% | - |
| XYZ | 13.25 | 14.41 | 5.33 | - |
| YUV | 103.43 | 98.98 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 106 | 52 | 0 | 0.10 | 0.56 | 0.54 | 49.09 | 0.39 | 0.33 |
| Hex | 76 | 6A | 34 | 0 | A | 38 | 36 | 31 | 27 | 21 |
| Octal | 166 | 152 | 64 | 0 | 12 | 70 | 66 | 61 | 47 | 41 |
| Binary | 1110110 | 1101010 | 110100 | 0 | 1010 | 111000 | 110110 | 110001 | 100111 | 100001 |
Color Harmonies of #766A34
Complementary color
Monochromatic Colors of #766A34
Black with #766A34
Text Example
Text Example
White with #766A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766A34; }
p { color: rgb(118,106,52); }
H1.HeaderClassName
{
color: #766A34;
}
.AnyTagClassName
{
color: #766A34;
}
</style>
background-color css
<style>
a { background-color: #766A34; }
a { background-color: rgb(118,106,52); }
div.DivClassName
{
background-color: #766A34;
}
.BgClassName
{
background-color: #766A34;
}
</style>
border-color css
<style>
span { border-color: #766A34; }
span { border-color: rgb(118,106,52); }
td.TdClassName
{
border-color: #766A34;
}
.TagClassName
{
border-color: #766A34;
}
</style>