Shades of Flirt #762C5B
Tints of Flirt #762C5B
RGB
CMYK
RGB Variations
Color information
#762C5B (or 0x762C5B) is known color: Flirt. HEX triplet: 76, 2C and 5B. RGB value is (118,44,91). Sum of RGB (Red+Green+Blue) = 118+44+91=253 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.64% from 253); Green value is 44 (17.58% from 255 or 17.39% from 253); Blue value is 91 (35.94% from 255 or 35.97% from 253); Max value from RGB is 118 - color contains mainly: red. Hex color #762C5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762C5B is #89D3A4. Grayscale: #474747. Windows color (decimal): -9032613 or 5975158. OLE color: 5975158.
HSL color Cylindrical-coordinate representation of color #762C5B: hue angle of 321.89º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #762C5B is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 44 | 91 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.54 |
| HSL | 321.89º | 0.46% | 0.32% | - |
| HSV(B) | 321.89º | 0.63% | 0.46% | - |
| XYZ | 10.26 | 6.41 | 10.59 | - |
| YUV | 71.48 | 139.02 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 44 | 91 | 0 | 0.63 | 0.23 | 0.54 | 321.89 | 0.46 | 0.32 |
| Hex | 76 | 2C | 5B | 0 | 3F | 17 | 36 | 142 | 2E | 20 |
| Octal | 166 | 54 | 133 | 0 | 77 | 27 | 66 | 502 | 56 | 40 |
| Binary | 1110110 | 101100 | 1011011 | 0 | 111111 | 10111 | 110110 | 101000010 | 101110 | 100000 |
Color Harmonies of #762C5B
Complementary color
Monochromatic Colors of #762C5B
Black with #762C5B
Text Example
Text Example
White with #762C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762C5B; }
p { color: rgb(118,44,91); }
H1.HeaderClassName
{
color: #762C5B;
}
.AnyTagClassName
{
color: #762C5B;
}
</style>
background-color css
<style>
a { background-color: #762C5B; }
a { background-color: rgb(118,44,91); }
div.DivClassName
{
background-color: #762C5B;
}
.BgClassName
{
background-color: #762C5B;
}
</style>
border-color css
<style>
span { border-color: #762C5B; }
span { border-color: rgb(118,44,91); }
td.TdClassName
{
border-color: #762C5B;
}
.TagClassName
{
border-color: #762C5B;
}
</style>