Shades of Flirt #7C2F4D
Tints of Flirt #7C2F4D
RGB
CMYK
RGB Variations
Color information
#7C2F4D (or 0x7C2F4D) is known color: Flirt. HEX triplet: 7C, 2F and 4D. RGB value is (124,47,77). Sum of RGB (Red+Green+Blue) = 124+47+77=248 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50% from 248); Green value is 47 (18.75% from 255 or 18.95% from 248); Blue value is 77 (30.47% from 255 or 31.05% from 248); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2F4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C2F4D is #83D0B2. Grayscale: #494949. Windows color (decimal): -8638643 or 5058428. OLE color: 5058428.
HSL color Cylindrical-coordinate representation of color #7C2F4D: hue angle of 336.62º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7C2F4D is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 47 | 77 | - |
| CMYK | 0 | 0.62 | 0.38 | 0.51 |
| HSL | 336.62º | 0.45% | 0.34% | - |
| HSV(B) | 336.62º | 0.62% | 0.49% | - |
| XYZ | 10.67 | 6.85 | 7.78 | - |
| YUV | 73.44 | 130.01 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 47 | 77 | 0 | 0.62 | 0.38 | 0.51 | 336.62 | 0.45 | 0.34 |
| Hex | 7C | 2F | 4D | 0 | 3E | 26 | 33 | 151 | 2D | 22 |
| Octal | 174 | 57 | 115 | 0 | 76 | 46 | 63 | 521 | 55 | 42 |
| Binary | 1111100 | 101111 | 1001101 | 0 | 111110 | 100110 | 110011 | 101010001 | 101101 | 100010 |
Color Harmonies of #7C2F4D
Complementary color
Monochromatic Colors of #7C2F4D
Black with #7C2F4D
Text Example
Text Example
White with #7C2F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2F4D; }
p { color: rgb(124,47,77); }
H1.HeaderClassName
{
color: #7C2F4D;
}
.AnyTagClassName
{
color: #7C2F4D;
}
</style>
background-color css
<style>
a { background-color: #7C2F4D; }
a { background-color: rgb(124,47,77); }
div.DivClassName
{
background-color: #7C2F4D;
}
.BgClassName
{
background-color: #7C2F4D;
}
</style>
border-color css
<style>
span { border-color: #7C2F4D; }
span { border-color: rgb(124,47,77); }
td.TdClassName
{
border-color: #7C2F4D;
}
.TagClassName
{
border-color: #7C2F4D;
}
</style>