Shades of Rum #78617E
Tints of Rum #78617E
RGB
CMYK
RGB Variations
Color information
#78617E (or 0x78617E) is known color: Rum. HEX triplet: 78, 61 and 7E. RGB value is (120,97,126). Sum of RGB (Red+Green+Blue) = 120+97+126=343 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.99% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 126 (49.61% from 255 or 36.73% from 343); Max value from RGB is 126 - color contains mainly: blue. Hex color #78617E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78617E is #879E81. Grayscale: #6B6B6B. Windows color (decimal): -8887938 or 8282488. OLE color: 8282488.
HSL color Cylindrical-coordinate representation of color #78617E: hue angle of 287.59º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #78617E is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 120 | 97 | 126 | - |
| CMYK | 0.05 | 0.23 | 0 | 0.51 |
| HSL | 287.59º | 0.13% | 0.44% | - |
| HSV(B) | 287.59º | 0.23% | 0.49% | - |
| XYZ | 15.79 | 14.05 | 21.62 | - |
| YUV | 107.18 | 138.62 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 97 | 126 | 0.05 | 0.23 | 0 | 0.51 | 287.59 | 0.13 | 0.44 |
| Hex | 78 | 61 | 7E | 5 | 17 | 0 | 33 | 120 | D | 2C |
| Octal | 170 | 141 | 176 | 5 | 27 | 0 | 63 | 440 | 15 | 54 |
| Binary | 1111000 | 1100001 | 1111110 | 101 | 10111 | 0 | 110011 | 100100000 | 1101 | 101100 |
Color Harmonies of #78617E
Complementary color
Monochromatic Colors of #78617E
Black with #78617E
Text Example
Text Example
White with #78617E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78617E; }
p { color: rgb(120,97,126); }
H1.HeaderClassName
{
color: #78617E;
}
.AnyTagClassName
{
color: #78617E;
}
</style>
background-color css
<style>
a { background-color: #78617E; }
a { background-color: rgb(120,97,126); }
div.DivClassName
{
background-color: #78617E;
}
.BgClassName
{
background-color: #78617E;
}
</style>
border-color css
<style>
span { border-color: #78617E; }
span { border-color: rgb(120,97,126); }
td.TdClassName
{
border-color: #78617E;
}
.TagClassName
{
border-color: #78617E;
}
</style>