Shades of Flirt #7E3854
Tints of Flirt #7E3854
RGB
CMYK
RGB Variations
Color information
#7E3854 (or 0x7E3854) is known color: Flirt. HEX triplet: 7E, 38 and 54. RGB value is (126,56,84). Sum of RGB (Red+Green+Blue) = 126+56+84=266 (35% of max value = 765). Red value is 126 (49.61% from 255 or 47.37% from 266); Green value is 56 (22.27% from 255 or 21.05% from 266); Blue value is 84 (33.20% from 255 or 31.58% from 266); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3854 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3854 is #81C7AB. Grayscale: #505050. Windows color (decimal): -8505260 or 5519486. OLE color: 5519486.
HSL color Cylindrical-coordinate representation of color #7E3854: hue angle of 336º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7E3854 is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 56 | 84 | - |
| CMYK | 0 | 0.56 | 0.33 | 0.51 |
| HSL | 336º | 0.38% | 0.36% | - |
| HSV(B) | 336º | 0.56% | 0.49% | - |
| XYZ | 11.62 | 7.9 | 9.3 | - |
| YUV | 80.12 | 130.19 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 56 | 84 | 0 | 0.56 | 0.33 | 0.51 | 336 | 0.38 | 0.36 |
| Hex | 7E | 38 | 54 | 0 | 38 | 21 | 33 | 150 | 26 | 24 |
| Octal | 176 | 70 | 124 | 0 | 70 | 41 | 63 | 520 | 46 | 44 |
| Binary | 1111110 | 111000 | 1010100 | 0 | 111000 | 100001 | 110011 | 101010000 | 100110 | 100100 |
Color Harmonies of #7E3854
Complementary color
Monochromatic Colors of #7E3854
Black with #7E3854
Text Example
Text Example
White with #7E3854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3854; }
p { color: rgb(126,56,84); }
H1.HeaderClassName
{
color: #7E3854;
}
.AnyTagClassName
{
color: #7E3854;
}
</style>
background-color css
<style>
a { background-color: #7E3854; }
a { background-color: rgb(126,56,84); }
div.DivClassName
{
background-color: #7E3854;
}
.BgClassName
{
background-color: #7E3854;
}
</style>
border-color css
<style>
span { border-color: #7E3854; }
span { border-color: rgb(126,56,84); }
td.TdClassName
{
border-color: #7E3854;
}
.TagClassName
{
border-color: #7E3854;
}
</style>