Shades of Flirt #762D4C
Tints of Flirt #762D4C
RGB
CMYK
RGB Variations
Color information
#762D4C (or 0x762D4C) is known color: Flirt. HEX triplet: 76, 2D and 4C. RGB value is (118,45,76). Sum of RGB (Red+Green+Blue) = 118+45+76=239 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.37% from 239); Green value is 45 (17.97% from 255 or 18.83% from 239); Blue value is 76 (30.08% from 255 or 31.80% from 239); Max value from RGB is 118 - color contains mainly: red. Hex color #762D4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762D4C is #89D2B3. Grayscale: #464646. Windows color (decimal): -9032372 or 4992374. OLE color: 4992374.
HSL color Cylindrical-coordinate representation of color #762D4C: hue angle of 334.52º 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 #762D4C is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 45 | 76 | - |
| CMYK | 0 | 0.62 | 0.36 | 0.54 |
| HSL | 334.52º | 0.45% | 0.32% | - |
| HSV(B) | 334.52º | 0.62% | 0.46% | - |
| XYZ | 9.71 | 6.25 | 7.53 | - |
| YUV | 70.36 | 131.18 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 45 | 76 | 0 | 0.62 | 0.36 | 0.54 | 334.52 | 0.45 | 0.32 |
| Hex | 76 | 2D | 4C | 0 | 3E | 24 | 36 | 14F | 2D | 20 |
| Octal | 166 | 55 | 114 | 0 | 76 | 44 | 66 | 517 | 55 | 40 |
| Binary | 1110110 | 101101 | 1001100 | 0 | 111110 | 100100 | 110110 | 101001111 | 101101 | 100000 |
Color Harmonies of #762D4C
Complementary color
Monochromatic Colors of #762D4C
Black with #762D4C
Text Example
Text Example
White with #762D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762D4C; }
p { color: rgb(118,45,76); }
H1.HeaderClassName
{
color: #762D4C;
}
.AnyTagClassName
{
color: #762D4C;
}
</style>
background-color css
<style>
a { background-color: #762D4C; }
a { background-color: rgb(118,45,76); }
div.DivClassName
{
background-color: #762D4C;
}
.BgClassName
{
background-color: #762D4C;
}
</style>
border-color css
<style>
span { border-color: #762D4C; }
span { border-color: rgb(118,45,76); }
td.TdClassName
{
border-color: #762D4C;
}
.TagClassName
{
border-color: #762D4C;
}
</style>