Shades of Himalaya #785F2C
Tints of Himalaya #785F2C
RGB
CMYK
RGB Variations
Color information
#785F2C (or 0x785F2C) is known color: Himalaya. HEX triplet: 78, 5F and 2C. RGB value is (120,95,44). Sum of RGB (Red+Green+Blue) = 120+95+44=259 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.33% from 259); Green value is 95 (37.5% from 255 or 36.68% from 259); Blue value is 44 (17.58% from 255 or 16.99% from 259); Max value from RGB is 120 - color contains mainly: red. Hex color #785F2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785F2C is #87A0D3. Grayscale: #606060. Windows color (decimal): -8888532 or 2908024. OLE color: 2908024.
HSL color Cylindrical-coordinate representation of color #785F2C: hue angle of 40.26º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #785F2C is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 95 | 44 | - |
| CMYK | 0 | 0.21 | 0.63 | 0.53 |
| HSL | 40.26º | 0.46% | 0.32% | - |
| HSV(B) | 40.26º | 0.63% | 0.47% | - |
| XYZ | 12.29 | 12.36 | 4.12 | - |
| YUV | 96.66 | 98.28 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 95 | 44 | 0 | 0.21 | 0.63 | 0.53 | 40.26 | 0.46 | 0.32 |
| Hex | 78 | 5F | 2C | 0 | 15 | 3F | 35 | 28 | 2E | 20 |
| Octal | 170 | 137 | 54 | 0 | 25 | 77 | 65 | 50 | 56 | 40 |
| Binary | 1111000 | 1011111 | 101100 | 0 | 10101 | 111111 | 110101 | 101000 | 101110 | 100000 |
Color Harmonies of #785F2C
Complementary color
Monochromatic Colors of #785F2C
Black with #785F2C
Text Example
Text Example
White with #785F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785F2C; }
p { color: rgb(120,95,44); }
H1.HeaderClassName
{
color: #785F2C;
}
.AnyTagClassName
{
color: #785F2C;
}
</style>
background-color css
<style>
a { background-color: #785F2C; }
a { background-color: rgb(120,95,44); }
div.DivClassName
{
background-color: #785F2C;
}
.BgClassName
{
background-color: #785F2C;
}
</style>
border-color css
<style>
span { border-color: #785F2C; }
span { border-color: rgb(120,95,44); }
td.TdClassName
{
border-color: #785F2C;
}
.TagClassName
{
border-color: #785F2C;
}
</style>