Shades of Rum #777078
Tints of Rum #777078
RGB
CMYK
RGB Variations
Color information
#777078 (or 0x777078) is known color: Rum. HEX triplet: 77, 70 and 78. RGB value is (119,112,120). Sum of RGB (Red+Green+Blue) = 119+112+120=351 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.90% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 120 (47.27% from 255 or 34.19% from 351); Max value from RGB is 120 - color contains mainly: blue. Hex color #777078 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777078 is #888F87. Grayscale: #727272. Windows color (decimal): -8949640 or 7893111. OLE color: 7893111.
HSL color Cylindrical-coordinate representation of color #777078: hue angle of 292.5º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #777078 is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 112 | 120 | - |
| CMYK | 0.01 | 0.07 | 0 | 0.53 |
| HSL | 292.5º | 0.03% | 0.45% | - |
| HSV(B) | 292.5º | 0.07% | 0.47% | - |
| XYZ | 16.79 | 16.87 | 20.14 | - |
| YUV | 115.01 | 130.82 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 112 | 120 | 0.01 | 0.07 | 0 | 0.53 | 292.5 | 0.03 | 0.45 |
| Hex | 77 | 70 | 78 | 1 | 7 | 0 | 35 | 124 | 3 | 2D |
| Octal | 167 | 160 | 170 | 1 | 7 | 0 | 65 | 444 | 3 | 55 |
| Binary | 1110111 | 1110000 | 1111000 | 1 | 111 | 0 | 110101 | 100100100 | 11 | 101101 |
Color Harmonies of #777078
Complementary color
Monochromatic Colors of #777078
Black with #777078
Text Example
Text Example
White with #777078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777078; }
p { color: rgb(119,112,120); }
H1.HeaderClassName
{
color: #777078;
}
.AnyTagClassName
{
color: #777078;
}
</style>
background-color css
<style>
a { background-color: #777078; }
a { background-color: rgb(119,112,120); }
div.DivClassName
{
background-color: #777078;
}
.BgClassName
{
background-color: #777078;
}
</style>
border-color css
<style>
span { border-color: #777078; }
span { border-color: rgb(119,112,120); }
td.TdClassName
{
border-color: #777078;
}
.TagClassName
{
border-color: #777078;
}
</style>