Shades of Himalaya #77642B
Tints of Himalaya #77642B
RGB
CMYK
RGB Variations
Color information
#77642B (or 0x77642B) is known color: Himalaya. HEX triplet: 77, 64 and 2B. RGB value is (119,100,43). Sum of RGB (Red+Green+Blue) = 119+100+43=262 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.42% from 262); Green value is 100 (39.45% from 255 or 38.17% from 262); Blue value is 43 (17.19% from 255 or 16.41% from 262); Max value from RGB is 119 - color contains mainly: red. Hex color #77642B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77642B is #889BD4. Grayscale: #636363. Windows color (decimal): -8952789 or 2843767. OLE color: 2843767.
HSL color Cylindrical-coordinate representation of color #77642B: hue angle of 45º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #77642B is Cyan = 0, Magento = 0.16, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 100 | 43 | - |
| CMYK | 0 | 0.16 | 0.64 | 0.53 |
| HSL | 45º | 0.47% | 0.32% | - |
| HSV(B) | 45º | 0.64% | 0.47% | - |
| XYZ | 12.6 | 13.21 | 4.17 | - |
| YUV | 99.18 | 96.29 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 100 | 43 | 0 | 0.16 | 0.64 | 0.53 | 45 | 0.47 | 0.32 |
| Hex | 77 | 64 | 2B | 0 | 10 | 40 | 35 | 2D | 2F | 20 |
| Octal | 167 | 144 | 53 | 0 | 20 | 100 | 65 | 55 | 57 | 40 |
| Binary | 1110111 | 1100100 | 101011 | 0 | 10000 | 1000000 | 110101 | 101101 | 101111 | 100000 |
Color Harmonies of #77642B
Complementary color
Monochromatic Colors of #77642B
Black with #77642B
Text Example
Text Example
White with #77642B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77642B; }
p { color: rgb(119,100,43); }
H1.HeaderClassName
{
color: #77642B;
}
.AnyTagClassName
{
color: #77642B;
}
</style>
background-color css
<style>
a { background-color: #77642B; }
a { background-color: rgb(119,100,43); }
div.DivClassName
{
background-color: #77642B;
}
.BgClassName
{
background-color: #77642B;
}
</style>
border-color css
<style>
span { border-color: #77642B; }
span { border-color: rgb(119,100,43); }
td.TdClassName
{
border-color: #77642B;
}
.TagClassName
{
border-color: #77642B;
}
</style>