Shades of Rum #78677D
Tints of Rum #78677D
RGB
CMYK
RGB Variations
Color information
#78677D (or 0x78677D) is known color: Rum. HEX triplet: 78, 67 and 7D. RGB value is (120,103,125). Sum of RGB (Red+Green+Blue) = 120+103+125=348 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.48% from 348); Green value is 103 (40.62% from 255 or 29.60% from 348); Blue value is 125 (49.22% from 255 or 35.92% from 348); Max value from RGB is 125 - color contains mainly: blue. Hex color #78677D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78677D is #879882. Grayscale: #6E6E6E. Windows color (decimal): -8886403 or 8218488. OLE color: 8218488.
HSL color Cylindrical-coordinate representation of color #78677D: hue angle of 286.36º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #78677D is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 120 | 103 | 125 | - |
| CMYK | 0.04 | 0.18 | 0 | 0.51 |
| HSL | 286.36º | 0.1% | 0.45% | - |
| HSV(B) | 286.36º | 0.18% | 0.49% | - |
| XYZ | 16.3 | 15.17 | 21.47 | - |
| YUV | 110.59 | 136.13 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 103 | 125 | 0.04 | 0.18 | 0 | 0.51 | 286.36 | 0.1 | 0.45 |
| Hex | 78 | 67 | 7D | 4 | 12 | 0 | 33 | 11E | A | 2D |
| Octal | 170 | 147 | 175 | 4 | 22 | 0 | 63 | 436 | 12 | 55 |
| Binary | 1111000 | 1100111 | 1111101 | 100 | 10010 | 0 | 110011 | 100011110 | 1010 | 101101 |
Color Harmonies of #78677D
Complementary color
Monochromatic Colors of #78677D
Black with #78677D
Text Example
Text Example
White with #78677D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78677D; }
p { color: rgb(120,103,125); }
H1.HeaderClassName
{
color: #78677D;
}
.AnyTagClassName
{
color: #78677D;
}
</style>
background-color css
<style>
a { background-color: #78677D; }
a { background-color: rgb(120,103,125); }
div.DivClassName
{
background-color: #78677D;
}
.BgClassName
{
background-color: #78677D;
}
</style>
border-color css
<style>
span { border-color: #78677D; }
span { border-color: rgb(120,103,125); }
td.TdClassName
{
border-color: #78677D;
}
.TagClassName
{
border-color: #78677D;
}
</style>