Shades of Flirt #7B265B
Tints of Flirt #7B265B
RGB
CMYK
RGB Variations
Color information
#7B265B (or 0x7B265B) is known color: Flirt. HEX triplet: 7B, 26 and 5B. RGB value is (123,38,91). Sum of RGB (Red+Green+Blue) = 123+38+91=252 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.81% from 252); Green value is 38 (15.23% from 255 or 15.08% from 252); Blue value is 91 (35.94% from 255 or 36.11% from 252); Max value from RGB is 123 - color contains mainly: red. Hex color #7B265B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B265B is #84D9A4. Grayscale: #454545. Windows color (decimal): -8706469 or 5973627. OLE color: 5973627.
HSL color Cylindrical-coordinate representation of color #7B265B: hue angle of 322.59º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7B265B is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 38 | 91 | - |
| CMYK | 0 | 0.69 | 0.26 | 0.52 |
| HSL | 322.59º | 0.53% | 0.32% | - |
| HSV(B) | 322.59º | 0.69% | 0.48% | - |
| XYZ | 10.75 | 6.35 | 10.56 | - |
| YUV | 69.46 | 140.16 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 38 | 91 | 0 | 0.69 | 0.26 | 0.52 | 322.59 | 0.53 | 0.32 |
| Hex | 7B | 26 | 5B | 0 | 45 | 1A | 34 | 143 | 35 | 20 |
| Octal | 173 | 46 | 133 | 0 | 105 | 32 | 64 | 503 | 65 | 40 |
| Binary | 1111011 | 100110 | 1011011 | 0 | 1000101 | 11010 | 110100 | 101000011 | 110101 | 100000 |
Color Harmonies of #7B265B
Complementary color
Monochromatic Colors of #7B265B
Black with #7B265B
Text Example
Text Example
White with #7B265B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B265B; }
p { color: rgb(123,38,91); }
H1.HeaderClassName
{
color: #7B265B;
}
.AnyTagClassName
{
color: #7B265B;
}
</style>
background-color css
<style>
a { background-color: #7B265B; }
a { background-color: rgb(123,38,91); }
div.DivClassName
{
background-color: #7B265B;
}
.BgClassName
{
background-color: #7B265B;
}
</style>
border-color css
<style>
span { border-color: #7B265B; }
span { border-color: rgb(123,38,91); }
td.TdClassName
{
border-color: #7B265B;
}
.TagClassName
{
border-color: #7B265B;
}
</style>