Shades of Flirt #7B284C
Tints of Flirt #7B284C
RGB
CMYK
RGB Variations
Color information
#7B284C (or 0x7B284C) is known color: Flirt. HEX triplet: 7B, 28 and 4C. RGB value is (123,40,76). Sum of RGB (Red+Green+Blue) = 123+40+76=239 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.46% from 239); Green value is 40 (16.02% from 255 or 16.74% from 239); Blue value is 76 (30.08% from 255 or 31.80% from 239); Max value from RGB is 123 - color contains mainly: red. Hex color #7B284C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B284C is #84D7B3. Grayscale: #444444. Windows color (decimal): -8705972 or 4991099. OLE color: 4991099.
HSL color Cylindrical-coordinate representation of color #7B284C: hue angle of 333.98º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7B284C is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 40 | 76 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.52 |
| HSL | 333.98º | 0.51% | 0.32% | - |
| HSV(B) | 333.98º | 0.67% | 0.48% | - |
| XYZ | 10.23 | 6.25 | 7.5 | - |
| YUV | 68.92 | 132 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 40 | 76 | 0 | 0.67 | 0.38 | 0.52 | 333.98 | 0.51 | 0.32 |
| Hex | 7B | 28 | 4C | 0 | 43 | 26 | 34 | 14E | 33 | 20 |
| Octal | 173 | 50 | 114 | 0 | 103 | 46 | 64 | 516 | 63 | 40 |
| Binary | 1111011 | 101000 | 1001100 | 0 | 1000011 | 100110 | 110100 | 101001110 | 110011 | 100000 |
Color Harmonies of #7B284C
Complementary color
Monochromatic Colors of #7B284C
Black with #7B284C
Text Example
Text Example
White with #7B284C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B284C; }
p { color: rgb(123,40,76); }
H1.HeaderClassName
{
color: #7B284C;
}
.AnyTagClassName
{
color: #7B284C;
}
</style>
background-color css
<style>
a { background-color: #7B284C; }
a { background-color: rgb(123,40,76); }
div.DivClassName
{
background-color: #7B284C;
}
.BgClassName
{
background-color: #7B284C;
}
</style>
border-color css
<style>
span { border-color: #7B284C; }
span { border-color: rgb(123,40,76); }
td.TdClassName
{
border-color: #7B284C;
}
.TagClassName
{
border-color: #7B284C;
}
</style>