Shades of Flirt #7D3C57
Tints of Flirt #7D3C57
RGB
CMYK
RGB Variations
Color information
#7D3C57 (or 0x7D3C57) is known color: Flirt. HEX triplet: 7D, 3C and 57. RGB value is (125,60,87). Sum of RGB (Red+Green+Blue) = 125+60+87=272 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.96% from 272); Green value is 60 (23.83% from 255 or 22.06% from 272); Blue value is 87 (34.38% from 255 or 31.99% from 272); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3C57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3C57 is #82C3A8. Grayscale: #525252. Windows color (decimal): -8569769 or 5717117. OLE color: 5717117.
HSL color Cylindrical-coordinate representation of color #7D3C57: hue angle of 335.08º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7D3C57 is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 60 | 87 | - |
| CMYK | 0 | 0.52 | 0.30 | 0.51 |
| HSL | 335.08º | 0.35% | 0.36% | - |
| HSV(B) | 335.08º | 0.52% | 0.49% | - |
| XYZ | 11.79 | 8.28 | 9.99 | - |
| YUV | 82.51 | 130.53 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 60 | 87 | 0 | 0.52 | 0.30 | 0.51 | 335.08 | 0.35 | 0.36 |
| Hex | 7D | 3C | 57 | 0 | 34 | 1E | 33 | 14F | 23 | 24 |
| Octal | 175 | 74 | 127 | 0 | 64 | 36 | 63 | 517 | 43 | 44 |
| Binary | 1111101 | 111100 | 1010111 | 0 | 110100 | 11110 | 110011 | 101001111 | 100011 | 100100 |
Color Harmonies of #7D3C57
Complementary color
Monochromatic Colors of #7D3C57
Black with #7D3C57
Text Example
Text Example
White with #7D3C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3C57; }
p { color: rgb(125,60,87); }
H1.HeaderClassName
{
color: #7D3C57;
}
.AnyTagClassName
{
color: #7D3C57;
}
</style>
background-color css
<style>
a { background-color: #7D3C57; }
a { background-color: rgb(125,60,87); }
div.DivClassName
{
background-color: #7D3C57;
}
.BgClassName
{
background-color: #7D3C57;
}
</style>
border-color css
<style>
span { border-color: #7D3C57; }
span { border-color: rgb(125,60,87); }
td.TdClassName
{
border-color: #7D3C57;
}
.TagClassName
{
border-color: #7D3C57;
}
</style>