Shades of Rum #786F7A
Tints of Rum #786F7A
RGB
CMYK
RGB Variations
Color information
#786F7A (or 0x786F7A) is known color: Rum. HEX triplet: 78, 6F and 7A. RGB value is (120,111,122). Sum of RGB (Red+Green+Blue) = 120+111+122=353 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.99% from 353); Green value is 111 (43.75% from 255 or 31.44% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 122 - color contains mainly: blue. Hex color #786F7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786F7A is #879085. Grayscale: #727272. Windows color (decimal): -8884358 or 8023928. OLE color: 8023928.
HSL color Cylindrical-coordinate representation of color #786F7A: hue angle of 289.09º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #786F7A is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 120 | 111 | 122 | - |
| CMYK | 0.02 | 0.09 | 0 | 0.52 |
| HSL | 289.09º | 0.05% | 0.46% | - |
| HSV(B) | 289.09º | 0.09% | 0.48% | - |
| XYZ | 16.94 | 16.77 | 20.76 | - |
| YUV | 114.95 | 131.98 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 111 | 122 | 0.02 | 0.09 | 0 | 0.52 | 289.09 | 0.05 | 0.46 |
| Hex | 78 | 6F | 7A | 2 | 9 | 0 | 34 | 121 | 5 | 2E |
| Octal | 170 | 157 | 172 | 2 | 11 | 0 | 64 | 441 | 5 | 56 |
| Binary | 1111000 | 1101111 | 1111010 | 10 | 1001 | 0 | 110100 | 100100001 | 101 | 101110 |
Color Harmonies of #786F7A
Complementary color
Monochromatic Colors of #786F7A
Black with #786F7A
Text Example
Text Example
White with #786F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786F7A; }
p { color: rgb(120,111,122); }
H1.HeaderClassName
{
color: #786F7A;
}
.AnyTagClassName
{
color: #786F7A;
}
</style>
background-color css
<style>
a { background-color: #786F7A; }
a { background-color: rgb(120,111,122); }
div.DivClassName
{
background-color: #786F7A;
}
.BgClassName
{
background-color: #786F7A;
}
</style>
border-color css
<style>
span { border-color: #786F7A; }
span { border-color: rgb(120,111,122); }
td.TdClassName
{
border-color: #786F7A;
}
.TagClassName
{
border-color: #786F7A;
}
</style>