Shades of Rum #7A6681
Tints of Rum #7A6681
RGB
CMYK
RGB Variations
Color information
#7A6681 (or 0x7A6681) is known color: Rum. HEX triplet: 7A, 66 and 81. RGB value is (122,102,129). Sum of RGB (Red+Green+Blue) = 122+102+129=353 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.56% from 353); Green value is 102 (40.23% from 255 or 28.90% from 353); Blue value is 129 (50.78% from 255 or 36.54% from 353); Max value from RGB is 129 - color contains mainly: blue. Hex color #7A6681 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6681 is #85997E. Grayscale: #6E6E6E. Windows color (decimal): -8755583 or 8480378. OLE color: 8480378.
HSL color Cylindrical-coordinate representation of color #7A6681: hue angle of 284.44º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7A6681 is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 122 | 102 | 129 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.49 |
| HSL | 284.44º | 0.12% | 0.45% | - |
| HSV(B) | 284.44º | 0.21% | 0.51% | - |
| XYZ | 16.74 | 15.23 | 22.83 | - |
| YUV | 111.06 | 138.13 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 102 | 129 | 0.05 | 0.21 | 0 | 0.49 | 284.44 | 0.12 | 0.45 |
| Hex | 7A | 66 | 81 | 5 | 15 | 0 | 31 | 11C | C | 2D |
| Octal | 172 | 146 | 201 | 5 | 25 | 0 | 61 | 434 | 14 | 55 |
| Binary | 1111010 | 1100110 | 10000001 | 101 | 10101 | 0 | 110001 | 100011100 | 1100 | 101101 |
Color Harmonies of #7A6681
Complementary color
Monochromatic Colors of #7A6681
Black with #7A6681
Text Example
Text Example
White with #7A6681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6681; }
p { color: rgb(122,102,129); }
H1.HeaderClassName
{
color: #7A6681;
}
.AnyTagClassName
{
color: #7A6681;
}
</style>
background-color css
<style>
a { background-color: #7A6681; }
a { background-color: rgb(122,102,129); }
div.DivClassName
{
background-color: #7A6681;
}
.BgClassName
{
background-color: #7A6681;
}
</style>
border-color css
<style>
span { border-color: #7A6681; }
span { border-color: rgb(122,102,129); }
td.TdClassName
{
border-color: #7A6681;
}
.TagClassName
{
border-color: #7A6681;
}
</style>