Shades of Rum #785C7E
Tints of Rum #785C7E
RGB
CMYK
RGB Variations
Color information
#785C7E (or 0x785C7E) is known color: Rum. HEX triplet: 78, 5C and 7E. RGB value is (120,92,126). Sum of RGB (Red+Green+Blue) = 120+92+126=338 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.50% from 338); Green value is 92 (36.33% from 255 or 27.22% from 338); Blue value is 126 (49.61% from 255 or 37.28% from 338); Max value from RGB is 126 - color contains mainly: blue. Hex color #785C7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785C7E is #87A381. Grayscale: #686868. Windows color (decimal): -8889218 or 8281208. OLE color: 8281208.
HSL color Cylindrical-coordinate representation of color #785C7E: hue angle of 289.41º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #785C7E is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 120 | 92 | 126 | - |
| CMYK | 0.05 | 0.27 | 0 | 0.51 |
| HSL | 289.41º | 0.16% | 0.43% | - |
| HSV(B) | 289.41º | 0.27% | 0.49% | - |
| XYZ | 15.34 | 13.15 | 21.47 | - |
| YUV | 104.25 | 140.28 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 92 | 126 | 0.05 | 0.27 | 0 | 0.51 | 289.41 | 0.16 | 0.43 |
| Hex | 78 | 5C | 7E | 5 | 1B | 0 | 33 | 121 | 10 | 2B |
| Octal | 170 | 134 | 176 | 5 | 33 | 0 | 63 | 441 | 20 | 53 |
| Binary | 1111000 | 1011100 | 1111110 | 101 | 11011 | 0 | 110011 | 100100001 | 10000 | 101011 |
Color Harmonies of #785C7E
Complementary color
Monochromatic Colors of #785C7E
Black with #785C7E
Text Example
Text Example
White with #785C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785C7E; }
p { color: rgb(120,92,126); }
H1.HeaderClassName
{
color: #785C7E;
}
.AnyTagClassName
{
color: #785C7E;
}
</style>
background-color css
<style>
a { background-color: #785C7E; }
a { background-color: rgb(120,92,126); }
div.DivClassName
{
background-color: #785C7E;
}
.BgClassName
{
background-color: #785C7E;
}
</style>
border-color css
<style>
span { border-color: #785C7E; }
span { border-color: rgb(120,92,126); }
td.TdClassName
{
border-color: #785C7E;
}
.TagClassName
{
border-color: #785C7E;
}
</style>