Shades of Flirt #7C334C
Tints of Flirt #7C334C
RGB
CMYK
RGB Variations
Color information
#7C334C (or 0x7C334C) is known color: Flirt. HEX triplet: 7C, 33 and 4C. RGB value is (124,51,76). Sum of RGB (Red+Green+Blue) = 124+51+76=251 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.40% from 251); Green value is 51 (20.31% from 255 or 20.32% from 251); Blue value is 76 (30.08% from 255 or 30.28% from 251); Max value from RGB is 124 - color contains mainly: red. Hex color #7C334C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C334C is #83CCB3. Grayscale: #4B4B4B. Windows color (decimal): -8637620 or 4993916. OLE color: 4993916.
HSL color Cylindrical-coordinate representation of color #7C334C: hue angle of 339.45º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7C334C is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 51 | 76 | - |
| CMYK | 0 | 0.59 | 0.39 | 0.51 |
| HSL | 339.45º | 0.42% | 0.34% | - |
| HSV(B) | 339.45º | 0.59% | 0.49% | - |
| XYZ | 10.8 | 7.17 | 7.65 | - |
| YUV | 75.68 | 128.18 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 51 | 76 | 0 | 0.59 | 0.39 | 0.51 | 339.45 | 0.42 | 0.34 |
| Hex | 7C | 33 | 4C | 0 | 3B | 27 | 33 | 153 | 2A | 22 |
| Octal | 174 | 63 | 114 | 0 | 73 | 47 | 63 | 523 | 52 | 42 |
| Binary | 1111100 | 110011 | 1001100 | 0 | 111011 | 100111 | 110011 | 101010011 | 101010 | 100010 |
Color Harmonies of #7C334C
Complementary color
Monochromatic Colors of #7C334C
Black with #7C334C
Text Example
Text Example
White with #7C334C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C334C; }
p { color: rgb(124,51,76); }
H1.HeaderClassName
{
color: #7C334C;
}
.AnyTagClassName
{
color: #7C334C;
}
</style>
background-color css
<style>
a { background-color: #7C334C; }
a { background-color: rgb(124,51,76); }
div.DivClassName
{
background-color: #7C334C;
}
.BgClassName
{
background-color: #7C334C;
}
</style>
border-color css
<style>
span { border-color: #7C334C; }
span { border-color: rgb(124,51,76); }
td.TdClassName
{
border-color: #7C334C;
}
.TagClassName
{
border-color: #7C334C;
}
</style>