Shades of Rum #78667D
Tints of Rum #78667D
RGB
CMYK
RGB Variations
Color information
#78667D (or 0x78667D) is known color: Rum. HEX triplet: 78, 66 and 7D. RGB value is (120,102,125). Sum of RGB (Red+Green+Blue) = 120+102+125=347 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.58% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 125 - color contains mainly: blue. Hex color #78667D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78667D is #879982. Grayscale: #6D6D6D. Windows color (decimal): -8886659 or 8218232. OLE color: 8218232.
HSL color Cylindrical-coordinate representation of color #78667D: hue angle of 286.96º 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 #78667D is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 120 | 102 | 125 | - |
| CMYK | 0.04 | 0.18 | 0 | 0.51 |
| HSL | 286.96º | 0.1% | 0.45% | - |
| HSV(B) | 286.96º | 0.18% | 0.49% | - |
| XYZ | 16.2 | 14.98 | 21.44 | - |
| YUV | 110 | 136.46 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 102 | 125 | 0.04 | 0.18 | 0 | 0.51 | 286.96 | 0.1 | 0.45 |
| Hex | 78 | 66 | 7D | 4 | 12 | 0 | 33 | 11F | A | 2D |
| Octal | 170 | 146 | 175 | 4 | 22 | 0 | 63 | 437 | 12 | 55 |
| Binary | 1111000 | 1100110 | 1111101 | 100 | 10010 | 0 | 110011 | 100011111 | 1010 | 101101 |
Color Harmonies of #78667D
Complementary color
Monochromatic Colors of #78667D
Black with #78667D
Text Example
Text Example
White with #78667D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78667D; }
p { color: rgb(120,102,125); }
H1.HeaderClassName
{
color: #78667D;
}
.AnyTagClassName
{
color: #78667D;
}
</style>
background-color css
<style>
a { background-color: #78667D; }
a { background-color: rgb(120,102,125); }
div.DivClassName
{
background-color: #78667D;
}
.BgClassName
{
background-color: #78667D;
}
</style>
border-color css
<style>
span { border-color: #78667D; }
span { border-color: rgb(120,102,125); }
td.TdClassName
{
border-color: #78667D;
}
.TagClassName
{
border-color: #78667D;
}
</style>