Shades of Flirt #7C365B
Tints of Flirt #7C365B
RGB
CMYK
RGB Variations
Color information
#7C365B (or 0x7C365B) is known color: Flirt. HEX triplet: 7C, 36 and 5B. RGB value is (124,54,91). Sum of RGB (Red+Green+Blue) = 124+54+91=269 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.10% from 269); Green value is 54 (21.48% from 255 or 20.07% from 269); Blue value is 91 (35.94% from 255 or 33.83% from 269); Max value from RGB is 124 - color contains mainly: red. Hex color #7C365B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C365B is #83C9A4. Grayscale: #4F4F4F. Windows color (decimal): -8636837 or 5977724. OLE color: 5977724.
HSL color Cylindrical-coordinate representation of color #7C365B: hue angle of 328.29º 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 #7C365B is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 54 | 91 | - |
| CMYK | 0 | 0.56 | 0.27 | 0.51 |
| HSL | 328.29º | 0.39% | 0.35% | - |
| HSV(B) | 328.29º | 0.56% | 0.49% | - |
| XYZ | 11.52 | 7.68 | 10.77 | - |
| YUV | 79.15 | 134.69 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 54 | 91 | 0 | 0.56 | 0.27 | 0.51 | 328.29 | 0.39 | 0.35 |
| Hex | 7C | 36 | 5B | 0 | 38 | 1B | 33 | 148 | 27 | 23 |
| Octal | 174 | 66 | 133 | 0 | 70 | 33 | 63 | 510 | 47 | 43 |
| Binary | 1111100 | 110110 | 1011011 | 0 | 111000 | 11011 | 110011 | 101001000 | 100111 | 100011 |
Color Harmonies of #7C365B
Complementary color
Monochromatic Colors of #7C365B
Black with #7C365B
Text Example
Text Example
White with #7C365B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C365B; }
p { color: rgb(124,54,91); }
H1.HeaderClassName
{
color: #7C365B;
}
.AnyTagClassName
{
color: #7C365B;
}
</style>
background-color css
<style>
a { background-color: #7C365B; }
a { background-color: rgb(124,54,91); }
div.DivClassName
{
background-color: #7C365B;
}
.BgClassName
{
background-color: #7C365B;
}
</style>
border-color css
<style>
span { border-color: #7C365B; }
span { border-color: rgb(124,54,91); }
td.TdClassName
{
border-color: #7C365B;
}
.TagClassName
{
border-color: #7C365B;
}
</style>