Shades of Flirt #76224F
Tints of Flirt #76224F
RGB
CMYK
RGB Variations
Color information
#76224F (or 0x76224F) is known color: Flirt. HEX triplet: 76, 22 and 4F. RGB value is (118,34,79). Sum of RGB (Red+Green+Blue) = 118+34+79=231 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.08% from 231); Green value is 34 (13.67% from 255 or 14.72% from 231); Blue value is 79 (31.25% from 255 or 34.20% from 231); Max value from RGB is 118 - color contains mainly: red. Hex color #76224F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76224F is #89DDB0. Grayscale: #404040. Windows color (decimal): -9035185 or 5186166. OLE color: 5186166.
HSL color Cylindrical-coordinate representation of color #76224F: hue angle of 327.86º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #76224F is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 34 | 79 | - |
| CMYK | 0 | 0.71 | 0.33 | 0.54 |
| HSL | 327.86º | 0.55% | 0.3% | - |
| HSV(B) | 327.86º | 0.71% | 0.46% | - |
| XYZ | 9.45 | 5.56 | 7.97 | - |
| YUV | 64.25 | 136.33 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 34 | 79 | 0 | 0.71 | 0.33 | 0.54 | 327.86 | 0.55 | 0.3 |
| Hex | 76 | 22 | 4F | 0 | 47 | 21 | 36 | 148 | 37 | 1E |
| Octal | 166 | 42 | 117 | 0 | 107 | 41 | 66 | 510 | 67 | 36 |
| Binary | 1110110 | 100010 | 1001111 | 0 | 1000111 | 100001 | 110110 | 101001000 | 110111 | 11110 |
Color Harmonies of #76224F
Complementary color
Monochromatic Colors of #76224F
Black with #76224F
Text Example
Text Example
White with #76224F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76224F; }
p { color: rgb(118,34,79); }
H1.HeaderClassName
{
color: #76224F;
}
.AnyTagClassName
{
color: #76224F;
}
</style>
background-color css
<style>
a { background-color: #76224F; }
a { background-color: rgb(118,34,79); }
div.DivClassName
{
background-color: #76224F;
}
.BgClassName
{
background-color: #76224F;
}
</style>
border-color css
<style>
span { border-color: #76224F; }
span { border-color: rgb(118,34,79); }
td.TdClassName
{
border-color: #76224F;
}
.TagClassName
{
border-color: #76224F;
}
</style>