Shades of Flirt #7C385E
Tints of Flirt #7C385E
RGB
CMYK
RGB Variations
Color information
#7C385E (or 0x7C385E) is known color: Flirt. HEX triplet: 7C, 38 and 5E. RGB value is (124,56,94). Sum of RGB (Red+Green+Blue) = 124+56+94=274 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.26% from 274); Green value is 56 (22.27% from 255 or 20.44% from 274); Blue value is 94 (37.11% from 255 or 34.31% from 274); Max value from RGB is 124 - color contains mainly: red. Hex color #7C385E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C385E is #83C7A1. Grayscale: #505050. Windows color (decimal): -8636322 or 6174844. OLE color: 6174844.
HSL color Cylindrical-coordinate representation of color #7C385E: hue angle of 326.47º 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 #7C385E is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 56 | 94 | - |
| CMYK | 0 | 0.55 | 0.24 | 0.51 |
| HSL | 326.47º | 0.38% | 0.35% | - |
| HSV(B) | 326.47º | 0.55% | 0.49% | - |
| XYZ | 11.75 | 7.92 | 11.5 | - |
| YUV | 80.66 | 135.53 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 56 | 94 | 0 | 0.55 | 0.24 | 0.51 | 326.47 | 0.38 | 0.35 |
| Hex | 7C | 38 | 5E | 0 | 37 | 18 | 33 | 146 | 26 | 23 |
| Octal | 174 | 70 | 136 | 0 | 67 | 30 | 63 | 506 | 46 | 43 |
| Binary | 1111100 | 111000 | 1011110 | 0 | 110111 | 11000 | 110011 | 101000110 | 100110 | 100011 |
Color Harmonies of #7C385E
Complementary color
Monochromatic Colors of #7C385E
Black with #7C385E
Text Example
Text Example
White with #7C385E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C385E; }
p { color: rgb(124,56,94); }
H1.HeaderClassName
{
color: #7C385E;
}
.AnyTagClassName
{
color: #7C385E;
}
</style>
background-color css
<style>
a { background-color: #7C385E; }
a { background-color: rgb(124,56,94); }
div.DivClassName
{
background-color: #7C385E;
}
.BgClassName
{
background-color: #7C385E;
}
</style>
border-color css
<style>
span { border-color: #7C385E; }
span { border-color: rgb(124,56,94); }
td.TdClassName
{
border-color: #7C385E;
}
.TagClassName
{
border-color: #7C385E;
}
</style>