Shades of Flirt #7A3957
Tints of Flirt #7A3957
RGB
CMYK
RGB Variations
Color information
#7A3957 (or 0x7A3957) is known color: Flirt. HEX triplet: 7A, 39 and 57. RGB value is (122,57,87). Sum of RGB (Red+Green+Blue) = 122+57+87=266 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.86% from 266); Green value is 57 (22.66% from 255 or 21.43% from 266); Blue value is 87 (34.38% from 255 or 32.71% from 266); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3957 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3957 is #85C6A8. Grayscale: #4F4F4F. Windows color (decimal): -8767145 or 5716346. OLE color: 5716346.
HSL color Cylindrical-coordinate representation of color #7A3957: hue angle of 332.31º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7A3957 is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 57 | 87 | - |
| CMYK | 0 | 0.53 | 0.29 | 0.52 |
| HSL | 332.31º | 0.36% | 0.35% | - |
| HSV(B) | 332.31º | 0.53% | 0.48% | - |
| XYZ | 11.21 | 7.75 | 9.92 | - |
| YUV | 79.86 | 132.03 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 57 | 87 | 0 | 0.53 | 0.29 | 0.52 | 332.31 | 0.36 | 0.35 |
| Hex | 7A | 39 | 57 | 0 | 35 | 1D | 34 | 14C | 24 | 23 |
| Octal | 172 | 71 | 127 | 0 | 65 | 35 | 64 | 514 | 44 | 43 |
| Binary | 1111010 | 111001 | 1010111 | 0 | 110101 | 11101 | 110100 | 101001100 | 100100 | 100011 |
Color Harmonies of #7A3957
Complementary color
Monochromatic Colors of #7A3957
Black with #7A3957
Text Example
Text Example
White with #7A3957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3957; }
p { color: rgb(122,57,87); }
H1.HeaderClassName
{
color: #7A3957;
}
.AnyTagClassName
{
color: #7A3957;
}
</style>
background-color css
<style>
a { background-color: #7A3957; }
a { background-color: rgb(122,57,87); }
div.DivClassName
{
background-color: #7A3957;
}
.BgClassName
{
background-color: #7A3957;
}
</style>
border-color css
<style>
span { border-color: #7A3957; }
span { border-color: rgb(122,57,87); }
td.TdClassName
{
border-color: #7A3957;
}
.TagClassName
{
border-color: #7A3957;
}
</style>