Shades of Rum #78647F
Tints of Rum #78647F
RGB
CMYK
RGB Variations
Color information
#78647F (or 0x78647F) is known color: Rum. HEX triplet: 78, 64 and 7F. RGB value is (120,100,127). Sum of RGB (Red+Green+Blue) = 120+100+127=347 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.58% from 347); Green value is 100 (39.45% from 255 or 28.82% from 347); Blue value is 127 (50% from 255 or 36.60% from 347); Max value from RGB is 127 - color contains mainly: blue. Hex color #78647F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78647F is #879B80. Grayscale: #6C6C6C. Windows color (decimal): -8887169 or 8348792. OLE color: 8348792.
HSL color Cylindrical-coordinate representation of color #78647F: hue angle of 284.44º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #78647F is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 120 | 100 | 127 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.50 |
| HSL | 284.44º | 0.12% | 0.45% | - |
| HSV(B) | 284.44º | 0.21% | 0.5% | - |
| XYZ | 16.13 | 14.64 | 22.05 | - |
| YUV | 109.06 | 138.13 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 100 | 127 | 0.06 | 0.21 | 0 | 0.50 | 284.44 | 0.12 | 0.45 |
| Hex | 78 | 64 | 7F | 6 | 15 | 0 | 32 | 11C | C | 2D |
| Octal | 170 | 144 | 177 | 6 | 25 | 0 | 62 | 434 | 14 | 55 |
| Binary | 1111000 | 1100100 | 1111111 | 110 | 10101 | 0 | 110010 | 100011100 | 1100 | 101101 |
Color Harmonies of #78647F
Complementary color
Monochromatic Colors of #78647F
Black with #78647F
Text Example
Text Example
White with #78647F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78647F; }
p { color: rgb(120,100,127); }
H1.HeaderClassName
{
color: #78647F;
}
.AnyTagClassName
{
color: #78647F;
}
</style>
background-color css
<style>
a { background-color: #78647F; }
a { background-color: rgb(120,100,127); }
div.DivClassName
{
background-color: #78647F;
}
.BgClassName
{
background-color: #78647F;
}
</style>
border-color css
<style>
span { border-color: #78647F; }
span { border-color: rgb(120,100,127); }
td.TdClassName
{
border-color: #78647F;
}
.TagClassName
{
border-color: #78647F;
}
</style>