Shades of Flirt #7A364F
Tints of Flirt #7A364F
RGB
CMYK
RGB Variations
Color information
#7A364F (or 0x7A364F) is known color: Flirt. HEX triplet: 7A, 36 and 4F. RGB value is (122,54,79). Sum of RGB (Red+Green+Blue) = 122+54+79=255 (33% of max value = 765). Red value is 122 (48.05% from 255 or 47.84% from 255); Green value is 54 (21.48% from 255 or 21.18% from 255); Blue value is 79 (31.25% from 255 or 30.98% from 255); Max value from RGB is 122 - color contains mainly: red. Hex color #7A364F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A364F is #85C9B0. Grayscale: #4D4D4D. Windows color (decimal): -8767921 or 5191290. OLE color: 5191290.
HSL color Cylindrical-coordinate representation of color #7A364F: hue angle of 337.94º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7A364F is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 54 | 79 | - |
| CMYK | 0 | 0.56 | 0.35 | 0.52 |
| HSL | 337.94º | 0.39% | 0.35% | - |
| HSV(B) | 337.94º | 0.56% | 0.48% | - |
| XYZ | 10.76 | 7.34 | 8.25 | - |
| YUV | 77.18 | 129.03 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 54 | 79 | 0 | 0.56 | 0.35 | 0.52 | 337.94 | 0.39 | 0.35 |
| Hex | 7A | 36 | 4F | 0 | 38 | 23 | 34 | 152 | 27 | 23 |
| Octal | 172 | 66 | 117 | 0 | 70 | 43 | 64 | 522 | 47 | 43 |
| Binary | 1111010 | 110110 | 1001111 | 0 | 111000 | 100011 | 110100 | 101010010 | 100111 | 100011 |
Color Harmonies of #7A364F
Complementary color
Monochromatic Colors of #7A364F
Black with #7A364F
Text Example
Text Example
White with #7A364F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A364F; }
p { color: rgb(122,54,79); }
H1.HeaderClassName
{
color: #7A364F;
}
.AnyTagClassName
{
color: #7A364F;
}
</style>
background-color css
<style>
a { background-color: #7A364F; }
a { background-color: rgb(122,54,79); }
div.DivClassName
{
background-color: #7A364F;
}
.BgClassName
{
background-color: #7A364F;
}
</style>
border-color css
<style>
span { border-color: #7A364F; }
span { border-color: rgb(122,54,79); }
td.TdClassName
{
border-color: #7A364F;
}
.TagClassName
{
border-color: #7A364F;
}
</style>