Shades of Flirt #7A355E
Tints of Flirt #7A355E
RGB
CMYK
RGB Variations
Color information
#7A355E (or 0x7A355E) is known color: Flirt. HEX triplet: 7A, 35 and 5E. RGB value is (122,53,94). Sum of RGB (Red+Green+Blue) = 122+53+94=269 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.35% from 269); Green value is 53 (21.09% from 255 or 19.70% from 269); Blue value is 94 (37.11% from 255 or 34.94% from 269); Max value from RGB is 122 - color contains mainly: red. Hex color #7A355E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A355E is #85CAA1. Grayscale: #4E4E4E. Windows color (decimal): -8768162 or 6174074. OLE color: 6174074.
HSL color Cylindrical-coordinate representation of color #7A355E: hue angle of 324.35º 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 #7A355E is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 53 | 94 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.52 |
| HSL | 324.35º | 0.39% | 0.34% | - |
| HSV(B) | 324.35º | 0.57% | 0.48% | - |
| XYZ | 11.32 | 7.49 | 11.44 | - |
| YUV | 78.31 | 136.86 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 53 | 94 | 0 | 0.57 | 0.23 | 0.52 | 324.35 | 0.39 | 0.34 |
| Hex | 7A | 35 | 5E | 0 | 39 | 17 | 34 | 144 | 27 | 22 |
| Octal | 172 | 65 | 136 | 0 | 71 | 27 | 64 | 504 | 47 | 42 |
| Binary | 1111010 | 110101 | 1011110 | 0 | 111001 | 10111 | 110100 | 101000100 | 100111 | 100010 |
Color Harmonies of #7A355E
Complementary color
Monochromatic Colors of #7A355E
Black with #7A355E
Text Example
Text Example
White with #7A355E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A355E; }
p { color: rgb(122,53,94); }
H1.HeaderClassName
{
color: #7A355E;
}
.AnyTagClassName
{
color: #7A355E;
}
</style>
background-color css
<style>
a { background-color: #7A355E; }
a { background-color: rgb(122,53,94); }
div.DivClassName
{
background-color: #7A355E;
}
.BgClassName
{
background-color: #7A355E;
}
</style>
border-color css
<style>
span { border-color: #7A355E; }
span { border-color: rgb(122,53,94); }
td.TdClassName
{
border-color: #7A355E;
}
.TagClassName
{
border-color: #7A355E;
}
</style>