Shades of Himalaya #76692F
Tints of Himalaya #76692F
RGB
CMYK
RGB Variations
Color information
#76692F (or 0x76692F) is known color: Himalaya. HEX triplet: 76, 69 and 2F. RGB value is (118,105,47). Sum of RGB (Red+Green+Blue) = 118+105+47=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 105 (41.41% from 255 or 38.89% from 270); Blue value is 47 (18.75% from 255 or 17.41% from 270); Max value from RGB is 118 - color contains mainly: red. Hex color #76692F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76692F is #8996D0. Grayscale: #666666. Windows color (decimal): -9017041 or 3107190. OLE color: 3107190.
HSL color Cylindrical-coordinate representation of color #76692F: hue angle of 49.01º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #76692F is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 105 | 47 | - |
| CMYK | 0 | 0.11 | 0.60 | 0.54 |
| HSL | 49.01º | 0.43% | 0.32% | - |
| HSV(B) | 49.01º | 0.6% | 0.46% | - |
| XYZ | 13.04 | 14.16 | 4.74 | - |
| YUV | 102.28 | 96.81 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 105 | 47 | 0 | 0.11 | 0.60 | 0.54 | 49.01 | 0.43 | 0.32 |
| Hex | 76 | 69 | 2F | 0 | B | 3C | 36 | 31 | 2B | 20 |
| Octal | 166 | 151 | 57 | 0 | 13 | 74 | 66 | 61 | 53 | 40 |
| Binary | 1110110 | 1101001 | 101111 | 0 | 1011 | 111100 | 110110 | 110001 | 101011 | 100000 |
Color Harmonies of #76692F
Complementary color
Monochromatic Colors of #76692F
Black with #76692F
Text Example
Text Example
White with #76692F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76692F; }
p { color: rgb(118,105,47); }
H1.HeaderClassName
{
color: #76692F;
}
.AnyTagClassName
{
color: #76692F;
}
</style>
background-color css
<style>
a { background-color: #76692F; }
a { background-color: rgb(118,105,47); }
div.DivClassName
{
background-color: #76692F;
}
.BgClassName
{
background-color: #76692F;
}
</style>
border-color css
<style>
span { border-color: #76692F; }
span { border-color: rgb(118,105,47); }
td.TdClassName
{
border-color: #76692F;
}
.TagClassName
{
border-color: #76692F;
}
</style>