Shades of Flirt #7C385C
Tints of Flirt #7C385C
RGB
CMYK
RGB Variations
Color information
#7C385C (or 0x7C385C) is known color: Flirt. HEX triplet: 7C, 38 and 5C. RGB value is (124,56,92). Sum of RGB (Red+Green+Blue) = 124+56+92=272 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.59% from 272); Green value is 56 (22.27% from 255 or 20.59% from 272); Blue value is 92 (36.33% from 255 or 33.82% from 272); Max value from RGB is 124 - color contains mainly: red. Hex color #7C385C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C385C is #83C7A3. Grayscale: #505050. Windows color (decimal): -8636324 or 6043772. OLE color: 6043772.
HSL color Cylindrical-coordinate representation of color #7C385C: hue angle of 328.24º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7C385C is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 56 | 92 | - |
| CMYK | 0 | 0.55 | 0.26 | 0.51 |
| HSL | 328.24º | 0.38% | 0.35% | - |
| HSV(B) | 328.24º | 0.55% | 0.49% | - |
| XYZ | 11.66 | 7.89 | 11.03 | - |
| YUV | 80.44 | 134.53 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 56 | 92 | 0 | 0.55 | 0.26 | 0.51 | 328.24 | 0.38 | 0.35 |
| Hex | 7C | 38 | 5C | 0 | 37 | 1A | 33 | 148 | 26 | 23 |
| Octal | 174 | 70 | 134 | 0 | 67 | 32 | 63 | 510 | 46 | 43 |
| Binary | 1111100 | 111000 | 1011100 | 0 | 110111 | 11010 | 110011 | 101001000 | 100110 | 100011 |
Color Harmonies of #7C385C
Complementary color
Monochromatic Colors of #7C385C
Black with #7C385C
Text Example
Text Example
White with #7C385C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C385C; }
p { color: rgb(124,56,92); }
H1.HeaderClassName
{
color: #7C385C;
}
.AnyTagClassName
{
color: #7C385C;
}
</style>
background-color css
<style>
a { background-color: #7C385C; }
a { background-color: rgb(124,56,92); }
div.DivClassName
{
background-color: #7C385C;
}
.BgClassName
{
background-color: #7C385C;
}
</style>
border-color css
<style>
span { border-color: #7C385C; }
span { border-color: rgb(124,56,92); }
td.TdClassName
{
border-color: #7C385C;
}
.TagClassName
{
border-color: #7C385C;
}
</style>