Shades of Himalaya #785F28
Tints of Himalaya #785F28
RGB
CMYK
RGB Variations
Color information
#785F28 (or 0x785F28) is known color: Himalaya. HEX triplet: 78, 5F and 28. RGB value is (120,95,40). Sum of RGB (Red+Green+Blue) = 120+95+40=255 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.06% from 255); Green value is 95 (37.5% from 255 or 37.25% from 255); Blue value is 40 (16.02% from 255 or 15.69% from 255); Max value from RGB is 120 - color contains mainly: red. Hex color #785F28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785F28 is #87A0D7. Grayscale: #606060. Windows color (decimal): -8888536 or 2645880. OLE color: 2645880.
HSL color Cylindrical-coordinate representation of color #785F28: hue angle of 41.25º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #785F28 is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 95 | 40 | - |
| CMYK | 0 | 0.21 | 0.67 | 0.53 |
| HSL | 41.25º | 0.5% | 0.31% | - |
| HSV(B) | 41.25º | 0.67% | 0.47% | - |
| XYZ | 12.22 | 12.33 | 3.74 | - |
| YUV | 96.21 | 96.28 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 95 | 40 | 0 | 0.21 | 0.67 | 0.53 | 41.25 | 0.5 | 0.31 |
| Hex | 78 | 5F | 28 | 0 | 15 | 43 | 35 | 29 | 32 | 1F |
| Octal | 170 | 137 | 50 | 0 | 25 | 103 | 65 | 51 | 62 | 37 |
| Binary | 1111000 | 1011111 | 101000 | 0 | 10101 | 1000011 | 110101 | 101001 | 110010 | 11111 |
Color Harmonies of #785F28
Complementary color
Monochromatic Colors of #785F28
Black with #785F28
Text Example
Text Example
White with #785F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785F28; }
p { color: rgb(120,95,40); }
H1.HeaderClassName
{
color: #785F28;
}
.AnyTagClassName
{
color: #785F28;
}
</style>
background-color css
<style>
a { background-color: #785F28; }
a { background-color: rgb(120,95,40); }
div.DivClassName
{
background-color: #785F28;
}
.BgClassName
{
background-color: #785F28;
}
</style>
border-color css
<style>
span { border-color: #785F28; }
span { border-color: rgb(120,95,40); }
td.TdClassName
{
border-color: #785F28;
}
.TagClassName
{
border-color: #785F28;
}
</style>