Shades of Flirt #7A345E
Tints of Flirt #7A345E
RGB
CMYK
RGB Variations
Color information
#7A345E (or 0x7A345E) is known color: Flirt. HEX triplet: 7A, 34 and 5E. RGB value is (122,52,94). Sum of RGB (Red+Green+Blue) = 122+52+94=268 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.52% from 268); Green value is 52 (20.70% from 255 or 19.40% from 268); Blue value is 94 (37.11% from 255 or 35.07% from 268); Max value from RGB is 122 - color contains mainly: red. Hex color #7A345E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A345E is #85CBA1. Grayscale: #4D4D4D. Windows color (decimal): -8768418 or 6173818. OLE color: 6173818.
HSL color Cylindrical-coordinate representation of color #7A345E: hue angle of 324º degrees, saturation: 0.4, 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 #7A345E is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 52 | 94 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.52 |
| HSL | 324º | 0.4% | 0.34% | - |
| HSV(B) | 324º | 0.57% | 0.48% | - |
| XYZ | 11.27 | 7.4 | 11.42 | - |
| YUV | 77.72 | 137.19 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 52 | 94 | 0 | 0.57 | 0.23 | 0.52 | 324 | 0.4 | 0.34 |
| Hex | 7A | 34 | 5E | 0 | 39 | 17 | 34 | 144 | 28 | 22 |
| Octal | 172 | 64 | 136 | 0 | 71 | 27 | 64 | 504 | 50 | 42 |
| Binary | 1111010 | 110100 | 1011110 | 0 | 111001 | 10111 | 110100 | 101000100 | 101000 | 100010 |
Color Harmonies of #7A345E
Complementary color
Monochromatic Colors of #7A345E
Black with #7A345E
Text Example
Text Example
White with #7A345E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A345E; }
p { color: rgb(122,52,94); }
H1.HeaderClassName
{
color: #7A345E;
}
.AnyTagClassName
{
color: #7A345E;
}
</style>
background-color css
<style>
a { background-color: #7A345E; }
a { background-color: rgb(122,52,94); }
div.DivClassName
{
background-color: #7A345E;
}
.BgClassName
{
background-color: #7A345E;
}
</style>
border-color css
<style>
span { border-color: #7A345E; }
span { border-color: rgb(122,52,94); }
td.TdClassName
{
border-color: #7A345E;
}
.TagClassName
{
border-color: #7A345E;
}
</style>