Shades of Rum #786A7D
Tints of Rum #786A7D
RGB
CMYK
RGB Variations
Color information
#786A7D (or 0x786A7D) is known color: Rum. HEX triplet: 78, 6A and 7D. RGB value is (120,106,125). Sum of RGB (Red+Green+Blue) = 120+106+125=351 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.19% from 351); Green value is 106 (41.80% from 255 or 30.20% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 125 - color contains mainly: blue. Hex color #786A7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786A7D is #879582. Grayscale: #707070. Windows color (decimal): -8885635 or 8219256. OLE color: 8219256.
HSL color Cylindrical-coordinate representation of color #786A7D: hue angle of 284.21º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #786A7D is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 120 | 106 | 125 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.51 |
| HSL | 284.21º | 0.08% | 0.45% | - |
| HSV(B) | 284.21º | 0.15% | 0.49% | - |
| XYZ | 16.6 | 15.78 | 21.57 | - |
| YUV | 112.35 | 135.14 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 106 | 125 | 0.04 | 0.15 | 0 | 0.51 | 284.21 | 0.08 | 0.45 |
| Hex | 78 | 6A | 7D | 4 | F | 0 | 33 | 11C | 8 | 2D |
| Octal | 170 | 152 | 175 | 4 | 17 | 0 | 63 | 434 | 10 | 55 |
| Binary | 1111000 | 1101010 | 1111101 | 100 | 1111 | 0 | 110011 | 100011100 | 1000 | 101101 |
Color Harmonies of #786A7D
Complementary color
Monochromatic Colors of #786A7D
Black with #786A7D
Text Example
Text Example
White with #786A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786A7D; }
p { color: rgb(120,106,125); }
H1.HeaderClassName
{
color: #786A7D;
}
.AnyTagClassName
{
color: #786A7D;
}
</style>
background-color css
<style>
a { background-color: #786A7D; }
a { background-color: rgb(120,106,125); }
div.DivClassName
{
background-color: #786A7D;
}
.BgClassName
{
background-color: #786A7D;
}
</style>
border-color css
<style>
span { border-color: #786A7D; }
span { border-color: rgb(120,106,125); }
td.TdClassName
{
border-color: #786A7D;
}
.TagClassName
{
border-color: #786A7D;
}
</style>