Shades of Flirt #7E3654
Tints of Flirt #7E3654
RGB
CMYK
RGB Variations
Color information
#7E3654 (or 0x7E3654) is known color: Flirt. HEX triplet: 7E, 36 and 54. RGB value is (126,54,84). Sum of RGB (Red+Green+Blue) = 126+54+84=264 (34% of max value = 765). Red value is 126 (49.61% from 255 or 47.73% from 264); Green value is 54 (21.48% from 255 or 20.45% from 264); Blue value is 84 (33.20% from 255 or 31.82% from 264); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3654 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3654 is #81C9AB. Grayscale: #4E4E4E. Windows color (decimal): -8505772 or 5518974. OLE color: 5518974.
HSL color Cylindrical-coordinate representation of color #7E3654: hue angle of 335º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7E3654 is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 54 | 84 | - |
| CMYK | 0 | 0.57 | 0.33 | 0.51 |
| HSL | 335º | 0.4% | 0.35% | - |
| HSV(B) | 335º | 0.57% | 0.49% | - |
| XYZ | 11.52 | 7.71 | 9.27 | - |
| YUV | 78.95 | 130.85 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 54 | 84 | 0 | 0.57 | 0.33 | 0.51 | 335 | 0.4 | 0.35 |
| Hex | 7E | 36 | 54 | 0 | 39 | 21 | 33 | 14F | 28 | 23 |
| Octal | 176 | 66 | 124 | 0 | 71 | 41 | 63 | 517 | 50 | 43 |
| Binary | 1111110 | 110110 | 1010100 | 0 | 111001 | 100001 | 110011 | 101001111 | 101000 | 100011 |
Color Harmonies of #7E3654
Complementary color
Monochromatic Colors of #7E3654
Black with #7E3654
Text Example
Text Example
White with #7E3654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3654; }
p { color: rgb(126,54,84); }
H1.HeaderClassName
{
color: #7E3654;
}
.AnyTagClassName
{
color: #7E3654;
}
</style>
background-color css
<style>
a { background-color: #7E3654; }
a { background-color: rgb(126,54,84); }
div.DivClassName
{
background-color: #7E3654;
}
.BgClassName
{
background-color: #7E3654;
}
</style>
border-color css
<style>
span { border-color: #7E3654; }
span { border-color: rgb(126,54,84); }
td.TdClassName
{
border-color: #7E3654;
}
.TagClassName
{
border-color: #7E3654;
}
</style>