Shades of Flirt #7E344E
Tints of Flirt #7E344E
RGB
CMYK
RGB Variations
Color information
#7E344E (or 0x7E344E) is known color: Flirt. HEX triplet: 7E, 34 and 4E. RGB value is (126,52,78). Sum of RGB (Red+Green+Blue) = 126+52+78=256 (33% of max value = 765). Red value is 126 (49.61% from 255 or 49.22% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 78 (30.86% from 255 or 30.47% from 256); Max value from RGB is 126 - color contains mainly: red. Hex color #7E344E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E344E is #81CBB1. Grayscale: #4D4D4D. Windows color (decimal): -8506290 or 5125246. OLE color: 5125246.
HSL color Cylindrical-coordinate representation of color #7E344E: hue angle of 338.92º 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 #7E344E is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 52 | 78 | - |
| CMYK | 0 | 0.59 | 0.38 | 0.51 |
| HSL | 338.92º | 0.42% | 0.35% | - |
| HSV(B) | 338.92º | 0.59% | 0.49% | - |
| XYZ | 11.21 | 7.44 | 8.05 | - |
| YUV | 77.09 | 128.52 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 52 | 78 | 0 | 0.59 | 0.38 | 0.51 | 338.92 | 0.42 | 0.35 |
| Hex | 7E | 34 | 4E | 0 | 3B | 26 | 33 | 153 | 2A | 23 |
| Octal | 176 | 64 | 116 | 0 | 73 | 46 | 63 | 523 | 52 | 43 |
| Binary | 1111110 | 110100 | 1001110 | 0 | 111011 | 100110 | 110011 | 101010011 | 101010 | 100011 |
Color Harmonies of #7E344E
Complementary color
Monochromatic Colors of #7E344E
Black with #7E344E
Text Example
Text Example
White with #7E344E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E344E; }
p { color: rgb(126,52,78); }
H1.HeaderClassName
{
color: #7E344E;
}
.AnyTagClassName
{
color: #7E344E;
}
</style>
background-color css
<style>
a { background-color: #7E344E; }
a { background-color: rgb(126,52,78); }
div.DivClassName
{
background-color: #7E344E;
}
.BgClassName
{
background-color: #7E344E;
}
</style>
border-color css
<style>
span { border-color: #7E344E; }
span { border-color: rgb(126,52,78); }
td.TdClassName
{
border-color: #7E344E;
}
.TagClassName
{
border-color: #7E344E;
}
</style>