Shades of Himalaya #77642D
Tints of Himalaya #77642D
RGB
CMYK
RGB Variations
Color information
#77642D (or 0x77642D) is known color: Himalaya. HEX triplet: 77, 64 and 2D. RGB value is (119,100,45). Sum of RGB (Red+Green+Blue) = 119+100+45=264 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.08% from 264); Green value is 100 (39.45% from 255 or 37.88% from 264); Blue value is 45 (17.97% from 255 or 17.05% from 264); Max value from RGB is 119 - color contains mainly: red. Hex color #77642D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77642D is #889BD2. Grayscale: #636363. Windows color (decimal): -8952787 or 2974839. OLE color: 2974839.
HSL color Cylindrical-coordinate representation of color #77642D: hue angle of 44.59º 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 #77642D is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 100 | 45 | - |
| CMYK | 0 | 0.16 | 0.62 | 0.53 |
| HSL | 44.59º | 0.45% | 0.32% | - |
| HSV(B) | 44.59º | 0.62% | 0.47% | - |
| XYZ | 12.64 | 13.23 | 4.37 | - |
| YUV | 99.41 | 97.29 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 100 | 45 | 0 | 0.16 | 0.62 | 0.53 | 44.59 | 0.45 | 0.32 |
| Hex | 77 | 64 | 2D | 0 | 10 | 3E | 35 | 2D | 2D | 20 |
| Octal | 167 | 144 | 55 | 0 | 20 | 76 | 65 | 55 | 55 | 40 |
| Binary | 1110111 | 1100100 | 101101 | 0 | 10000 | 111110 | 110101 | 101101 | 101101 | 100000 |
Color Harmonies of #77642D
Complementary color
Monochromatic Colors of #77642D
Black with #77642D
Text Example
Text Example
White with #77642D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77642D; }
p { color: rgb(119,100,45); }
H1.HeaderClassName
{
color: #77642D;
}
.AnyTagClassName
{
color: #77642D;
}
</style>
background-color css
<style>
a { background-color: #77642D; }
a { background-color: rgb(119,100,45); }
div.DivClassName
{
background-color: #77642D;
}
.BgClassName
{
background-color: #77642D;
}
</style>
border-color css
<style>
span { border-color: #77642D; }
span { border-color: rgb(119,100,45); }
td.TdClassName
{
border-color: #77642D;
}
.TagClassName
{
border-color: #77642D;
}
</style>