Shades of Flirt #7B3957
Tints of Flirt #7B3957
RGB
CMYK
RGB Variations
Color information
#7B3957 (or 0x7B3957) is known color: Flirt. HEX triplet: 7B, 39 and 57. RGB value is (123,57,87). Sum of RGB (Red+Green+Blue) = 123+57+87=267 (35% of max value = 765). Red value is 123 (48.44% from 255 or 46.07% from 267); Green value is 57 (22.66% from 255 or 21.35% from 267); Blue value is 87 (34.38% from 255 or 32.58% from 267); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3957 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B3957 is #84C6A8. Grayscale: #505050. Windows color (decimal): -8701609 or 5716347. OLE color: 5716347.
HSL color Cylindrical-coordinate representation of color #7B3957: hue angle of 332.73º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7B3957 is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 57 | 87 | - |
| CMYK | 0 | 0.54 | 0.29 | 0.52 |
| HSL | 332.73º | 0.37% | 0.35% | - |
| HSV(B) | 332.73º | 0.54% | 0.48% | - |
| XYZ | 11.35 | 7.83 | 9.93 | - |
| YUV | 80.15 | 131.87 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 57 | 87 | 0 | 0.54 | 0.29 | 0.52 | 332.73 | 0.37 | 0.35 |
| Hex | 7B | 39 | 57 | 0 | 36 | 1D | 34 | 14D | 25 | 23 |
| Octal | 173 | 71 | 127 | 0 | 66 | 35 | 64 | 515 | 45 | 43 |
| Binary | 1111011 | 111001 | 1010111 | 0 | 110110 | 11101 | 110100 | 101001101 | 100101 | 100011 |
Color Harmonies of #7B3957
Complementary color
Monochromatic Colors of #7B3957
Black with #7B3957
Text Example
Text Example
White with #7B3957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3957; }
p { color: rgb(123,57,87); }
H1.HeaderClassName
{
color: #7B3957;
}
.AnyTagClassName
{
color: #7B3957;
}
</style>
background-color css
<style>
a { background-color: #7B3957; }
a { background-color: rgb(123,57,87); }
div.DivClassName
{
background-color: #7B3957;
}
.BgClassName
{
background-color: #7B3957;
}
</style>
border-color css
<style>
span { border-color: #7B3957; }
span { border-color: rgb(123,57,87); }
td.TdClassName
{
border-color: #7B3957;
}
.TagClassName
{
border-color: #7B3957;
}
</style>