Shades of Rum #785E80
Tints of Rum #785E80
RGB
CMYK
RGB Variations
Color information
#785E80 (or 0x785E80) is known color: Rum. HEX triplet: 78, 5E and 80. RGB value is (120,94,128). Sum of RGB (Red+Green+Blue) = 120+94+128=342 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.09% from 342); Green value is 94 (37.11% from 255 or 27.49% from 342); Blue value is 128 (50.39% from 255 or 37.43% from 342); Max value from RGB is 128 - color contains mainly: blue. Hex color #785E80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785E80 is #87A17F. Grayscale: #696969. Windows color (decimal): -8888704 or 8412792. OLE color: 8412792.
HSL color Cylindrical-coordinate representation of color #785E80: hue angle of 285.88º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #785E80 is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 120 | 94 | 128 | - |
| CMYK | 0.06 | 0.27 | 0 | 0.50 |
| HSL | 285.88º | 0.15% | 0.44% | - |
| HSV(B) | 285.88º | 0.27% | 0.5% | - |
| XYZ | 15.64 | 13.56 | 22.21 | - |
| YUV | 105.65 | 140.61 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 94 | 128 | 0.06 | 0.27 | 0 | 0.50 | 285.88 | 0.15 | 0.44 |
| Hex | 78 | 5E | 80 | 6 | 1B | 0 | 32 | 11E | F | 2C |
| Octal | 170 | 136 | 200 | 6 | 33 | 0 | 62 | 436 | 17 | 54 |
| Binary | 1111000 | 1011110 | 10000000 | 110 | 11011 | 0 | 110010 | 100011110 | 1111 | 101100 |
Color Harmonies of #785E80
Complementary color
Monochromatic Colors of #785E80
Black with #785E80
Text Example
Text Example
White with #785E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785E80; }
p { color: rgb(120,94,128); }
H1.HeaderClassName
{
color: #785E80;
}
.AnyTagClassName
{
color: #785E80;
}
</style>
background-color css
<style>
a { background-color: #785E80; }
a { background-color: rgb(120,94,128); }
div.DivClassName
{
background-color: #785E80;
}
.BgClassName
{
background-color: #785E80;
}
</style>
border-color css
<style>
span { border-color: #785E80; }
span { border-color: rgb(120,94,128); }
td.TdClassName
{
border-color: #785E80;
}
.TagClassName
{
border-color: #785E80;
}
</style>