Shades of Flirt #7E3755
Tints of Flirt #7E3755
RGB
CMYK
RGB Variations
Color information
#7E3755 (or 0x7E3755) is known color: Flirt. HEX triplet: 7E, 37 and 55. RGB value is (126,55,85). Sum of RGB (Red+Green+Blue) = 126+55+85=266 (35% of max value = 765). Red value is 126 (49.61% from 255 or 47.37% from 266); Green value is 55 (21.88% from 255 or 20.68% from 266); Blue value is 85 (33.59% from 255 or 31.95% from 266); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3755 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3755 is #81C8AA. Grayscale: #4F4F4F. Windows color (decimal): -8505515 or 5584766. OLE color: 5584766.
HSL color Cylindrical-coordinate representation of color #7E3755: hue angle of 334.65º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7E3755 is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 55 | 85 | - |
| CMYK | 0 | 0.56 | 0.33 | 0.51 |
| HSL | 334.65º | 0.39% | 0.35% | - |
| HSV(B) | 334.65º | 0.56% | 0.49% | - |
| XYZ | 11.61 | 7.82 | 9.49 | - |
| YUV | 79.65 | 131.02 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 55 | 85 | 0 | 0.56 | 0.33 | 0.51 | 334.65 | 0.39 | 0.35 |
| Hex | 7E | 37 | 55 | 0 | 38 | 21 | 33 | 14F | 27 | 23 |
| Octal | 176 | 67 | 125 | 0 | 70 | 41 | 63 | 517 | 47 | 43 |
| Binary | 1111110 | 110111 | 1010101 | 0 | 111000 | 100001 | 110011 | 101001111 | 100111 | 100011 |
Color Harmonies of #7E3755
Complementary color
Monochromatic Colors of #7E3755
Black with #7E3755
Text Example
Text Example
White with #7E3755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3755; }
p { color: rgb(126,55,85); }
H1.HeaderClassName
{
color: #7E3755;
}
.AnyTagClassName
{
color: #7E3755;
}
</style>
background-color css
<style>
a { background-color: #7E3755; }
a { background-color: rgb(126,55,85); }
div.DivClassName
{
background-color: #7E3755;
}
.BgClassName
{
background-color: #7E3755;
}
</style>
border-color css
<style>
span { border-color: #7E3755; }
span { border-color: rgb(126,55,85); }
td.TdClassName
{
border-color: #7E3755;
}
.TagClassName
{
border-color: #7E3755;
}
</style>