Shades of Flirt #7B324C
Tints of Flirt #7B324C
RGB
CMYK
RGB Variations
Color information
#7B324C (or 0x7B324C) is known color: Flirt. HEX triplet: 7B, 32 and 4C. RGB value is (123,50,76). Sum of RGB (Red+Green+Blue) = 123+50+76=249 (32% of max value = 765). Red value is 123 (48.44% from 255 or 49.40% from 249); Green value is 50 (19.92% from 255 or 20.08% from 249); Blue value is 76 (30.08% from 255 or 30.52% from 249); Max value from RGB is 123 - color contains mainly: red. Hex color #7B324C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B324C is #84CDB3. Grayscale: #4A4A4A. Windows color (decimal): -8703412 or 4993659. OLE color: 4993659.
HSL color Cylindrical-coordinate representation of color #7B324C: hue angle of 338.63º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7B324C is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 50 | 76 | - |
| CMYK | 0 | 0.59 | 0.38 | 0.52 |
| HSL | 338.63º | 0.42% | 0.34% | - |
| HSV(B) | 338.63º | 0.59% | 0.48% | - |
| XYZ | 10.61 | 7.01 | 7.63 | - |
| YUV | 74.79 | 128.68 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 50 | 76 | 0 | 0.59 | 0.38 | 0.52 | 338.63 | 0.42 | 0.34 |
| Hex | 7B | 32 | 4C | 0 | 3B | 26 | 34 | 153 | 2A | 22 |
| Octal | 173 | 62 | 114 | 0 | 73 | 46 | 64 | 523 | 52 | 42 |
| Binary | 1111011 | 110010 | 1001100 | 0 | 111011 | 100110 | 110100 | 101010011 | 101010 | 100010 |
Color Harmonies of #7B324C
Complementary color
Monochromatic Colors of #7B324C
Black with #7B324C
Text Example
Text Example
White with #7B324C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B324C; }
p { color: rgb(123,50,76); }
H1.HeaderClassName
{
color: #7B324C;
}
.AnyTagClassName
{
color: #7B324C;
}
</style>
background-color css
<style>
a { background-color: #7B324C; }
a { background-color: rgb(123,50,76); }
div.DivClassName
{
background-color: #7B324C;
}
.BgClassName
{
background-color: #7B324C;
}
</style>
border-color css
<style>
span { border-color: #7B324C; }
span { border-color: rgb(123,50,76); }
td.TdClassName
{
border-color: #7B324C;
}
.TagClassName
{
border-color: #7B324C;
}
</style>