Shades of Flirt #7A385C
Tints of Flirt #7A385C
RGB
CMYK
RGB Variations
Color information
#7A385C (or 0x7A385C) is known color: Flirt. HEX triplet: 7A, 38 and 5C. RGB value is (122,56,92). Sum of RGB (Red+Green+Blue) = 122+56+92=270 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.19% from 270); Green value is 56 (22.27% from 255 or 20.74% from 270); Blue value is 92 (36.33% from 255 or 34.07% from 270); Max value from RGB is 122 - color contains mainly: red. Hex color #7A385C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A385C is #85C7A3. Grayscale: #4F4F4F. Windows color (decimal): -8767396 or 6043770. OLE color: 6043770.
HSL color Cylindrical-coordinate representation of color #7A385C: hue angle of 327.27º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7A385C is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 56 | 92 | - |
| CMYK | 0 | 0.54 | 0.25 | 0.52 |
| HSL | 327.27º | 0.37% | 0.35% | - |
| HSV(B) | 327.27º | 0.54% | 0.48% | - |
| XYZ | 11.37 | 7.74 | 11.02 | - |
| YUV | 79.84 | 134.87 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 56 | 92 | 0 | 0.54 | 0.25 | 0.52 | 327.27 | 0.37 | 0.35 |
| Hex | 7A | 38 | 5C | 0 | 36 | 19 | 34 | 147 | 25 | 23 |
| Octal | 172 | 70 | 134 | 0 | 66 | 31 | 64 | 507 | 45 | 43 |
| Binary | 1111010 | 111000 | 1011100 | 0 | 110110 | 11001 | 110100 | 101000111 | 100101 | 100011 |
Color Harmonies of #7A385C
Complementary color
Monochromatic Colors of #7A385C
Black with #7A385C
Text Example
Text Example
White with #7A385C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A385C; }
p { color: rgb(122,56,92); }
H1.HeaderClassName
{
color: #7A385C;
}
.AnyTagClassName
{
color: #7A385C;
}
</style>
background-color css
<style>
a { background-color: #7A385C; }
a { background-color: rgb(122,56,92); }
div.DivClassName
{
background-color: #7A385C;
}
.BgClassName
{
background-color: #7A385C;
}
</style>
border-color css
<style>
span { border-color: #7A385C; }
span { border-color: rgb(122,56,92); }
td.TdClassName
{
border-color: #7A385C;
}
.TagClassName
{
border-color: #7A385C;
}
</style>