Shades of Flirt #76375C
Tints of Flirt #76375C
RGB
CMYK
RGB Variations
Color information
#76375C (or 0x76375C) is known color: Flirt. HEX triplet: 76, 37 and 5C. RGB value is (118,55,92). Sum of RGB (Red+Green+Blue) = 118+55+92=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 55 (21.88% from 255 or 20.75% from 265); Blue value is 92 (36.33% from 255 or 34.72% from 265); Max value from RGB is 118 - color contains mainly: red. Hex color #76375C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76375C is #89C8A3. Grayscale: #4D4D4D. Windows color (decimal): -9029796 or 6043510. OLE color: 6043510.
HSL color Cylindrical-coordinate representation of color #76375C: hue angle of 324.76º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76375C is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 55 | 92 | - |
| CMYK | 0 | 0.53 | 0.22 | 0.54 |
| HSL | 324.76º | 0.36% | 0.34% | - |
| HSV(B) | 324.76º | 0.53% | 0.46% | - |
| XYZ | 10.77 | 7.36 | 10.98 | - |
| YUV | 78.06 | 135.87 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 55 | 92 | 0 | 0.53 | 0.22 | 0.54 | 324.76 | 0.36 | 0.34 |
| Hex | 76 | 37 | 5C | 0 | 35 | 16 | 36 | 145 | 24 | 22 |
| Octal | 166 | 67 | 134 | 0 | 65 | 26 | 66 | 505 | 44 | 42 |
| Binary | 1110110 | 110111 | 1011100 | 0 | 110101 | 10110 | 110110 | 101000101 | 100100 | 100010 |
Color Harmonies of #76375C
Complementary color
Monochromatic Colors of #76375C
Black with #76375C
Text Example
Text Example
White with #76375C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76375C; }
p { color: rgb(118,55,92); }
H1.HeaderClassName
{
color: #76375C;
}
.AnyTagClassName
{
color: #76375C;
}
</style>
background-color css
<style>
a { background-color: #76375C; }
a { background-color: rgb(118,55,92); }
div.DivClassName
{
background-color: #76375C;
}
.BgClassName
{
background-color: #76375C;
}
</style>
border-color css
<style>
span { border-color: #76375C; }
span { border-color: rgb(118,55,92); }
td.TdClassName
{
border-color: #76375C;
}
.TagClassName
{
border-color: #76375C;
}
</style>