Shades of Himalaya #78612F
Tints of Himalaya #78612F
RGB
CMYK
RGB Variations
Color information
#78612F (or 0x78612F) is known color: Himalaya. HEX triplet: 78, 61 and 2F. RGB value is (120,97,47). Sum of RGB (Red+Green+Blue) = 120+97+47=264 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.45% from 264); Green value is 97 (38.28% from 255 or 36.74% from 264); Blue value is 47 (18.75% from 255 or 17.80% from 264); Max value from RGB is 120 - color contains mainly: red. Hex color #78612F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78612F is #879ED0. Grayscale: #626262. Windows color (decimal): -8888017 or 3105144. OLE color: 3105144.
HSL color Cylindrical-coordinate representation of color #78612F: hue angle of 41.1º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #78612F is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 97 | 47 | - |
| CMYK | 0 | 0.19 | 0.61 | 0.53 |
| HSL | 41.1º | 0.44% | 0.33% | - |
| HSV(B) | 41.1º | 0.61% | 0.47% | - |
| XYZ | 12.53 | 12.75 | 4.49 | - |
| YUV | 98.18 | 99.12 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 97 | 47 | 0 | 0.19 | 0.61 | 0.53 | 41.1 | 0.44 | 0.33 |
| Hex | 78 | 61 | 2F | 0 | 13 | 3D | 35 | 29 | 2C | 21 |
| Octal | 170 | 141 | 57 | 0 | 23 | 75 | 65 | 51 | 54 | 41 |
| Binary | 1111000 | 1100001 | 101111 | 0 | 10011 | 111101 | 110101 | 101001 | 101100 | 100001 |
Color Harmonies of #78612F
Complementary color
Monochromatic Colors of #78612F
Black with #78612F
Text Example
Text Example
White with #78612F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78612F; }
p { color: rgb(120,97,47); }
H1.HeaderClassName
{
color: #78612F;
}
.AnyTagClassName
{
color: #78612F;
}
</style>
background-color css
<style>
a { background-color: #78612F; }
a { background-color: rgb(120,97,47); }
div.DivClassName
{
background-color: #78612F;
}
.BgClassName
{
background-color: #78612F;
}
</style>
border-color css
<style>
span { border-color: #78612F; }
span { border-color: rgb(120,97,47); }
td.TdClassName
{
border-color: #78612F;
}
.TagClassName
{
border-color: #78612F;
}
</style>