Shades of Flirt #762D55
Tints of Flirt #762D55
RGB
CMYK
RGB Variations
Color information
#762D55 (or 0x762D55) is known color: Flirt. HEX triplet: 76, 2D and 55. RGB value is (118,45,85). Sum of RGB (Red+Green+Blue) = 118+45+85=248 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.58% from 248); Green value is 45 (17.97% from 255 or 18.15% from 248); Blue value is 85 (33.59% from 255 or 34.27% from 248); Max value from RGB is 118 - color contains mainly: red. Hex color #762D55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762D55 is #89D2AA. Grayscale: #474747. Windows color (decimal): -9032363 or 5582198. OLE color: 5582198.
HSL color Cylindrical-coordinate representation of color #762D55: hue angle of 327.12º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #762D55 is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 45 | 85 | - |
| CMYK | 0 | 0.62 | 0.28 | 0.54 |
| HSL | 327.12º | 0.45% | 0.32% | - |
| HSV(B) | 327.12º | 0.62% | 0.46% | - |
| XYZ | 10.05 | 6.38 | 9.3 | - |
| YUV | 71.39 | 135.68 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 45 | 85 | 0 | 0.62 | 0.28 | 0.54 | 327.12 | 0.45 | 0.32 |
| Hex | 76 | 2D | 55 | 0 | 3E | 1C | 36 | 147 | 2D | 20 |
| Octal | 166 | 55 | 125 | 0 | 76 | 34 | 66 | 507 | 55 | 40 |
| Binary | 1110110 | 101101 | 1010101 | 0 | 111110 | 11100 | 110110 | 101000111 | 101101 | 100000 |
Color Harmonies of #762D55
Complementary color
Monochromatic Colors of #762D55
Black with #762D55
Text Example
Text Example
White with #762D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762D55; }
p { color: rgb(118,45,85); }
H1.HeaderClassName
{
color: #762D55;
}
.AnyTagClassName
{
color: #762D55;
}
</style>
background-color css
<style>
a { background-color: #762D55; }
a { background-color: rgb(118,45,85); }
div.DivClassName
{
background-color: #762D55;
}
.BgClassName
{
background-color: #762D55;
}
</style>
border-color css
<style>
span { border-color: #762D55; }
span { border-color: rgb(118,45,85); }
td.TdClassName
{
border-color: #762D55;
}
.TagClassName
{
border-color: #762D55;
}
</style>