Shades of Flirt #7B385C
Tints of Flirt #7B385C
RGB
CMYK
RGB Variations
Color information
#7B385C (or 0x7B385C) is known color: Flirt. HEX triplet: 7B, 38 and 5C. RGB value is (123,56,92). Sum of RGB (Red+Green+Blue) = 123+56+92=271 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.39% from 271); Green value is 56 (22.27% from 255 or 20.66% from 271); Blue value is 92 (36.33% from 255 or 33.95% from 271); Max value from RGB is 123 - color contains mainly: red. Hex color #7B385C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B385C is #84C7A3. Grayscale: #505050. Windows color (decimal): -8701860 or 6043771. OLE color: 6043771.
HSL color Cylindrical-coordinate representation of color #7B385C: hue angle of 327.76º 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 #7B385C is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 56 | 92 | - |
| CMYK | 0 | 0.54 | 0.25 | 0.52 |
| HSL | 327.76º | 0.37% | 0.35% | - |
| HSV(B) | 327.76º | 0.54% | 0.48% | - |
| XYZ | 11.51 | 7.81 | 11.03 | - |
| YUV | 80.14 | 134.7 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 56 | 92 | 0 | 0.54 | 0.25 | 0.52 | 327.76 | 0.37 | 0.35 |
| Hex | 7B | 38 | 5C | 0 | 36 | 19 | 34 | 148 | 25 | 23 |
| Octal | 173 | 70 | 134 | 0 | 66 | 31 | 64 | 510 | 45 | 43 |
| Binary | 1111011 | 111000 | 1011100 | 0 | 110110 | 11001 | 110100 | 101001000 | 100101 | 100011 |
Color Harmonies of #7B385C
Complementary color
Monochromatic Colors of #7B385C
Black with #7B385C
Text Example
Text Example
White with #7B385C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B385C; }
p { color: rgb(123,56,92); }
H1.HeaderClassName
{
color: #7B385C;
}
.AnyTagClassName
{
color: #7B385C;
}
</style>
background-color css
<style>
a { background-color: #7B385C; }
a { background-color: rgb(123,56,92); }
div.DivClassName
{
background-color: #7B385C;
}
.BgClassName
{
background-color: #7B385C;
}
</style>
border-color css
<style>
span { border-color: #7B385C; }
span { border-color: rgb(123,56,92); }
td.TdClassName
{
border-color: #7B385C;
}
.TagClassName
{
border-color: #7B385C;
}
</style>