Shades of Flirt #7C375C
Tints of Flirt #7C375C
RGB
CMYK
RGB Variations
Color information
#7C375C (or 0x7C375C) is known color: Flirt. HEX triplet: 7C, 37 and 5C. RGB value is (124,55,92). Sum of RGB (Red+Green+Blue) = 124+55+92=271 (35% of max value = 765). Red value is 124 (48.83% from 255 or 45.76% from 271); Green value is 55 (21.88% from 255 or 20.30% from 271); Blue value is 92 (36.33% from 255 or 33.95% from 271); Max value from RGB is 124 - color contains mainly: red. Hex color #7C375C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C375C is #83C8A3. Grayscale: #4F4F4F. Windows color (decimal): -8636580 or 6043516. OLE color: 6043516.
HSL color Cylindrical-coordinate representation of color #7C375C: hue angle of 327.83º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7C375C is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 55 | 92 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.51 |
| HSL | 327.83º | 0.39% | 0.35% | - |
| HSV(B) | 327.83º | 0.56% | 0.49% | - |
| XYZ | 11.61 | 7.79 | 11.02 | - |
| YUV | 79.85 | 134.86 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 55 | 92 | 0 | 0.56 | 0.26 | 0.51 | 327.83 | 0.39 | 0.35 |
| Hex | 7C | 37 | 5C | 0 | 38 | 1A | 33 | 148 | 27 | 23 |
| Octal | 174 | 67 | 134 | 0 | 70 | 32 | 63 | 510 | 47 | 43 |
| Binary | 1111100 | 110111 | 1011100 | 0 | 111000 | 11010 | 110011 | 101001000 | 100111 | 100011 |
Color Harmonies of #7C375C
Complementary color
Monochromatic Colors of #7C375C
Black with #7C375C
Text Example
Text Example
White with #7C375C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C375C; }
p { color: rgb(124,55,92); }
H1.HeaderClassName
{
color: #7C375C;
}
.AnyTagClassName
{
color: #7C375C;
}
</style>
background-color css
<style>
a { background-color: #7C375C; }
a { background-color: rgb(124,55,92); }
div.DivClassName
{
background-color: #7C375C;
}
.BgClassName
{
background-color: #7C375C;
}
</style>
border-color css
<style>
span { border-color: #7C375C; }
span { border-color: rgb(124,55,92); }
td.TdClassName
{
border-color: #7C375C;
}
.TagClassName
{
border-color: #7C375C;
}
</style>