Shades of Flirt #76345D
Tints of Flirt #76345D
RGB
CMYK
RGB Variations
Color information
#76345D (or 0x76345D) is known color: Flirt. HEX triplet: 76, 34 and 5D. RGB value is (118,52,93). Sum of RGB (Red+Green+Blue) = 118+52+93=263 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.87% from 263); Green value is 52 (20.70% from 255 or 19.77% from 263); Blue value is 93 (36.72% from 255 or 35.36% from 263); Max value from RGB is 118 - color contains mainly: red. Hex color #76345D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76345D is #89CBA2. Grayscale: #4C4C4C. Windows color (decimal): -9030563 or 6108278. OLE color: 6108278.
HSL color Cylindrical-coordinate representation of color #76345D: hue angle of 322.73º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #76345D is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 52 | 93 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.54 |
| HSL | 322.73º | 0.39% | 0.33% | - |
| HSV(B) | 322.73º | 0.56% | 0.46% | - |
| XYZ | 10.67 | 7.1 | 11.16 | - |
| YUV | 76.41 | 137.37 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 52 | 93 | 0 | 0.56 | 0.21 | 0.54 | 322.73 | 0.39 | 0.33 |
| Hex | 76 | 34 | 5D | 0 | 38 | 15 | 36 | 143 | 27 | 21 |
| Octal | 166 | 64 | 135 | 0 | 70 | 25 | 66 | 503 | 47 | 41 |
| Binary | 1110110 | 110100 | 1011101 | 0 | 111000 | 10101 | 110110 | 101000011 | 100111 | 100001 |
Color Harmonies of #76345D
Complementary color
Monochromatic Colors of #76345D
Black with #76345D
Text Example
Text Example
White with #76345D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76345D; }
p { color: rgb(118,52,93); }
H1.HeaderClassName
{
color: #76345D;
}
.AnyTagClassName
{
color: #76345D;
}
</style>
background-color css
<style>
a { background-color: #76345D; }
a { background-color: rgb(118,52,93); }
div.DivClassName
{
background-color: #76345D;
}
.BgClassName
{
background-color: #76345D;
}
</style>
border-color css
<style>
span { border-color: #76345D; }
span { border-color: rgb(118,52,93); }
td.TdClassName
{
border-color: #76345D;
}
.TagClassName
{
border-color: #76345D;
}
</style>