Shades of Flirt #7C325C
Tints of Flirt #7C325C
RGB
CMYK
RGB Variations
Color information
#7C325C (or 0x7C325C) is known color: Flirt. HEX triplet: 7C, 32 and 5C. RGB value is (124,50,92). Sum of RGB (Red+Green+Blue) = 124+50+92=266 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.62% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 92 (36.33% from 255 or 34.59% from 266); Max value from RGB is 124 - color contains mainly: red. Hex color #7C325C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C325C is #83CDA3. Grayscale: #4C4C4C. Windows color (decimal): -8637860 or 6042236. OLE color: 6042236.
HSL color Cylindrical-coordinate representation of color #7C325C: hue angle of 325.95º 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 #7C325C is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 50 | 92 | - |
| CMYK | 0 | 0.60 | 0.26 | 0.51 |
| HSL | 325.95º | 0.43% | 0.34% | - |
| HSV(B) | 325.95º | 0.6% | 0.49% | - |
| XYZ | 11.38 | 7.34 | 10.94 | - |
| YUV | 76.91 | 136.52 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 50 | 92 | 0 | 0.60 | 0.26 | 0.51 | 325.95 | 0.43 | 0.34 |
| Hex | 7C | 32 | 5C | 0 | 3C | 1A | 33 | 146 | 2B | 22 |
| Octal | 174 | 62 | 134 | 0 | 74 | 32 | 63 | 506 | 53 | 42 |
| Binary | 1111100 | 110010 | 1011100 | 0 | 111100 | 11010 | 110011 | 101000110 | 101011 | 100010 |
Color Harmonies of #7C325C
Complementary color
Monochromatic Colors of #7C325C
Black with #7C325C
Text Example
Text Example
White with #7C325C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C325C; }
p { color: rgb(124,50,92); }
H1.HeaderClassName
{
color: #7C325C;
}
.AnyTagClassName
{
color: #7C325C;
}
</style>
background-color css
<style>
a { background-color: #7C325C; }
a { background-color: rgb(124,50,92); }
div.DivClassName
{
background-color: #7C325C;
}
.BgClassName
{
background-color: #7C325C;
}
</style>
border-color css
<style>
span { border-color: #7C325C; }
span { border-color: rgb(124,50,92); }
td.TdClassName
{
border-color: #7C325C;
}
.TagClassName
{
border-color: #7C325C;
}
</style>