Shades of Himalaya #785F2D
Tints of Himalaya #785F2D
RGB
CMYK
RGB Variations
Color information
#785F2D (or 0x785F2D) is known color: Himalaya. HEX triplet: 78, 5F and 2D. RGB value is (120,95,45). Sum of RGB (Red+Green+Blue) = 120+95+45=260 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.15% from 260); Green value is 95 (37.5% from 255 or 36.54% from 260); Blue value is 45 (17.97% from 255 or 17.31% from 260); Max value from RGB is 120 - color contains mainly: red. Hex color #785F2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785F2D is #87A0D2. Grayscale: #616161. Windows color (decimal): -8888531 or 2973560. OLE color: 2973560.
HSL color Cylindrical-coordinate representation of color #785F2D: hue angle of 40º 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 #785F2D is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 95 | 45 | - |
| CMYK | 0 | 0.21 | 0.63 | 0.53 |
| HSL | 40º | 0.45% | 0.32% | - |
| HSV(B) | 40º | 0.63% | 0.47% | - |
| XYZ | 12.31 | 12.37 | 4.22 | - |
| YUV | 96.78 | 98.78 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 95 | 45 | 0 | 0.21 | 0.63 | 0.53 | 40 | 0.45 | 0.32 |
| Hex | 78 | 5F | 2D | 0 | 15 | 3F | 35 | 28 | 2D | 20 |
| Octal | 170 | 137 | 55 | 0 | 25 | 77 | 65 | 50 | 55 | 40 |
| Binary | 1111000 | 1011111 | 101101 | 0 | 10101 | 111111 | 110101 | 101000 | 101101 | 100000 |
Color Harmonies of #785F2D
Complementary color
Monochromatic Colors of #785F2D
Black with #785F2D
Text Example
Text Example
White with #785F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785F2D; }
p { color: rgb(120,95,45); }
H1.HeaderClassName
{
color: #785F2D;
}
.AnyTagClassName
{
color: #785F2D;
}
</style>
background-color css
<style>
a { background-color: #785F2D; }
a { background-color: rgb(120,95,45); }
div.DivClassName
{
background-color: #785F2D;
}
.BgClassName
{
background-color: #785F2D;
}
</style>
border-color css
<style>
span { border-color: #785F2D; }
span { border-color: rgb(120,95,45); }
td.TdClassName
{
border-color: #785F2D;
}
.TagClassName
{
border-color: #785F2D;
}
</style>