Shades of Flirt #7E344D
Tints of Flirt #7E344D
RGB
CMYK
RGB Variations
Color information
#7E344D (or 0x7E344D) is known color: Flirt. HEX triplet: 7E, 34 and 4D. RGB value is (126,52,77). Sum of RGB (Red+Green+Blue) = 126+52+77=255 (33% of max value = 765). Red value is 126 (49.61% from 255 or 49.41% from 255); Green value is 52 (20.70% from 255 or 20.39% from 255); Blue value is 77 (30.47% from 255 or 30.20% from 255); Max value from RGB is 126 - color contains mainly: red. Hex color #7E344D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E344D is #81CBB2. Grayscale: #4C4C4C. Windows color (decimal): -8506291 or 5059710. OLE color: 5059710.
HSL color Cylindrical-coordinate representation of color #7E344D: hue angle of 339.73º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7E344D is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 52 | 77 | - |
| CMYK | 0 | 0.59 | 0.39 | 0.51 |
| HSL | 339.73º | 0.42% | 0.35% | - |
| HSV(B) | 339.73º | 0.59% | 0.49% | - |
| XYZ | 11.17 | 7.43 | 7.87 | - |
| YUV | 76.98 | 128.02 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 52 | 77 | 0 | 0.59 | 0.39 | 0.51 | 339.73 | 0.42 | 0.35 |
| Hex | 7E | 34 | 4D | 0 | 3B | 27 | 33 | 154 | 2A | 23 |
| Octal | 176 | 64 | 115 | 0 | 73 | 47 | 63 | 524 | 52 | 43 |
| Binary | 1111110 | 110100 | 1001101 | 0 | 111011 | 100111 | 110011 | 101010100 | 101010 | 100011 |
Color Harmonies of #7E344D
Complementary color
Monochromatic Colors of #7E344D
Black with #7E344D
Text Example
Text Example
White with #7E344D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E344D; }
p { color: rgb(126,52,77); }
H1.HeaderClassName
{
color: #7E344D;
}
.AnyTagClassName
{
color: #7E344D;
}
</style>
background-color css
<style>
a { background-color: #7E344D; }
a { background-color: rgb(126,52,77); }
div.DivClassName
{
background-color: #7E344D;
}
.BgClassName
{
background-color: #7E344D;
}
</style>
border-color css
<style>
span { border-color: #7E344D; }
span { border-color: rgb(126,52,77); }
td.TdClassName
{
border-color: #7E344D;
}
.TagClassName
{
border-color: #7E344D;
}
</style>