Shades of Himalaya #76692C
Tints of Himalaya #76692C
RGB
CMYK
RGB Variations
Color information
#76692C (or 0x76692C) is known color: Himalaya. HEX triplet: 76, 69 and 2C. RGB value is (118,105,44). Sum of RGB (Red+Green+Blue) = 118+105+44=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 105 (41.41% from 255 or 39.33% from 267); Blue value is 44 (17.58% from 255 or 16.48% from 267); Max value from RGB is 118 - color contains mainly: red. Hex color #76692C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76692C is #8996D3. Grayscale: #666666. Windows color (decimal): -9017044 or 2910582. OLE color: 2910582.
HSL color Cylindrical-coordinate representation of color #76692C: hue angle of 49.46º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #76692C is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 105 | 44 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.54 |
| HSL | 49.46º | 0.46% | 0.32% | - |
| HSV(B) | 49.46º | 0.63% | 0.46% | - |
| XYZ | 12.98 | 14.14 | 4.43 | - |
| YUV | 101.93 | 95.31 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 105 | 44 | 0 | 0.11 | 0.63 | 0.54 | 49.46 | 0.46 | 0.32 |
| Hex | 76 | 69 | 2C | 0 | B | 3F | 36 | 31 | 2E | 20 |
| Octal | 166 | 151 | 54 | 0 | 13 | 77 | 66 | 61 | 56 | 40 |
| Binary | 1110110 | 1101001 | 101100 | 0 | 1011 | 111111 | 110110 | 110001 | 101110 | 100000 |
Color Harmonies of #76692C
Complementary color
Monochromatic Colors of #76692C
Black with #76692C
Text Example
Text Example
White with #76692C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76692C; }
p { color: rgb(118,105,44); }
H1.HeaderClassName
{
color: #76692C;
}
.AnyTagClassName
{
color: #76692C;
}
</style>
background-color css
<style>
a { background-color: #76692C; }
a { background-color: rgb(118,105,44); }
div.DivClassName
{
background-color: #76692C;
}
.BgClassName
{
background-color: #76692C;
}
</style>
border-color css
<style>
span { border-color: #76692C; }
span { border-color: rgb(118,105,44); }
td.TdClassName
{
border-color: #76692C;
}
.TagClassName
{
border-color: #76692C;
}
</style>