Shades of Flirt #7A2740
Tints of Flirt #7A2740
RGB
CMYK
RGB Variations
Color information
#7A2740 (or 0x7A2740) is known color: Flirt. HEX triplet: 7A, 27 and 40. RGB value is (122,39,64). Sum of RGB (Red+Green+Blue) = 122+39+64=225 (29% of max value = 765). Red value is 122 (48.05% from 255 or 54.22% from 225); Green value is 39 (15.62% from 255 or 17.33% from 225); Blue value is 64 (25.39% from 255 or 28.44% from 225); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2740 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A2740 is #85D8BF. Grayscale: #424242. Windows color (decimal): -8771776 or 4204410. OLE color: 4204410.
HSL color Cylindrical-coordinate representation of color #7A2740: hue angle of 341.93º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7A2740 is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 39 | 64 | - |
| CMYK | 0 | 0.68 | 0.48 | 0.52 |
| HSL | 341.93º | 0.52% | 0.32% | - |
| HSV(B) | 341.93º | 0.68% | 0.48% | - |
| XYZ | 9.68 | 5.96 | 5.49 | - |
| YUV | 66.67 | 126.5 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 39 | 64 | 0 | 0.68 | 0.48 | 0.52 | 341.93 | 0.52 | 0.32 |
| Hex | 7A | 27 | 40 | 0 | 44 | 30 | 34 | 156 | 34 | 20 |
| Octal | 172 | 47 | 100 | 0 | 104 | 60 | 64 | 526 | 64 | 40 |
| Binary | 1111010 | 100111 | 1000000 | 0 | 1000100 | 110000 | 110100 | 101010110 | 110100 | 100000 |
Color Harmonies of #7A2740
Complementary color
Monochromatic Colors of #7A2740
Black with #7A2740
Text Example
Text Example
White with #7A2740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2740; }
p { color: rgb(122,39,64); }
H1.HeaderClassName
{
color: #7A2740;
}
.AnyTagClassName
{
color: #7A2740;
}
</style>
background-color css
<style>
a { background-color: #7A2740; }
a { background-color: rgb(122,39,64); }
div.DivClassName
{
background-color: #7A2740;
}
.BgClassName
{
background-color: #7A2740;
}
</style>
border-color css
<style>
span { border-color: #7A2740; }
span { border-color: rgb(122,39,64); }
td.TdClassName
{
border-color: #7A2740;
}
.TagClassName
{
border-color: #7A2740;
}
</style>