Shades of Rum #77617E
Tints of Rum #77617E
RGB
CMYK
RGB Variations
Color information
#77617E (or 0x77617E) is known color: Rum. HEX triplet: 77, 61 and 7E. RGB value is (119,97,126). Sum of RGB (Red+Green+Blue) = 119+97+126=342 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.80% from 342); Green value is 97 (38.28% from 255 or 28.36% from 342); Blue value is 126 (49.61% from 255 or 36.84% from 342); Max value from RGB is 126 - color contains mainly: blue. Hex color #77617E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77617E is #889E81. Grayscale: #6A6A6A. Windows color (decimal): -8953474 or 8282487. OLE color: 8282487.
HSL color Cylindrical-coordinate representation of color #77617E: hue angle of 285.52º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #77617E is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 97 | 126 | - |
| CMYK | 0.06 | 0.23 | 0 | 0.51 |
| HSL | 285.52º | 0.13% | 0.44% | - |
| HSV(B) | 285.52º | 0.23% | 0.49% | - |
| XYZ | 15.65 | 13.98 | 21.61 | - |
| YUV | 106.88 | 138.79 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 97 | 126 | 0.06 | 0.23 | 0 | 0.51 | 285.52 | 0.13 | 0.44 |
| Hex | 77 | 61 | 7E | 6 | 17 | 0 | 33 | 11E | D | 2C |
| Octal | 167 | 141 | 176 | 6 | 27 | 0 | 63 | 436 | 15 | 54 |
| Binary | 1110111 | 1100001 | 1111110 | 110 | 10111 | 0 | 110011 | 100011110 | 1101 | 101100 |
Color Harmonies of #77617E
Complementary color
Monochromatic Colors of #77617E
Black with #77617E
Text Example
Text Example
White with #77617E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77617E; }
p { color: rgb(119,97,126); }
H1.HeaderClassName
{
color: #77617E;
}
.AnyTagClassName
{
color: #77617E;
}
</style>
background-color css
<style>
a { background-color: #77617E; }
a { background-color: rgb(119,97,126); }
div.DivClassName
{
background-color: #77617E;
}
.BgClassName
{
background-color: #77617E;
}
</style>
border-color css
<style>
span { border-color: #77617E; }
span { border-color: rgb(119,97,126); }
td.TdClassName
{
border-color: #77617E;
}
.TagClassName
{
border-color: #77617E;
}
</style>