Shades of Himalaya #78682B
Tints of Himalaya #78682B
RGB
CMYK
RGB Variations
Color information
#78682B (or 0x78682B) is known color: Himalaya. HEX triplet: 78, 68 and 2B. RGB value is (120,104,43). Sum of RGB (Red+Green+Blue) = 120+104+43=267 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.94% from 267); Green value is 104 (41.02% from 255 or 38.95% from 267); Blue value is 43 (17.19% from 255 or 16.10% from 267); Max value from RGB is 120 - color contains mainly: red. Hex color #78682B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78682B is #8797D4. Grayscale: #666666. Windows color (decimal): -8886229 or 2844792. OLE color: 2844792.
HSL color Cylindrical-coordinate representation of color #78682B: hue angle of 47.53º 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 #78682B is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 104 | 43 | - |
| CMYK | 0 | 0.13 | 0.64 | 0.53 |
| HSL | 47.53º | 0.47% | 0.32% | - |
| HSV(B) | 47.53º | 0.64% | 0.47% | - |
| XYZ | 13.13 | 14.07 | 4.31 | - |
| YUV | 101.83 | 94.8 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 104 | 43 | 0 | 0.13 | 0.64 | 0.53 | 47.53 | 0.47 | 0.32 |
| Hex | 78 | 68 | 2B | 0 | D | 40 | 35 | 30 | 2F | 20 |
| Octal | 170 | 150 | 53 | 0 | 15 | 100 | 65 | 60 | 57 | 40 |
| Binary | 1111000 | 1101000 | 101011 | 0 | 1101 | 1000000 | 110101 | 110000 | 101111 | 100000 |
Color Harmonies of #78682B
Complementary color
Monochromatic Colors of #78682B
Black with #78682B
Text Example
Text Example
White with #78682B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78682B; }
p { color: rgb(120,104,43); }
H1.HeaderClassName
{
color: #78682B;
}
.AnyTagClassName
{
color: #78682B;
}
</style>
background-color css
<style>
a { background-color: #78682B; }
a { background-color: rgb(120,104,43); }
div.DivClassName
{
background-color: #78682B;
}
.BgClassName
{
background-color: #78682B;
}
</style>
border-color css
<style>
span { border-color: #78682B; }
span { border-color: rgb(120,104,43); }
td.TdClassName
{
border-color: #78682B;
}
.TagClassName
{
border-color: #78682B;
}
</style>