Shades of Himalaya #78632B
Tints of Himalaya #78632B
RGB
CMYK
RGB Variations
Color information
#78632B (or 0x78632B) is known color: Himalaya. HEX triplet: 78, 63 and 2B. RGB value is (120,99,43). Sum of RGB (Red+Green+Blue) = 120+99+43=262 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.80% from 262); Green value is 99 (39.06% from 255 or 37.79% from 262); Blue value is 43 (17.19% from 255 or 16.41% from 262); Max value from RGB is 120 - color contains mainly: red. Hex color #78632B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78632B is #879CD4. Grayscale: #636363. Windows color (decimal): -8887509 or 2843512. OLE color: 2843512.
HSL color Cylindrical-coordinate representation of color #78632B: hue angle of 43.64º 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 #78632B is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 99 | 43 | - |
| CMYK | 0 | 0.17 | 0.64 | 0.53 |
| HSL | 43.64º | 0.47% | 0.32% | - |
| HSV(B) | 43.64º | 0.64% | 0.47% | - |
| XYZ | 12.64 | 13.09 | 4.15 | - |
| YUV | 98.9 | 96.46 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 99 | 43 | 0 | 0.17 | 0.64 | 0.53 | 43.64 | 0.47 | 0.32 |
| Hex | 78 | 63 | 2B | 0 | 11 | 40 | 35 | 2C | 2F | 20 |
| Octal | 170 | 143 | 53 | 0 | 21 | 100 | 65 | 54 | 57 | 40 |
| Binary | 1111000 | 1100011 | 101011 | 0 | 10001 | 1000000 | 110101 | 101100 | 101111 | 100000 |
Color Harmonies of #78632B
Complementary color
Monochromatic Colors of #78632B
Black with #78632B
Text Example
Text Example
White with #78632B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78632B; }
p { color: rgb(120,99,43); }
H1.HeaderClassName
{
color: #78632B;
}
.AnyTagClassName
{
color: #78632B;
}
</style>
background-color css
<style>
a { background-color: #78632B; }
a { background-color: rgb(120,99,43); }
div.DivClassName
{
background-color: #78632B;
}
.BgClassName
{
background-color: #78632B;
}
</style>
border-color css
<style>
span { border-color: #78632B; }
span { border-color: rgb(120,99,43); }
td.TdClassName
{
border-color: #78632B;
}
.TagClassName
{
border-color: #78632B;
}
</style>