Shades of Flirt #7A365B
Tints of Flirt #7A365B
RGB
CMYK
RGB Variations
Color information
#7A365B (or 0x7A365B) is known color: Flirt. HEX triplet: 7A, 36 and 5B. RGB value is (122,54,91). Sum of RGB (Red+Green+Blue) = 122+54+91=267 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.69% from 267); Green value is 54 (21.48% from 255 or 20.22% from 267); Blue value is 91 (35.94% from 255 or 34.08% from 267); Max value from RGB is 122 - color contains mainly: red. Hex color #7A365B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A365B is #85C9A4. Grayscale: #4E4E4E. Windows color (decimal): -8767909 or 5977722. OLE color: 5977722.
HSL color Cylindrical-coordinate representation of color #7A365B: hue angle of 327.35º 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 #7A365B is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 54 | 91 | - |
| CMYK | 0 | 0.56 | 0.25 | 0.52 |
| HSL | 327.35º | 0.39% | 0.35% | - |
| HSV(B) | 327.35º | 0.56% | 0.48% | - |
| XYZ | 11.23 | 7.53 | 10.76 | - |
| YUV | 78.55 | 135.03 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 54 | 91 | 0 | 0.56 | 0.25 | 0.52 | 327.35 | 0.39 | 0.35 |
| Hex | 7A | 36 | 5B | 0 | 38 | 19 | 34 | 147 | 27 | 23 |
| Octal | 172 | 66 | 133 | 0 | 70 | 31 | 64 | 507 | 47 | 43 |
| Binary | 1111010 | 110110 | 1011011 | 0 | 111000 | 11001 | 110100 | 101000111 | 100111 | 100011 |
Color Harmonies of #7A365B
Complementary color
Monochromatic Colors of #7A365B
Black with #7A365B
Text Example
Text Example
White with #7A365B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A365B; }
p { color: rgb(122,54,91); }
H1.HeaderClassName
{
color: #7A365B;
}
.AnyTagClassName
{
color: #7A365B;
}
</style>
background-color css
<style>
a { background-color: #7A365B; }
a { background-color: rgb(122,54,91); }
div.DivClassName
{
background-color: #7A365B;
}
.BgClassName
{
background-color: #7A365B;
}
</style>
border-color css
<style>
span { border-color: #7A365B; }
span { border-color: rgb(122,54,91); }
td.TdClassName
{
border-color: #7A365B;
}
.TagClassName
{
border-color: #7A365B;
}
</style>