Shades of Flirt #7A3356
Tints of Flirt #7A3356
RGB
CMYK
RGB Variations
Color information
#7A3356 (or 0x7A3356) is known color: Flirt. HEX triplet: 7A, 33 and 56. RGB value is (122,51,86). Sum of RGB (Red+Green+Blue) = 122+51+86=259 (34% of max value = 765). Red value is 122 (48.05% from 255 or 47.10% from 259); Green value is 51 (20.31% from 255 or 19.69% from 259); Blue value is 86 (33.98% from 255 or 33.20% from 259); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3356 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3356 is #85CCA9. Grayscale: #4C4C4C. Windows color (decimal): -8768682 or 5649274. OLE color: 5649274.
HSL color Cylindrical-coordinate representation of color #7A3356: hue angle of 330.42º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7A3356 is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 51 | 86 | - |
| CMYK | 0 | 0.58 | 0.30 | 0.52 |
| HSL | 330.42º | 0.41% | 0.34% | - |
| HSV(B) | 330.42º | 0.58% | 0.48% | - |
| XYZ | 10.89 | 7.18 | 9.62 | - |
| YUV | 76.22 | 133.52 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 51 | 86 | 0 | 0.58 | 0.30 | 0.52 | 330.42 | 0.41 | 0.34 |
| Hex | 7A | 33 | 56 | 0 | 3A | 1E | 34 | 14A | 29 | 22 |
| Octal | 172 | 63 | 126 | 0 | 72 | 36 | 64 | 512 | 51 | 42 |
| Binary | 1111010 | 110011 | 1010110 | 0 | 111010 | 11110 | 110100 | 101001010 | 101001 | 100010 |
Color Harmonies of #7A3356
Complementary color
Monochromatic Colors of #7A3356
Black with #7A3356
Text Example
Text Example
White with #7A3356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3356; }
p { color: rgb(122,51,86); }
H1.HeaderClassName
{
color: #7A3356;
}
.AnyTagClassName
{
color: #7A3356;
}
</style>
background-color css
<style>
a { background-color: #7A3356; }
a { background-color: rgb(122,51,86); }
div.DivClassName
{
background-color: #7A3356;
}
.BgClassName
{
background-color: #7A3356;
}
</style>
border-color css
<style>
span { border-color: #7A3356; }
span { border-color: rgb(122,51,86); }
td.TdClassName
{
border-color: #7A3356;
}
.TagClassName
{
border-color: #7A3356;
}
</style>