Shades of Flirt #7B2744
Tints of Flirt #7B2744
RGB
CMYK
RGB Variations
Color information
#7B2744 (or 0x7B2744) is known color: Flirt. HEX triplet: 7B, 27 and 44. RGB value is (123,39,68). Sum of RGB (Red+Green+Blue) = 123+39+68=230 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.48% from 230); Green value is 39 (15.62% from 255 or 16.96% from 230); Blue value is 68 (26.95% from 255 or 29.57% from 230); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2744 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2744 is #84D8BB. Grayscale: #434343. Windows color (decimal): -8706236 or 4466555. OLE color: 4466555.
HSL color Cylindrical-coordinate representation of color #7B2744: hue angle of 339.29º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7B2744 is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 39 | 68 | - |
| CMYK | 0 | 0.68 | 0.45 | 0.52 |
| HSL | 339.29º | 0.52% | 0.32% | - |
| HSV(B) | 339.29º | 0.68% | 0.48% | - |
| XYZ | 9.94 | 6.08 | 6.12 | - |
| YUV | 67.42 | 128.33 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 39 | 68 | 0 | 0.68 | 0.45 | 0.52 | 339.29 | 0.52 | 0.32 |
| Hex | 7B | 27 | 44 | 0 | 44 | 2D | 34 | 153 | 34 | 20 |
| Octal | 173 | 47 | 104 | 0 | 104 | 55 | 64 | 523 | 64 | 40 |
| Binary | 1111011 | 100111 | 1000100 | 0 | 1000100 | 101101 | 110100 | 101010011 | 110100 | 100000 |
Color Harmonies of #7B2744
Complementary color
Monochromatic Colors of #7B2744
Black with #7B2744
Text Example
Text Example
White with #7B2744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2744; }
p { color: rgb(123,39,68); }
H1.HeaderClassName
{
color: #7B2744;
}
.AnyTagClassName
{
color: #7B2744;
}
</style>
background-color css
<style>
a { background-color: #7B2744; }
a { background-color: rgb(123,39,68); }
div.DivClassName
{
background-color: #7B2744;
}
.BgClassName
{
background-color: #7B2744;
}
</style>
border-color css
<style>
span { border-color: #7B2744; }
span { border-color: rgb(123,39,68); }
td.TdClassName
{
border-color: #7B2744;
}
.TagClassName
{
border-color: #7B2744;
}
</style>