Shades of Himalaya #785F2F
Tints of Himalaya #785F2F
RGB
CMYK
RGB Variations
Color information
#785F2F (or 0x785F2F) is known color: Himalaya. HEX triplet: 78, 5F and 2F. RGB value is (120,95,47). Sum of RGB (Red+Green+Blue) = 120+95+47=262 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.80% from 262); Green value is 95 (37.5% from 255 or 36.26% from 262); Blue value is 47 (18.75% from 255 or 17.94% from 262); Max value from RGB is 120 - color contains mainly: red. Hex color #785F2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785F2F is #87A0D0. Grayscale: #616161. Windows color (decimal): -8888529 or 3104632. OLE color: 3104632.
HSL color Cylindrical-coordinate representation of color #785F2F: hue angle of 39.45º 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 #785F2F is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 95 | 47 | - |
| CMYK | 0 | 0.21 | 0.61 | 0.53 |
| HSL | 39.45º | 0.44% | 0.33% | - |
| HSV(B) | 39.45º | 0.61% | 0.47% | - |
| XYZ | 12.35 | 12.38 | 4.43 | - |
| YUV | 97 | 99.78 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 95 | 47 | 0 | 0.21 | 0.61 | 0.53 | 39.45 | 0.44 | 0.33 |
| Hex | 78 | 5F | 2F | 0 | 15 | 3D | 35 | 27 | 2C | 21 |
| Octal | 170 | 137 | 57 | 0 | 25 | 75 | 65 | 47 | 54 | 41 |
| Binary | 1111000 | 1011111 | 101111 | 0 | 10101 | 111101 | 110101 | 100111 | 101100 | 100001 |
Color Harmonies of #785F2F
Complementary color
Monochromatic Colors of #785F2F
Black with #785F2F
Text Example
Text Example
White with #785F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785F2F; }
p { color: rgb(120,95,47); }
H1.HeaderClassName
{
color: #785F2F;
}
.AnyTagClassName
{
color: #785F2F;
}
</style>
background-color css
<style>
a { background-color: #785F2F; }
a { background-color: rgb(120,95,47); }
div.DivClassName
{
background-color: #785F2F;
}
.BgClassName
{
background-color: #785F2F;
}
</style>
border-color css
<style>
span { border-color: #785F2F; }
span { border-color: rgb(120,95,47); }
td.TdClassName
{
border-color: #785F2F;
}
.TagClassName
{
border-color: #785F2F;
}
</style>