Shades of Rum #7A6580
Tints of Rum #7A6580
RGB
CMYK
RGB Variations
Color information
#7A6580 (or 0x7A6580) is known color: Rum. HEX triplet: 7A, 65 and 80. RGB value is (122,101,128). Sum of RGB (Red+Green+Blue) = 122+101+128=351 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.76% from 351); Green value is 101 (39.84% from 255 or 28.77% from 351); Blue value is 128 (50.39% from 255 or 36.47% from 351); Max value from RGB is 128 - color contains mainly: blue. Hex color #7A6580 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6580 is #859A7F. Grayscale: #6E6E6E. Windows color (decimal): -8755840 or 8414586. OLE color: 8414586.
HSL color Cylindrical-coordinate representation of color #7A6580: hue angle of 286.67º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7A6580 is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 122 | 101 | 128 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.50 |
| HSL | 286.67º | 0.12% | 0.45% | - |
| HSV(B) | 286.67º | 0.21% | 0.5% | - |
| XYZ | 16.58 | 15 | 22.44 | - |
| YUV | 110.36 | 137.96 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 101 | 128 | 0.05 | 0.21 | 0 | 0.50 | 286.67 | 0.12 | 0.45 |
| Hex | 7A | 65 | 80 | 5 | 15 | 0 | 32 | 11F | C | 2D |
| Octal | 172 | 145 | 200 | 5 | 25 | 0 | 62 | 437 | 14 | 55 |
| Binary | 1111010 | 1100101 | 10000000 | 101 | 10101 | 0 | 110010 | 100011111 | 1100 | 101101 |
Color Harmonies of #7A6580
Complementary color
Monochromatic Colors of #7A6580
Black with #7A6580
Text Example
Text Example
White with #7A6580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6580; }
p { color: rgb(122,101,128); }
H1.HeaderClassName
{
color: #7A6580;
}
.AnyTagClassName
{
color: #7A6580;
}
</style>
background-color css
<style>
a { background-color: #7A6580; }
a { background-color: rgb(122,101,128); }
div.DivClassName
{
background-color: #7A6580;
}
.BgClassName
{
background-color: #7A6580;
}
</style>
border-color css
<style>
span { border-color: #7A6580; }
span { border-color: rgb(122,101,128); }
td.TdClassName
{
border-color: #7A6580;
}
.TagClassName
{
border-color: #7A6580;
}
</style>