Shades of Rum #77617F
Tints of Rum #77617F
RGB
CMYK
RGB Variations
Color information
#77617F (or 0x77617F) is known color: Rum. HEX triplet: 77, 61 and 7F. RGB value is (119,97,127). Sum of RGB (Red+Green+Blue) = 119+97+127=343 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.69% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 127 (50% from 255 or 37.03% from 343); Max value from RGB is 127 - color contains mainly: blue. Hex color #77617F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77617F is #889E80. Grayscale: #6A6A6A. Windows color (decimal): -8953473 or 8348023. OLE color: 8348023.
HSL color Cylindrical-coordinate representation of color #77617F: hue angle of 284º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #77617F is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 119 | 97 | 127 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.50 |
| HSL | 284º | 0.13% | 0.44% | - |
| HSV(B) | 284º | 0.24% | 0.5% | - |
| XYZ | 15.71 | 14 | 21.95 | - |
| YUV | 107 | 139.29 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 97 | 127 | 0.06 | 0.24 | 0 | 0.50 | 284 | 0.13 | 0.44 |
| Hex | 77 | 61 | 7F | 6 | 18 | 0 | 32 | 11C | D | 2C |
| Octal | 167 | 141 | 177 | 6 | 30 | 0 | 62 | 434 | 15 | 54 |
| Binary | 1110111 | 1100001 | 1111111 | 110 | 11000 | 0 | 110010 | 100011100 | 1101 | 101100 |
Color Harmonies of #77617F
Complementary color
Monochromatic Colors of #77617F
Black with #77617F
Text Example
Text Example
White with #77617F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77617F; }
p { color: rgb(119,97,127); }
H1.HeaderClassName
{
color: #77617F;
}
.AnyTagClassName
{
color: #77617F;
}
</style>
background-color css
<style>
a { background-color: #77617F; }
a { background-color: rgb(119,97,127); }
div.DivClassName
{
background-color: #77617F;
}
.BgClassName
{
background-color: #77617F;
}
</style>
border-color css
<style>
span { border-color: #77617F; }
span { border-color: rgb(119,97,127); }
td.TdClassName
{
border-color: #77617F;
}
.TagClassName
{
border-color: #77617F;
}
</style>