Shades of Himalaya #77692D
Tints of Himalaya #77692D
RGB
CMYK
RGB Variations
Color information
#77692D (or 0x77692D) is known color: Himalaya. HEX triplet: 77, 69 and 2D. RGB value is (119,105,45). Sum of RGB (Red+Green+Blue) = 119+105+45=269 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.24% from 269); Green value is 105 (41.41% from 255 or 39.03% from 269); Blue value is 45 (17.97% from 255 or 16.73% from 269); Max value from RGB is 119 - color contains mainly: red. Hex color #77692D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77692D is #8896D2. Grayscale: #666666. Windows color (decimal): -8951507 or 2976119. OLE color: 2976119.
HSL color Cylindrical-coordinate representation of color #77692D: hue angle of 48.65º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #77692D is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 105 | 45 | - |
| CMYK | 0 | 0.12 | 0.62 | 0.53 |
| HSL | 48.65º | 0.45% | 0.32% | - |
| HSV(B) | 48.65º | 0.62% | 0.47% | - |
| XYZ | 13.13 | 14.21 | 4.53 | - |
| YUV | 102.35 | 95.64 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 105 | 45 | 0 | 0.12 | 0.62 | 0.53 | 48.65 | 0.45 | 0.32 |
| Hex | 77 | 69 | 2D | 0 | C | 3E | 35 | 31 | 2D | 20 |
| Octal | 167 | 151 | 55 | 0 | 14 | 76 | 65 | 61 | 55 | 40 |
| Binary | 1110111 | 1101001 | 101101 | 0 | 1100 | 111110 | 110101 | 110001 | 101101 | 100000 |
Color Harmonies of #77692D
Complementary color
Monochromatic Colors of #77692D
Black with #77692D
Text Example
Text Example
White with #77692D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77692D; }
p { color: rgb(119,105,45); }
H1.HeaderClassName
{
color: #77692D;
}
.AnyTagClassName
{
color: #77692D;
}
</style>
background-color css
<style>
a { background-color: #77692D; }
a { background-color: rgb(119,105,45); }
div.DivClassName
{
background-color: #77692D;
}
.BgClassName
{
background-color: #77692D;
}
</style>
border-color css
<style>
span { border-color: #77692D; }
span { border-color: rgb(119,105,45); }
td.TdClassName
{
border-color: #77692D;
}
.TagClassName
{
border-color: #77692D;
}
</style>