Shades of Flirt #7E385C
Tints of Flirt #7E385C
RGB
CMYK
RGB Variations
Color information
#7E385C (or 0x7E385C) is known color: Flirt. HEX triplet: 7E, 38 and 5C. RGB value is (126,56,92). Sum of RGB (Red+Green+Blue) = 126+56+92=274 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.99% from 274); Green value is 56 (22.27% from 255 or 20.44% from 274); Blue value is 92 (36.33% from 255 or 33.58% from 274); Max value from RGB is 126 - color contains mainly: red. Hex color #7E385C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E385C is #81C7A3. Grayscale: #505050. Windows color (decimal): -8505252 or 6043774. OLE color: 6043774.
HSL color Cylindrical-coordinate representation of color #7E385C: hue angle of 329.14º 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 #7E385C is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 56 | 92 | - |
| CMYK | 0 | 0.56 | 0.27 | 0.51 |
| HSL | 329.14º | 0.38% | 0.36% | - |
| HSV(B) | 329.14º | 0.56% | 0.49% | - |
| XYZ | 11.95 | 8.04 | 11.05 | - |
| YUV | 81.03 | 134.19 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 56 | 92 | 0 | 0.56 | 0.27 | 0.51 | 329.14 | 0.38 | 0.36 |
| Hex | 7E | 38 | 5C | 0 | 38 | 1B | 33 | 149 | 26 | 24 |
| Octal | 176 | 70 | 134 | 0 | 70 | 33 | 63 | 511 | 46 | 44 |
| Binary | 1111110 | 111000 | 1011100 | 0 | 111000 | 11011 | 110011 | 101001001 | 100110 | 100100 |
Color Harmonies of #7E385C
Complementary color
Monochromatic Colors of #7E385C
Black with #7E385C
Text Example
Text Example
White with #7E385C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E385C; }
p { color: rgb(126,56,92); }
H1.HeaderClassName
{
color: #7E385C;
}
.AnyTagClassName
{
color: #7E385C;
}
</style>
background-color css
<style>
a { background-color: #7E385C; }
a { background-color: rgb(126,56,92); }
div.DivClassName
{
background-color: #7E385C;
}
.BgClassName
{
background-color: #7E385C;
}
</style>
border-color css
<style>
span { border-color: #7E385C; }
span { border-color: rgb(126,56,92); }
td.TdClassName
{
border-color: #7E385C;
}
.TagClassName
{
border-color: #7E385C;
}
</style>