Shades of Flirt #7A3552
Tints of Flirt #7A3552
RGB
CMYK
RGB Variations
Color information
#7A3552 (or 0x7A3552) is known color: Flirt. HEX triplet: 7A, 35 and 52. RGB value is (122,53,82). Sum of RGB (Red+Green+Blue) = 122+53+82=257 (34% of max value = 765). Red value is 122 (48.05% from 255 or 47.47% from 257); Green value is 53 (21.09% from 255 or 20.62% from 257); Blue value is 82 (32.42% from 255 or 31.91% from 257); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3552 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3552 is #85CAAD. Grayscale: #4C4C4C. Windows color (decimal): -8768174 or 5387642. OLE color: 5387642.
HSL color Cylindrical-coordinate representation of color #7A3552: hue angle of 334.78º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7A3552 is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 53 | 82 | - |
| CMYK | 0 | 0.57 | 0.33 | 0.52 |
| HSL | 334.78º | 0.39% | 0.34% | - |
| HSV(B) | 334.78º | 0.57% | 0.48% | - |
| XYZ | 10.82 | 7.29 | 8.82 | - |
| YUV | 76.94 | 130.86 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 53 | 82 | 0 | 0.57 | 0.33 | 0.52 | 334.78 | 0.39 | 0.34 |
| Hex | 7A | 35 | 52 | 0 | 39 | 21 | 34 | 14F | 27 | 22 |
| Octal | 172 | 65 | 122 | 0 | 71 | 41 | 64 | 517 | 47 | 42 |
| Binary | 1111010 | 110101 | 1010010 | 0 | 111001 | 100001 | 110100 | 101001111 | 100111 | 100010 |
Color Harmonies of #7A3552
Complementary color
Monochromatic Colors of #7A3552
Black with #7A3552
Text Example
Text Example
White with #7A3552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3552; }
p { color: rgb(122,53,82); }
H1.HeaderClassName
{
color: #7A3552;
}
.AnyTagClassName
{
color: #7A3552;
}
</style>
background-color css
<style>
a { background-color: #7A3552; }
a { background-color: rgb(122,53,82); }
div.DivClassName
{
background-color: #7A3552;
}
.BgClassName
{
background-color: #7A3552;
}
</style>
border-color css
<style>
span { border-color: #7A3552; }
span { border-color: rgb(122,53,82); }
td.TdClassName
{
border-color: #7A3552;
}
.TagClassName
{
border-color: #7A3552;
}
</style>