Shades of Flirt #7A344A
Tints of Flirt #7A344A
RGB
CMYK
RGB Variations
Color information
#7A344A (or 0x7A344A) is known color: Flirt. HEX triplet: 7A, 34 and 4A. RGB value is (122,52,74). Sum of RGB (Red+Green+Blue) = 122+52+74=248 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.19% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 74 (29.30% from 255 or 29.84% from 248); Max value from RGB is 122 - color contains mainly: red. Hex color #7A344A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A344A is #85CBB5. Grayscale: #4B4B4B. Windows color (decimal): -8768438 or 4863098. OLE color: 4863098.
HSL color Cylindrical-coordinate representation of color #7A344A: hue angle of 341.14º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7A344A is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 52 | 74 | - |
| CMYK | 0 | 0.57 | 0.39 | 0.52 |
| HSL | 341.14º | 0.4% | 0.34% | - |
| HSV(B) | 341.14º | 0.57% | 0.48% | - |
| XYZ | 10.49 | 7.09 | 7.29 | - |
| YUV | 75.44 | 127.19 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 52 | 74 | 0 | 0.57 | 0.39 | 0.52 | 341.14 | 0.4 | 0.34 |
| Hex | 7A | 34 | 4A | 0 | 39 | 27 | 34 | 155 | 28 | 22 |
| Octal | 172 | 64 | 112 | 0 | 71 | 47 | 64 | 525 | 50 | 42 |
| Binary | 1111010 | 110100 | 1001010 | 0 | 111001 | 100111 | 110100 | 101010101 | 101000 | 100010 |
Color Harmonies of #7A344A
Complementary color
Monochromatic Colors of #7A344A
Black with #7A344A
Text Example
Text Example
White with #7A344A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A344A; }
p { color: rgb(122,52,74); }
H1.HeaderClassName
{
color: #7A344A;
}
.AnyTagClassName
{
color: #7A344A;
}
</style>
background-color css
<style>
a { background-color: #7A344A; }
a { background-color: rgb(122,52,74); }
div.DivClassName
{
background-color: #7A344A;
}
.BgClassName
{
background-color: #7A344A;
}
</style>
border-color css
<style>
span { border-color: #7A344A; }
span { border-color: rgb(122,52,74); }
td.TdClassName
{
border-color: #7A344A;
}
.TagClassName
{
border-color: #7A344A;
}
</style>