Shades of Flirt #7C334F
Tints of Flirt #7C334F
RGB
CMYK
RGB Variations
Color information
#7C334F (or 0x7C334F) is known color: Flirt. HEX triplet: 7C, 33 and 4F. RGB value is (124,51,79). Sum of RGB (Red+Green+Blue) = 124+51+79=254 (33% of max value = 765). Red value is 124 (48.83% from 255 or 48.82% from 254); Green value is 51 (20.31% from 255 or 20.08% from 254); Blue value is 79 (31.25% from 255 or 31.10% from 254); Max value from RGB is 124 - color contains mainly: red. Hex color #7C334F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C334F is #83CCB0. Grayscale: #4B4B4B. Windows color (decimal): -8637617 or 5190524. OLE color: 5190524.
HSL color Cylindrical-coordinate representation of color #7C334F: hue angle of 336.99º 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 #7C334F is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 51 | 79 | - |
| CMYK | 0 | 0.59 | 0.36 | 0.51 |
| HSL | 336.99º | 0.42% | 0.34% | - |
| HSV(B) | 336.99º | 0.59% | 0.49% | - |
| XYZ | 10.91 | 7.22 | 8.22 | - |
| YUV | 76.02 | 129.68 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 51 | 79 | 0 | 0.59 | 0.36 | 0.51 | 336.99 | 0.42 | 0.34 |
| Hex | 7C | 33 | 4F | 0 | 3B | 24 | 33 | 151 | 2A | 22 |
| Octal | 174 | 63 | 117 | 0 | 73 | 44 | 63 | 521 | 52 | 42 |
| Binary | 1111100 | 110011 | 1001111 | 0 | 111011 | 100100 | 110011 | 101010001 | 101010 | 100010 |
Color Harmonies of #7C334F
Complementary color
Monochromatic Colors of #7C334F
Black with #7C334F
Text Example
Text Example
White with #7C334F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C334F; }
p { color: rgb(124,51,79); }
H1.HeaderClassName
{
color: #7C334F;
}
.AnyTagClassName
{
color: #7C334F;
}
</style>
background-color css
<style>
a { background-color: #7C334F; }
a { background-color: rgb(124,51,79); }
div.DivClassName
{
background-color: #7C334F;
}
.BgClassName
{
background-color: #7C334F;
}
</style>
border-color css
<style>
span { border-color: #7C334F; }
span { border-color: rgb(124,51,79); }
td.TdClassName
{
border-color: #7C334F;
}
.TagClassName
{
border-color: #7C334F;
}
</style>