Shades of Flirt #762C53
Tints of Flirt #762C53
RGB
CMYK
RGB Variations
Color information
#762C53 (or 0x762C53) is known color: Flirt. HEX triplet: 76, 2C and 53. RGB value is (118,44,83). Sum of RGB (Red+Green+Blue) = 118+44+83=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 44 (17.58% from 255 or 17.96% from 245); Blue value is 83 (32.81% from 255 or 33.88% from 245); Max value from RGB is 118 - color contains mainly: red. Hex color #762C53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762C53 is #89D3AC. Grayscale: #464646. Windows color (decimal): -9032621 or 5450870. OLE color: 5450870.
HSL color Cylindrical-coordinate representation of color #762C53: hue angle of 328.38º 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 #762C53 is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 44 | 83 | - |
| CMYK | 0 | 0.63 | 0.30 | 0.54 |
| HSL | 328.38º | 0.46% | 0.32% | - |
| HSV(B) | 328.38º | 0.63% | 0.46% | - |
| XYZ | 9.93 | 6.28 | 8.87 | - |
| YUV | 70.57 | 135.02 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 44 | 83 | 0 | 0.63 | 0.30 | 0.54 | 328.38 | 0.46 | 0.32 |
| Hex | 76 | 2C | 53 | 0 | 3F | 1E | 36 | 148 | 2E | 20 |
| Octal | 166 | 54 | 123 | 0 | 77 | 36 | 66 | 510 | 56 | 40 |
| Binary | 1110110 | 101100 | 1010011 | 0 | 111111 | 11110 | 110110 | 101001000 | 101110 | 100000 |
Color Harmonies of #762C53
Complementary color
Monochromatic Colors of #762C53
Black with #762C53
Text Example
Text Example
White with #762C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762C53; }
p { color: rgb(118,44,83); }
H1.HeaderClassName
{
color: #762C53;
}
.AnyTagClassName
{
color: #762C53;
}
</style>
background-color css
<style>
a { background-color: #762C53; }
a { background-color: rgb(118,44,83); }
div.DivClassName
{
background-color: #762C53;
}
.BgClassName
{
background-color: #762C53;
}
</style>
border-color css
<style>
span { border-color: #762C53; }
span { border-color: rgb(118,44,83); }
td.TdClassName
{
border-color: #762C53;
}
.TagClassName
{
border-color: #762C53;
}
</style>