Shades of Flirt #7C3650
Tints of Flirt #7C3650
RGB
CMYK
RGB Variations
Color information
#7C3650 (or 0x7C3650) is known color: Flirt. HEX triplet: 7C, 36 and 50. RGB value is (124,54,80). Sum of RGB (Red+Green+Blue) = 124+54+80=258 (34% of max value = 765). Red value is 124 (48.83% from 255 or 48.06% from 258); Green value is 54 (21.48% from 255 or 20.93% from 258); Blue value is 80 (31.64% from 255 or 31.01% from 258); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3650 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3650 is #83C9AF. Grayscale: #4D4D4D. Windows color (decimal): -8636848 or 5256828. OLE color: 5256828.
HSL color Cylindrical-coordinate representation of color #7C3650: hue angle of 337.71º 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 #7C3650 is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 54 | 80 | - |
| CMYK | 0 | 0.56 | 0.35 | 0.51 |
| HSL | 337.71º | 0.39% | 0.35% | - |
| HSV(B) | 337.71º | 0.56% | 0.49% | - |
| XYZ | 11.08 | 7.5 | 8.45 | - |
| YUV | 77.89 | 129.19 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 54 | 80 | 0 | 0.56 | 0.35 | 0.51 | 337.71 | 0.39 | 0.35 |
| Hex | 7C | 36 | 50 | 0 | 38 | 23 | 33 | 152 | 27 | 23 |
| Octal | 174 | 66 | 120 | 0 | 70 | 43 | 63 | 522 | 47 | 43 |
| Binary | 1111100 | 110110 | 1010000 | 0 | 111000 | 100011 | 110011 | 101010010 | 100111 | 100011 |
Color Harmonies of #7C3650
Complementary color
Monochromatic Colors of #7C3650
Black with #7C3650
Text Example
Text Example
White with #7C3650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3650; }
p { color: rgb(124,54,80); }
H1.HeaderClassName
{
color: #7C3650;
}
.AnyTagClassName
{
color: #7C3650;
}
</style>
background-color css
<style>
a { background-color: #7C3650; }
a { background-color: rgb(124,54,80); }
div.DivClassName
{
background-color: #7C3650;
}
.BgClassName
{
background-color: #7C3650;
}
</style>
border-color css
<style>
span { border-color: #7C3650; }
span { border-color: rgb(124,54,80); }
td.TdClassName
{
border-color: #7C3650;
}
.TagClassName
{
border-color: #7C3650;
}
</style>