Shades of Himalaya #78662E
Tints of Himalaya #78662E
RGB
CMYK
RGB Variations
Color information
#78662E (or 0x78662E) is known color: Himalaya. HEX triplet: 78, 66 and 2E. RGB value is (120,102,46). Sum of RGB (Red+Green+Blue) = 120+102+46=268 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.78% from 268); Green value is 102 (40.23% from 255 or 38.06% from 268); Blue value is 46 (18.36% from 255 or 17.16% from 268); Max value from RGB is 120 - color contains mainly: red. Hex color #78662E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78662E is #8799D1. Grayscale: #656565. Windows color (decimal): -8886738 or 3040888. OLE color: 3040888.
HSL color Cylindrical-coordinate representation of color #78662E: hue angle of 45.41º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #78662E is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 102 | 46 | - |
| CMYK | 0 | 0.15 | 0.62 | 0.53 |
| HSL | 45.41º | 0.45% | 0.33% | - |
| HSV(B) | 45.41º | 0.62% | 0.47% | - |
| XYZ | 12.99 | 13.69 | 4.54 | - |
| YUV | 101 | 96.96 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 102 | 46 | 0 | 0.15 | 0.62 | 0.53 | 45.41 | 0.45 | 0.33 |
| Hex | 78 | 66 | 2E | 0 | F | 3E | 35 | 2D | 2D | 21 |
| Octal | 170 | 146 | 56 | 0 | 17 | 76 | 65 | 55 | 55 | 41 |
| Binary | 1111000 | 1100110 | 101110 | 0 | 1111 | 111110 | 110101 | 101101 | 101101 | 100001 |
Color Harmonies of #78662E
Complementary color
Monochromatic Colors of #78662E
Black with #78662E
Text Example
Text Example
White with #78662E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78662E; }
p { color: rgb(120,102,46); }
H1.HeaderClassName
{
color: #78662E;
}
.AnyTagClassName
{
color: #78662E;
}
</style>
background-color css
<style>
a { background-color: #78662E; }
a { background-color: rgb(120,102,46); }
div.DivClassName
{
background-color: #78662E;
}
.BgClassName
{
background-color: #78662E;
}
</style>
border-color css
<style>
span { border-color: #78662E; }
span { border-color: rgb(120,102,46); }
td.TdClassName
{
border-color: #78662E;
}
.TagClassName
{
border-color: #78662E;
}
</style>