Shades of Himalaya #78672D
Tints of Himalaya #78672D
RGB
CMYK
RGB Variations
Color information
#78672D (or 0x78672D) is known color: Himalaya. HEX triplet: 78, 67 and 2D. RGB value is (120,103,45). Sum of RGB (Red+Green+Blue) = 120+103+45=268 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.78% from 268); Green value is 103 (40.62% from 255 or 38.43% from 268); Blue value is 45 (17.97% from 255 or 16.79% from 268); Max value from RGB is 120 - color contains mainly: red. Hex color #78672D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78672D is #8798D2. Grayscale: #656565. Windows color (decimal): -8886483 or 2975608. OLE color: 2975608.
HSL color Cylindrical-coordinate representation of color #78672D: hue angle of 46.4º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #78672D is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 103 | 45 | - |
| CMYK | 0 | 0.14 | 0.63 | 0.53 |
| HSL | 46.4º | 0.45% | 0.32% | - |
| HSV(B) | 46.4º | 0.63% | 0.47% | - |
| XYZ | 13.07 | 13.88 | 4.47 | - |
| YUV | 101.47 | 96.13 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 103 | 45 | 0 | 0.14 | 0.63 | 0.53 | 46.4 | 0.45 | 0.32 |
| Hex | 78 | 67 | 2D | 0 | E | 3F | 35 | 2E | 2D | 20 |
| Octal | 170 | 147 | 55 | 0 | 16 | 77 | 65 | 56 | 55 | 40 |
| Binary | 1111000 | 1100111 | 101101 | 0 | 1110 | 111111 | 110101 | 101110 | 101101 | 100000 |
Color Harmonies of #78672D
Complementary color
Monochromatic Colors of #78672D
Black with #78672D
Text Example
Text Example
White with #78672D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78672D; }
p { color: rgb(120,103,45); }
H1.HeaderClassName
{
color: #78672D;
}
.AnyTagClassName
{
color: #78672D;
}
</style>
background-color css
<style>
a { background-color: #78672D; }
a { background-color: rgb(120,103,45); }
div.DivClassName
{
background-color: #78672D;
}
.BgClassName
{
background-color: #78672D;
}
</style>
border-color css
<style>
span { border-color: #78672D; }
span { border-color: rgb(120,103,45); }
td.TdClassName
{
border-color: #78672D;
}
.TagClassName
{
border-color: #78672D;
}
</style>