Shades of Flirt #7C325A
Tints of Flirt #7C325A
RGB
CMYK
RGB Variations
Color information
#7C325A (or 0x7C325A) is known color: Flirt. HEX triplet: 7C, 32 and 5A. RGB value is (124,50,90). Sum of RGB (Red+Green+Blue) = 124+50+90=264 (34% of max value = 765). Red value is 124 (48.83% from 255 or 46.97% from 264); Green value is 50 (19.92% from 255 or 18.94% from 264); Blue value is 90 (35.55% from 255 or 34.09% from 264); Max value from RGB is 124 - color contains mainly: red. Hex color #7C325A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C325A is #83CDA5. Grayscale: #4C4C4C. Windows color (decimal): -8637862 or 5911164. OLE color: 5911164.
HSL color Cylindrical-coordinate representation of color #7C325A: hue angle of 327.57º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7C325A is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 50 | 90 | - |
| CMYK | 0 | 0.60 | 0.27 | 0.51 |
| HSL | 327.57º | 0.43% | 0.34% | - |
| HSV(B) | 327.57º | 0.6% | 0.49% | - |
| XYZ | 11.3 | 7.3 | 10.49 | - |
| YUV | 76.69 | 135.52 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 50 | 90 | 0 | 0.60 | 0.27 | 0.51 | 327.57 | 0.43 | 0.34 |
| Hex | 7C | 32 | 5A | 0 | 3C | 1B | 33 | 148 | 2B | 22 |
| Octal | 174 | 62 | 132 | 0 | 74 | 33 | 63 | 510 | 53 | 42 |
| Binary | 1111100 | 110010 | 1011010 | 0 | 111100 | 11011 | 110011 | 101001000 | 101011 | 100010 |
Color Harmonies of #7C325A
Complementary color
Monochromatic Colors of #7C325A
Black with #7C325A
Text Example
Text Example
White with #7C325A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C325A; }
p { color: rgb(124,50,90); }
H1.HeaderClassName
{
color: #7C325A;
}
.AnyTagClassName
{
color: #7C325A;
}
</style>
background-color css
<style>
a { background-color: #7C325A; }
a { background-color: rgb(124,50,90); }
div.DivClassName
{
background-color: #7C325A;
}
.BgClassName
{
background-color: #7C325A;
}
</style>
border-color css
<style>
span { border-color: #7C325A; }
span { border-color: rgb(124,50,90); }
td.TdClassName
{
border-color: #7C325A;
}
.TagClassName
{
border-color: #7C325A;
}
</style>