Shades of Himalaya #766A33
Tints of Himalaya #766A33
RGB
CMYK
RGB Variations
Color information
#766A33 (or 0x766A33) is known color: Himalaya. HEX triplet: 76, 6A and 33. RGB value is (118,106,51). Sum of RGB (Red+Green+Blue) = 118+106+51=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 106 (41.80% from 255 or 38.55% from 275); Blue value is 51 (20.31% from 255 or 18.55% from 275); Max value from RGB is 118 - color contains mainly: red. Hex color #766A33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766A33 is #8995CC. Grayscale: #676767. Windows color (decimal): -9016781 or 3369590. OLE color: 3369590.
HSL color Cylindrical-coordinate representation of color #766A33: hue angle of 49.25º 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 #766A33 is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 106 | 51 | - |
| CMYK | 0 | 0.10 | 0.57 | 0.54 |
| HSL | 49.25º | 0.4% | 0.33% | - |
| HSV(B) | 49.25º | 0.57% | 0.46% | - |
| XYZ | 13.22 | 14.4 | 5.21 | - |
| YUV | 103.32 | 98.48 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 106 | 51 | 0 | 0.10 | 0.57 | 0.54 | 49.25 | 0.4 | 0.33 |
| Hex | 76 | 6A | 33 | 0 | A | 39 | 36 | 31 | 28 | 21 |
| Octal | 166 | 152 | 63 | 0 | 12 | 71 | 66 | 61 | 50 | 41 |
| Binary | 1110110 | 1101010 | 110011 | 0 | 1010 | 111001 | 110110 | 110001 | 101000 | 100001 |
Color Harmonies of #766A33
Complementary color
Monochromatic Colors of #766A33
Black with #766A33
Text Example
Text Example
White with #766A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766A33; }
p { color: rgb(118,106,51); }
H1.HeaderClassName
{
color: #766A33;
}
.AnyTagClassName
{
color: #766A33;
}
</style>
background-color css
<style>
a { background-color: #766A33; }
a { background-color: rgb(118,106,51); }
div.DivClassName
{
background-color: #766A33;
}
.BgClassName
{
background-color: #766A33;
}
</style>
border-color css
<style>
span { border-color: #766A33; }
span { border-color: rgb(118,106,51); }
td.TdClassName
{
border-color: #766A33;
}
.TagClassName
{
border-color: #766A33;
}
</style>