Shades of Rum #76617C
Tints of Rum #76617C
RGB
CMYK
RGB Variations
Color information
#76617C (or 0x76617C) is known color: Rum. HEX triplet: 76, 61 and 7C. RGB value is (118,97,124). Sum of RGB (Red+Green+Blue) = 118+97+124=339 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.81% from 339); Green value is 97 (38.28% from 255 or 28.61% from 339); Blue value is 124 (48.83% from 255 or 36.58% from 339); Max value from RGB is 124 - color contains mainly: blue. Hex color #76617C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76617C is #899E83. Grayscale: #6A6A6A. Windows color (decimal): -9019012 or 8151414. OLE color: 8151414.
HSL color Cylindrical-coordinate representation of color #76617C: hue angle of 286.67º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #76617C is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 118 | 97 | 124 | - |
| CMYK | 0.05 | 0.22 | 0 | 0.51 |
| HSL | 286.67º | 0.12% | 0.43% | - |
| HSV(B) | 286.67º | 0.22% | 0.49% | - |
| XYZ | 15.38 | 13.86 | 20.93 | - |
| YUV | 106.36 | 137.96 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 97 | 124 | 0.05 | 0.22 | 0 | 0.51 | 286.67 | 0.12 | 0.43 |
| Hex | 76 | 61 | 7C | 5 | 16 | 0 | 33 | 11F | C | 2B |
| Octal | 166 | 141 | 174 | 5 | 26 | 0 | 63 | 437 | 14 | 53 |
| Binary | 1110110 | 1100001 | 1111100 | 101 | 10110 | 0 | 110011 | 100011111 | 1100 | 101011 |
Color Harmonies of #76617C
Complementary color
Monochromatic Colors of #76617C
Black with #76617C
Text Example
Text Example
White with #76617C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76617C; }
p { color: rgb(118,97,124); }
H1.HeaderClassName
{
color: #76617C;
}
.AnyTagClassName
{
color: #76617C;
}
</style>
background-color css
<style>
a { background-color: #76617C; }
a { background-color: rgb(118,97,124); }
div.DivClassName
{
background-color: #76617C;
}
.BgClassName
{
background-color: #76617C;
}
</style>
border-color css
<style>
span { border-color: #76617C; }
span { border-color: rgb(118,97,124); }
td.TdClassName
{
border-color: #76617C;
}
.TagClassName
{
border-color: #76617C;
}
</style>