Shades of Flirt #76355C
Tints of Flirt #76355C
RGB
CMYK
RGB Variations
Color information
#76355C (or 0x76355C) is known color: Flirt. HEX triplet: 76, 35 and 5C. RGB value is (118,53,92). Sum of RGB (Red+Green+Blue) = 118+53+92=263 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.87% from 263); Green value is 53 (21.09% from 255 or 20.15% from 263); Blue value is 92 (36.33% from 255 or 34.98% from 263); Max value from RGB is 118 - color contains mainly: red. Hex color #76355C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76355C is #89CAA3. Grayscale: #4C4C4C. Windows color (decimal): -9030308 or 6042998. OLE color: 6042998.
HSL color Cylindrical-coordinate representation of color #76355C: hue angle of 324º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #76355C is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 53 | 92 | - |
| CMYK | 0 | 0.55 | 0.22 | 0.54 |
| HSL | 324º | 0.38% | 0.34% | - |
| HSV(B) | 324º | 0.55% | 0.46% | - |
| XYZ | 10.68 | 7.17 | 10.95 | - |
| YUV | 76.88 | 136.53 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 53 | 92 | 0 | 0.55 | 0.22 | 0.54 | 324 | 0.38 | 0.34 |
| Hex | 76 | 35 | 5C | 0 | 37 | 16 | 36 | 144 | 26 | 22 |
| Octal | 166 | 65 | 134 | 0 | 67 | 26 | 66 | 504 | 46 | 42 |
| Binary | 1110110 | 110101 | 1011100 | 0 | 110111 | 10110 | 110110 | 101000100 | 100110 | 100010 |
Color Harmonies of #76355C
Complementary color
Monochromatic Colors of #76355C
Black with #76355C
Text Example
Text Example
White with #76355C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76355C; }
p { color: rgb(118,53,92); }
H1.HeaderClassName
{
color: #76355C;
}
.AnyTagClassName
{
color: #76355C;
}
</style>
background-color css
<style>
a { background-color: #76355C; }
a { background-color: rgb(118,53,92); }
div.DivClassName
{
background-color: #76355C;
}
.BgClassName
{
background-color: #76355C;
}
</style>
border-color css
<style>
span { border-color: #76355C; }
span { border-color: rgb(118,53,92); }
td.TdClassName
{
border-color: #76355C;
}
.TagClassName
{
border-color: #76355C;
}
</style>