Shades of Himalaya #77692C
Tints of Himalaya #77692C
RGB
CMYK
RGB Variations
Color information
#77692C (or 0x77692C) is known color: Himalaya. HEX triplet: 77, 69 and 2C. RGB value is (119,105,44). Sum of RGB (Red+Green+Blue) = 119+105+44=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 105 (41.41% from 255 or 39.18% from 268); Blue value is 44 (17.58% from 255 or 16.42% from 268); Max value from RGB is 119 - color contains mainly: red. Hex color #77692C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77692C is #8896D3. Grayscale: #666666. Windows color (decimal): -8951508 or 2910583. OLE color: 2910583.
HSL color Cylindrical-coordinate representation of color #77692C: hue angle of 48.8º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #77692C is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 105 | 44 | - |
| CMYK | 0 | 0.12 | 0.63 | 0.53 |
| HSL | 48.8º | 0.46% | 0.32% | - |
| HSV(B) | 48.8º | 0.63% | 0.47% | - |
| XYZ | 13.11 | 14.21 | 4.43 | - |
| YUV | 102.23 | 95.14 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 105 | 44 | 0 | 0.12 | 0.63 | 0.53 | 48.8 | 0.46 | 0.32 |
| Hex | 77 | 69 | 2C | 0 | C | 3F | 35 | 31 | 2E | 20 |
| Octal | 167 | 151 | 54 | 0 | 14 | 77 | 65 | 61 | 56 | 40 |
| Binary | 1110111 | 1101001 | 101100 | 0 | 1100 | 111111 | 110101 | 110001 | 101110 | 100000 |
Color Harmonies of #77692C
Complementary color
Monochromatic Colors of #77692C
Black with #77692C
Text Example
Text Example
White with #77692C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77692C; }
p { color: rgb(119,105,44); }
H1.HeaderClassName
{
color: #77692C;
}
.AnyTagClassName
{
color: #77692C;
}
</style>
background-color css
<style>
a { background-color: #77692C; }
a { background-color: rgb(119,105,44); }
div.DivClassName
{
background-color: #77692C;
}
.BgClassName
{
background-color: #77692C;
}
</style>
border-color css
<style>
span { border-color: #77692C; }
span { border-color: rgb(119,105,44); }
td.TdClassName
{
border-color: #77692C;
}
.TagClassName
{
border-color: #77692C;
}
</style>