Shades of Rum #77617B
Tints of Rum #77617B
RGB
CMYK
RGB Variations
Color information
#77617B (or 0x77617B) is known color: Rum. HEX triplet: 77, 61 and 7B. RGB value is (119,97,123). Sum of RGB (Red+Green+Blue) = 119+97+123=339 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.10% from 339); Green value is 97 (38.28% from 255 or 28.61% from 339); Blue value is 123 (48.44% from 255 or 36.28% from 339); Max value from RGB is 123 - color contains mainly: blue. Hex color #77617B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77617B is #889E84. Grayscale: #6A6A6A. Windows color (decimal): -8953477 or 8085879. OLE color: 8085879.
HSL color Cylindrical-coordinate representation of color #77617B: hue angle of 290.77º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #77617B is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 119 | 97 | 123 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.52 |
| HSL | 290.77º | 0.12% | 0.43% | - |
| HSV(B) | 290.77º | 0.21% | 0.48% | - |
| XYZ | 15.46 | 13.9 | 20.61 | - |
| YUV | 106.54 | 137.29 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 97 | 123 | 0.03 | 0.21 | 0 | 0.52 | 290.77 | 0.12 | 0.43 |
| Hex | 77 | 61 | 7B | 3 | 15 | 0 | 34 | 123 | C | 2B |
| Octal | 167 | 141 | 173 | 3 | 25 | 0 | 64 | 443 | 14 | 53 |
| Binary | 1110111 | 1100001 | 1111011 | 11 | 10101 | 0 | 110100 | 100100011 | 1100 | 101011 |
Color Harmonies of #77617B
Complementary color
Monochromatic Colors of #77617B
Black with #77617B
Text Example
Text Example
White with #77617B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77617B; }
p { color: rgb(119,97,123); }
H1.HeaderClassName
{
color: #77617B;
}
.AnyTagClassName
{
color: #77617B;
}
</style>
background-color css
<style>
a { background-color: #77617B; }
a { background-color: rgb(119,97,123); }
div.DivClassName
{
background-color: #77617B;
}
.BgClassName
{
background-color: #77617B;
}
</style>
border-color css
<style>
span { border-color: #77617B; }
span { border-color: rgb(119,97,123); }
td.TdClassName
{
border-color: #77617B;
}
.TagClassName
{
border-color: #77617B;
}
</style>