Shades of Rum #777178
Tints of Rum #777178
RGB
CMYK
RGB Variations
Color information
#777178 (or 0x777178) is known color: Rum. HEX triplet: 77, 71 and 78. RGB value is (119,113,120). Sum of RGB (Red+Green+Blue) = 119+113+120=352 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.81% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 120 (47.27% from 255 or 34.09% from 352); Max value from RGB is 120 - color contains mainly: blue. Hex color #777178 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777178 is #888E87. Grayscale: #737373. Windows color (decimal): -8949384 or 7893367. OLE color: 7893367.
HSL color Cylindrical-coordinate representation of color #777178: hue angle of 291.43º degrees, saturation: 0.03, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #777178 is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 113 | 120 | - |
| CMYK | 0.01 | 0.06 | 0 | 0.53 |
| HSL | 291.43º | 0.03% | 0.46% | - |
| HSV(B) | 291.43º | 0.06% | 0.47% | - |
| XYZ | 16.9 | 17.09 | 20.18 | - |
| YUV | 115.59 | 130.49 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 113 | 120 | 0.01 | 0.06 | 0 | 0.53 | 291.43 | 0.03 | 0.46 |
| Hex | 77 | 71 | 78 | 1 | 6 | 0 | 35 | 123 | 3 | 2E |
| Octal | 167 | 161 | 170 | 1 | 6 | 0 | 65 | 443 | 3 | 56 |
| Binary | 1110111 | 1110001 | 1111000 | 1 | 110 | 0 | 110101 | 100100011 | 11 | 101110 |
Color Harmonies of #777178
Complementary color
Monochromatic Colors of #777178
Black with #777178
Text Example
Text Example
White with #777178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777178; }
p { color: rgb(119,113,120); }
H1.HeaderClassName
{
color: #777178;
}
.AnyTagClassName
{
color: #777178;
}
</style>
background-color css
<style>
a { background-color: #777178; }
a { background-color: rgb(119,113,120); }
div.DivClassName
{
background-color: #777178;
}
.BgClassName
{
background-color: #777178;
}
</style>
border-color css
<style>
span { border-color: #777178; }
span { border-color: rgb(119,113,120); }
td.TdClassName
{
border-color: #777178;
}
.TagClassName
{
border-color: #777178;
}
</style>