Shades of Flirt #7B3552
Tints of Flirt #7B3552
RGB
CMYK
RGB Variations
Color information
#7B3552 (or 0x7B3552) is known color: Flirt. HEX triplet: 7B, 35 and 52. RGB value is (123,53,82). Sum of RGB (Red+Green+Blue) = 123+53+82=258 (34% of max value = 765). Red value is 123 (48.44% from 255 or 47.67% from 258); Green value is 53 (21.09% from 255 or 20.54% from 258); Blue value is 82 (32.42% from 255 or 31.78% from 258); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3552 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B3552 is #84CAAD. Grayscale: #4D4D4D. Windows color (decimal): -8702638 or 5387643. OLE color: 5387643.
HSL color Cylindrical-coordinate representation of color #7B3552: hue angle of 335.14º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7B3552 is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 53 | 82 | - |
| CMYK | 0 | 0.57 | 0.33 | 0.52 |
| HSL | 335.14º | 0.4% | 0.35% | - |
| HSV(B) | 335.14º | 0.57% | 0.48% | - |
| XYZ | 10.96 | 7.37 | 8.83 | - |
| YUV | 77.24 | 130.69 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 53 | 82 | 0 | 0.57 | 0.33 | 0.52 | 335.14 | 0.4 | 0.35 |
| Hex | 7B | 35 | 52 | 0 | 39 | 21 | 34 | 14F | 28 | 23 |
| Octal | 173 | 65 | 122 | 0 | 71 | 41 | 64 | 517 | 50 | 43 |
| Binary | 1111011 | 110101 | 1010010 | 0 | 111001 | 100001 | 110100 | 101001111 | 101000 | 100011 |
Color Harmonies of #7B3552
Complementary color
Monochromatic Colors of #7B3552
Black with #7B3552
Text Example
Text Example
White with #7B3552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3552; }
p { color: rgb(123,53,82); }
H1.HeaderClassName
{
color: #7B3552;
}
.AnyTagClassName
{
color: #7B3552;
}
</style>
background-color css
<style>
a { background-color: #7B3552; }
a { background-color: rgb(123,53,82); }
div.DivClassName
{
background-color: #7B3552;
}
.BgClassName
{
background-color: #7B3552;
}
</style>
border-color css
<style>
span { border-color: #7B3552; }
span { border-color: rgb(123,53,82); }
td.TdClassName
{
border-color: #7B3552;
}
.TagClassName
{
border-color: #7B3552;
}
</style>