Shades of Flirt #7B2F4D
Tints of Flirt #7B2F4D
RGB
CMYK
RGB Variations
Color information
#7B2F4D (or 0x7B2F4D) is known color: Flirt. HEX triplet: 7B, 2F and 4D. RGB value is (123,47,77). Sum of RGB (Red+Green+Blue) = 123+47+77=247 (32% of max value = 765). Red value is 123 (48.44% from 255 or 49.80% from 247); Green value is 47 (18.75% from 255 or 19.03% from 247); Blue value is 77 (30.47% from 255 or 31.17% from 247); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2F4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B2F4D is #84D0B2. Grayscale: #494949. Windows color (decimal): -8704179 or 5058427. OLE color: 5058427.
HSL color Cylindrical-coordinate representation of color #7B2F4D: hue angle of 336.32º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7B2F4D is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 47 | 77 | - |
| CMYK | 0 | 0.62 | 0.37 | 0.52 |
| HSL | 336.32º | 0.45% | 0.33% | - |
| HSV(B) | 336.32º | 0.62% | 0.48% | - |
| XYZ | 10.52 | 6.78 | 7.78 | - |
| YUV | 73.14 | 130.18 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 47 | 77 | 0 | 0.62 | 0.37 | 0.52 | 336.32 | 0.45 | 0.33 |
| Hex | 7B | 2F | 4D | 0 | 3E | 25 | 34 | 150 | 2D | 21 |
| Octal | 173 | 57 | 115 | 0 | 76 | 45 | 64 | 520 | 55 | 41 |
| Binary | 1111011 | 101111 | 1001101 | 0 | 111110 | 100101 | 110100 | 101010000 | 101101 | 100001 |
Color Harmonies of #7B2F4D
Complementary color
Monochromatic Colors of #7B2F4D
Black with #7B2F4D
Text Example
Text Example
White with #7B2F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2F4D; }
p { color: rgb(123,47,77); }
H1.HeaderClassName
{
color: #7B2F4D;
}
.AnyTagClassName
{
color: #7B2F4D;
}
</style>
background-color css
<style>
a { background-color: #7B2F4D; }
a { background-color: rgb(123,47,77); }
div.DivClassName
{
background-color: #7B2F4D;
}
.BgClassName
{
background-color: #7B2F4D;
}
</style>
border-color css
<style>
span { border-color: #7B2F4D; }
span { border-color: rgb(123,47,77); }
td.TdClassName
{
border-color: #7B2F4D;
}
.TagClassName
{
border-color: #7B2F4D;
}
</style>