Shades of Rum #7A6481
Tints of Rum #7A6481
RGB
CMYK
RGB Variations
Color information
#7A6481 (or 0x7A6481) is known color: Rum. HEX triplet: 7A, 64 and 81. RGB value is (122,100,129). Sum of RGB (Red+Green+Blue) = 122+100+129=351 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.76% from 351); Green value is 100 (39.45% from 255 or 28.49% from 351); Blue value is 129 (50.78% from 255 or 36.75% from 351); Max value from RGB is 129 - color contains mainly: blue. Hex color #7A6481 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6481 is #859B7E. Grayscale: #6D6D6D. Windows color (decimal): -8756095 or 8479866. OLE color: 8479866.
HSL color Cylindrical-coordinate representation of color #7A6481: hue angle of 285.52º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7A6481 is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 122 | 100 | 129 | - |
| CMYK | 0.05 | 0.22 | 0 | 0.49 |
| HSL | 285.52º | 0.13% | 0.45% | - |
| HSV(B) | 285.52º | 0.22% | 0.51% | - |
| XYZ | 16.55 | 14.84 | 22.76 | - |
| YUV | 109.88 | 138.79 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 100 | 129 | 0.05 | 0.22 | 0 | 0.49 | 285.52 | 0.13 | 0.45 |
| Hex | 7A | 64 | 81 | 5 | 16 | 0 | 31 | 11E | D | 2D |
| Octal | 172 | 144 | 201 | 5 | 26 | 0 | 61 | 436 | 15 | 55 |
| Binary | 1111010 | 1100100 | 10000001 | 101 | 10110 | 0 | 110001 | 100011110 | 1101 | 101101 |
Color Harmonies of #7A6481
Complementary color
Monochromatic Colors of #7A6481
Black with #7A6481
Text Example
Text Example
White with #7A6481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6481; }
p { color: rgb(122,100,129); }
H1.HeaderClassName
{
color: #7A6481;
}
.AnyTagClassName
{
color: #7A6481;
}
</style>
background-color css
<style>
a { background-color: #7A6481; }
a { background-color: rgb(122,100,129); }
div.DivClassName
{
background-color: #7A6481;
}
.BgClassName
{
background-color: #7A6481;
}
</style>
border-color css
<style>
span { border-color: #7A6481; }
span { border-color: rgb(122,100,129); }
td.TdClassName
{
border-color: #7A6481;
}
.TagClassName
{
border-color: #7A6481;
}
</style>