Shades of Rum #776D79
Tints of Rum #776D79
RGB
CMYK
RGB Variations
Color information
#776D79 (or 0x776D79) is known color: Rum. HEX triplet: 77, 6D and 79. RGB value is (119,109,121). Sum of RGB (Red+Green+Blue) = 119+109+121=349 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.10% from 349); Green value is 109 (42.97% from 255 or 31.23% from 349); Blue value is 121 (47.66% from 255 or 34.67% from 349); Max value from RGB is 121 - color contains mainly: blue. Hex color #776D79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776D79 is #889286. Grayscale: #717171. Windows color (decimal): -8950407 or 7957879. OLE color: 7957879.
HSL color Cylindrical-coordinate representation of color #776D79: hue angle of 290º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #776D79 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 109 | 121 | - |
| CMYK | 0.02 | 0.10 | 0 | 0.53 |
| HSL | 290º | 0.05% | 0.45% | - |
| HSV(B) | 290º | 0.1% | 0.47% | - |
| XYZ | 16.53 | 16.24 | 20.35 | - |
| YUV | 113.36 | 132.31 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 109 | 121 | 0.02 | 0.10 | 0 | 0.53 | 290 | 0.05 | 0.45 |
| Hex | 77 | 6D | 79 | 2 | A | 0 | 35 | 122 | 5 | 2D |
| Octal | 167 | 155 | 171 | 2 | 12 | 0 | 65 | 442 | 5 | 55 |
| Binary | 1110111 | 1101101 | 1111001 | 10 | 1010 | 0 | 110101 | 100100010 | 101 | 101101 |
Color Harmonies of #776D79
Complementary color
Monochromatic Colors of #776D79
Black with #776D79
Text Example
Text Example
White with #776D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776D79; }
p { color: rgb(119,109,121); }
H1.HeaderClassName
{
color: #776D79;
}
.AnyTagClassName
{
color: #776D79;
}
</style>
background-color css
<style>
a { background-color: #776D79; }
a { background-color: rgb(119,109,121); }
div.DivClassName
{
background-color: #776D79;
}
.BgClassName
{
background-color: #776D79;
}
</style>
border-color css
<style>
span { border-color: #776D79; }
span { border-color: rgb(119,109,121); }
td.TdClassName
{
border-color: #776D79;
}
.TagClassName
{
border-color: #776D79;
}
</style>