Shades of Rum #786C7C
Tints of Rum #786C7C
RGB
CMYK
RGB Variations
Color information
#786C7C (or 0x786C7C) is known color: Rum. HEX triplet: 78, 6C and 7C. RGB value is (120,108,124). Sum of RGB (Red+Green+Blue) = 120+108+124=352 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.09% from 352); Green value is 108 (42.58% from 255 or 30.68% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 124 - color contains mainly: blue. Hex color #786C7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786C7C is #879383. Grayscale: #717171. Windows color (decimal): -8885124 or 8154232. OLE color: 8154232.
HSL color Cylindrical-coordinate representation of color #786C7C: hue angle of 285º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #786C7C is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 120 | 108 | 124 | - |
| CMYK | 0.03 | 0.13 | 0 | 0.51 |
| HSL | 285º | 0.07% | 0.45% | - |
| HSV(B) | 285º | 0.13% | 0.49% | - |
| XYZ | 16.75 | 16.17 | 21.31 | - |
| YUV | 113.41 | 133.98 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 108 | 124 | 0.03 | 0.13 | 0 | 0.51 | 285 | 0.07 | 0.45 |
| Hex | 78 | 6C | 7C | 3 | D | 0 | 33 | 11D | 7 | 2D |
| Octal | 170 | 154 | 174 | 3 | 15 | 0 | 63 | 435 | 7 | 55 |
| Binary | 1111000 | 1101100 | 1111100 | 11 | 1101 | 0 | 110011 | 100011101 | 111 | 101101 |
Color Harmonies of #786C7C
Complementary color
Monochromatic Colors of #786C7C
Black with #786C7C
Text Example
Text Example
White with #786C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786C7C; }
p { color: rgb(120,108,124); }
H1.HeaderClassName
{
color: #786C7C;
}
.AnyTagClassName
{
color: #786C7C;
}
</style>
background-color css
<style>
a { background-color: #786C7C; }
a { background-color: rgb(120,108,124); }
div.DivClassName
{
background-color: #786C7C;
}
.BgClassName
{
background-color: #786C7C;
}
</style>
border-color css
<style>
span { border-color: #786C7C; }
span { border-color: rgb(120,108,124); }
td.TdClassName
{
border-color: #786C7C;
}
.TagClassName
{
border-color: #786C7C;
}
</style>