Shades of Flirt #7B2E44
Tints of Flirt #7B2E44
RGB
CMYK
RGB Variations
Color information
#7B2E44 (or 0x7B2E44) is known color: Flirt. HEX triplet: 7B, 2E and 44. RGB value is (123,46,68). Sum of RGB (Red+Green+Blue) = 123+46+68=237 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.90% from 237); Green value is 46 (18.36% from 255 or 19.41% from 237); Blue value is 68 (26.95% from 255 or 28.69% from 237); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2E44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2E44 is #84D1BB. Grayscale: #474747. Windows color (decimal): -8704444 or 4468347. OLE color: 4468347.
HSL color Cylindrical-coordinate representation of color #7B2E44: hue angle of 342.86º 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 #7B2E44 is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 46 | 68 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.52 |
| HSL | 342.86º | 0.46% | 0.33% | - |
| HSV(B) | 342.86º | 0.63% | 0.48% | - |
| XYZ | 10.19 | 6.58 | 6.2 | - |
| YUV | 71.53 | 126.01 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 46 | 68 | 0 | 0.63 | 0.45 | 0.52 | 342.86 | 0.46 | 0.33 |
| Hex | 7B | 2E | 44 | 0 | 3F | 2D | 34 | 157 | 2E | 21 |
| Octal | 173 | 56 | 104 | 0 | 77 | 55 | 64 | 527 | 56 | 41 |
| Binary | 1111011 | 101110 | 1000100 | 0 | 111111 | 101101 | 110100 | 101010111 | 101110 | 100001 |
Color Harmonies of #7B2E44
Complementary color
Monochromatic Colors of #7B2E44
Black with #7B2E44
Text Example
Text Example
White with #7B2E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2E44; }
p { color: rgb(123,46,68); }
H1.HeaderClassName
{
color: #7B2E44;
}
.AnyTagClassName
{
color: #7B2E44;
}
</style>
background-color css
<style>
a { background-color: #7B2E44; }
a { background-color: rgb(123,46,68); }
div.DivClassName
{
background-color: #7B2E44;
}
.BgClassName
{
background-color: #7B2E44;
}
</style>
border-color css
<style>
span { border-color: #7B2E44; }
span { border-color: rgb(123,46,68); }
td.TdClassName
{
border-color: #7B2E44;
}
.TagClassName
{
border-color: #7B2E44;
}
</style>