Shades of Flirt #7B2E46
Tints of Flirt #7B2E46
RGB
CMYK
RGB Variations
Color information
#7B2E46 (or 0x7B2E46) is known color: Flirt. HEX triplet: 7B, 2E and 46. RGB value is (123,46,70). Sum of RGB (Red+Green+Blue) = 123+46+70=239 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.46% from 239); Green value is 46 (18.36% from 255 or 19.25% from 239); Blue value is 70 (27.73% from 255 or 29.29% from 239); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2E46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2E46 is #84D1B9. Grayscale: #474747. Windows color (decimal): -8704442 or 4599419. OLE color: 4599419.
HSL color Cylindrical-coordinate representation of color #7B2E46: hue angle of 341.3º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7B2E46 is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 46 | 70 | - |
| CMYK | 0 | 0.63 | 0.43 | 0.52 |
| HSL | 341.3º | 0.46% | 0.33% | - |
| HSV(B) | 341.3º | 0.63% | 0.48% | - |
| XYZ | 10.25 | 6.61 | 6.53 | - |
| YUV | 71.76 | 127.01 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 46 | 70 | 0 | 0.63 | 0.43 | 0.52 | 341.3 | 0.46 | 0.33 |
| Hex | 7B | 2E | 46 | 0 | 3F | 2B | 34 | 155 | 2E | 21 |
| Octal | 173 | 56 | 106 | 0 | 77 | 53 | 64 | 525 | 56 | 41 |
| Binary | 1111011 | 101110 | 1000110 | 0 | 111111 | 101011 | 110100 | 101010101 | 101110 | 100001 |
Color Harmonies of #7B2E46
Complementary color
Monochromatic Colors of #7B2E46
Black with #7B2E46
Text Example
Text Example
White with #7B2E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2E46; }
p { color: rgb(123,46,70); }
H1.HeaderClassName
{
color: #7B2E46;
}
.AnyTagClassName
{
color: #7B2E46;
}
</style>
background-color css
<style>
a { background-color: #7B2E46; }
a { background-color: rgb(123,46,70); }
div.DivClassName
{
background-color: #7B2E46;
}
.BgClassName
{
background-color: #7B2E46;
}
</style>
border-color css
<style>
span { border-color: #7B2E46; }
span { border-color: rgb(123,46,70); }
td.TdClassName
{
border-color: #7B2E46;
}
.TagClassName
{
border-color: #7B2E46;
}
</style>