Shades of Flirt #7C3758
Tints of Flirt #7C3758
RGB
CMYK
RGB Variations
Color information
#7C3758 (or 0x7C3758) is known color: Flirt. HEX triplet: 7C, 37 and 58. RGB value is (124,55,88). Sum of RGB (Red+Green+Blue) = 124+55+88=267 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.44% from 267); Green value is 55 (21.88% from 255 or 20.60% from 267); Blue value is 88 (34.77% from 255 or 32.96% from 267); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3758 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3758 is #83C8A7. Grayscale: #4F4F4F. Windows color (decimal): -8636584 or 5781372. OLE color: 5781372.
HSL color Cylindrical-coordinate representation of color #7C3758: hue angle of 331.3º 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 #7C3758 is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 55 | 88 | - |
| CMYK | 0 | 0.56 | 0.29 | 0.51 |
| HSL | 331.3º | 0.39% | 0.35% | - |
| HSV(B) | 331.3º | 0.56% | 0.49% | - |
| XYZ | 11.44 | 7.72 | 10.12 | - |
| YUV | 79.39 | 132.86 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 55 | 88 | 0 | 0.56 | 0.29 | 0.51 | 331.3 | 0.39 | 0.35 |
| Hex | 7C | 37 | 58 | 0 | 38 | 1D | 33 | 14B | 27 | 23 |
| Octal | 174 | 67 | 130 | 0 | 70 | 35 | 63 | 513 | 47 | 43 |
| Binary | 1111100 | 110111 | 1011000 | 0 | 111000 | 11101 | 110011 | 101001011 | 100111 | 100011 |
Color Harmonies of #7C3758
Complementary color
Monochromatic Colors of #7C3758
Black with #7C3758
Text Example
Text Example
White with #7C3758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3758; }
p { color: rgb(124,55,88); }
H1.HeaderClassName
{
color: #7C3758;
}
.AnyTagClassName
{
color: #7C3758;
}
</style>
background-color css
<style>
a { background-color: #7C3758; }
a { background-color: rgb(124,55,88); }
div.DivClassName
{
background-color: #7C3758;
}
.BgClassName
{
background-color: #7C3758;
}
</style>
border-color css
<style>
span { border-color: #7C3758; }
span { border-color: rgb(124,55,88); }
td.TdClassName
{
border-color: #7C3758;
}
.TagClassName
{
border-color: #7C3758;
}
</style>