Shades of Rum #786B7C
Tints of Rum #786B7C
RGB
CMYK
RGB Variations
Color information
#786B7C (or 0x786B7C) is known color: Rum. HEX triplet: 78, 6B and 7C. RGB value is (120,107,124). Sum of RGB (Red+Green+Blue) = 120+107+124=351 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.19% from 351); Green value is 107 (42.19% from 255 or 30.48% from 351); Blue value is 124 (48.83% from 255 or 35.33% from 351); Max value from RGB is 124 - color contains mainly: blue. Hex color #786B7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786B7C is #879483. Grayscale: #707070. Windows color (decimal): -8885380 or 8153976. OLE color: 8153976.
HSL color Cylindrical-coordinate representation of color #786B7C: hue angle of 285.88º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #786B7C is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 120 | 107 | 124 | - |
| CMYK | 0.03 | 0.14 | 0 | 0.51 |
| HSL | 285.88º | 0.07% | 0.45% | - |
| HSV(B) | 285.88º | 0.14% | 0.49% | - |
| XYZ | 16.64 | 15.96 | 21.27 | - |
| YUV | 112.83 | 134.31 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 107 | 124 | 0.03 | 0.14 | 0 | 0.51 | 285.88 | 0.07 | 0.45 |
| Hex | 78 | 6B | 7C | 3 | E | 0 | 33 | 11E | 7 | 2D |
| Octal | 170 | 153 | 174 | 3 | 16 | 0 | 63 | 436 | 7 | 55 |
| Binary | 1111000 | 1101011 | 1111100 | 11 | 1110 | 0 | 110011 | 100011110 | 111 | 101101 |
Color Harmonies of #786B7C
Complementary color
Monochromatic Colors of #786B7C
Black with #786B7C
Text Example
Text Example
White with #786B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786B7C; }
p { color: rgb(120,107,124); }
H1.HeaderClassName
{
color: #786B7C;
}
.AnyTagClassName
{
color: #786B7C;
}
</style>
background-color css
<style>
a { background-color: #786B7C; }
a { background-color: rgb(120,107,124); }
div.DivClassName
{
background-color: #786B7C;
}
.BgClassName
{
background-color: #786B7C;
}
</style>
border-color css
<style>
span { border-color: #786B7C; }
span { border-color: rgb(120,107,124); }
td.TdClassName
{
border-color: #786B7C;
}
.TagClassName
{
border-color: #786B7C;
}
</style>