Shades of Flirt #7A3260
Tints of Flirt #7A3260
RGB
CMYK
RGB Variations
Color information
#7A3260 (or 0x7A3260) is known color: Flirt. HEX triplet: 7A, 32 and 60. RGB value is (122,50,96). Sum of RGB (Red+Green+Blue) = 122+50+96=268 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.52% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 96 (37.89% from 255 or 35.82% from 268); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3260 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3260 is #85CD9F. Grayscale: #4C4C4C. Windows color (decimal): -8768928 or 6304378. OLE color: 6304378.
HSL color Cylindrical-coordinate representation of color #7A3260: hue angle of 321.67º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7A3260 is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 50 | 96 | - |
| CMYK | 0 | 0.59 | 0.21 | 0.52 |
| HSL | 321.67º | 0.42% | 0.34% | - |
| HSV(B) | 321.67º | 0.59% | 0.48% | - |
| XYZ | 11.28 | 7.26 | 11.87 | - |
| YUV | 76.77 | 138.85 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 50 | 96 | 0 | 0.59 | 0.21 | 0.52 | 321.67 | 0.42 | 0.34 |
| Hex | 7A | 32 | 60 | 0 | 3B | 15 | 34 | 142 | 2A | 22 |
| Octal | 172 | 62 | 140 | 0 | 73 | 25 | 64 | 502 | 52 | 42 |
| Binary | 1111010 | 110010 | 1100000 | 0 | 111011 | 10101 | 110100 | 101000010 | 101010 | 100010 |
Color Harmonies of #7A3260
Complementary color
Monochromatic Colors of #7A3260
Black with #7A3260
Text Example
Text Example
White with #7A3260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3260; }
p { color: rgb(122,50,96); }
H1.HeaderClassName
{
color: #7A3260;
}
.AnyTagClassName
{
color: #7A3260;
}
</style>
background-color css
<style>
a { background-color: #7A3260; }
a { background-color: rgb(122,50,96); }
div.DivClassName
{
background-color: #7A3260;
}
.BgClassName
{
background-color: #7A3260;
}
</style>
border-color css
<style>
span { border-color: #7A3260; }
span { border-color: rgb(122,50,96); }
td.TdClassName
{
border-color: #7A3260;
}
.TagClassName
{
border-color: #7A3260;
}
</style>