Shades of Flirt #7C3554
Tints of Flirt #7C3554
RGB
CMYK
RGB Variations
Color information
#7C3554 (or 0x7C3554) is known color: Flirt. HEX triplet: 7C, 35 and 54. RGB value is (124,53,84). Sum of RGB (Red+Green+Blue) = 124+53+84=261 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.51% from 261); Green value is 53 (21.09% from 255 or 20.31% from 261); Blue value is 84 (33.20% from 255 or 32.18% from 261); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3554 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3554 is #83CAAB. Grayscale: #4D4D4D. Windows color (decimal): -8637100 or 5518716. OLE color: 5518716.
HSL color Cylindrical-coordinate representation of color #7C3554: hue angle of 333.8º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7C3554 is Cyan = 0, Magento = 0.57, Yellow = 0.32 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 53 | 84 | - |
| CMYK | 0 | 0.57 | 0.32 | 0.51 |
| HSL | 333.8º | 0.4% | 0.35% | - |
| HSV(B) | 333.8º | 0.57% | 0.49% | - |
| XYZ | 11.19 | 7.47 | 9.24 | - |
| YUV | 77.76 | 131.52 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 53 | 84 | 0 | 0.57 | 0.32 | 0.51 | 333.8 | 0.4 | 0.35 |
| Hex | 7C | 35 | 54 | 0 | 39 | 20 | 33 | 14E | 28 | 23 |
| Octal | 174 | 65 | 124 | 0 | 71 | 40 | 63 | 516 | 50 | 43 |
| Binary | 1111100 | 110101 | 1010100 | 0 | 111001 | 100000 | 110011 | 101001110 | 101000 | 100011 |
Color Harmonies of #7C3554
Complementary color
Monochromatic Colors of #7C3554
Black with #7C3554
Text Example
Text Example
White with #7C3554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3554; }
p { color: rgb(124,53,84); }
H1.HeaderClassName
{
color: #7C3554;
}
.AnyTagClassName
{
color: #7C3554;
}
</style>
background-color css
<style>
a { background-color: #7C3554; }
a { background-color: rgb(124,53,84); }
div.DivClassName
{
background-color: #7C3554;
}
.BgClassName
{
background-color: #7C3554;
}
</style>
border-color css
<style>
span { border-color: #7C3554; }
span { border-color: rgb(124,53,84); }
td.TdClassName
{
border-color: #7C3554;
}
.TagClassName
{
border-color: #7C3554;
}
</style>