Shades of Flirt #76365C
Tints of Flirt #76365C
RGB
CMYK
RGB Variations
Color information
#76365C (or 0x76365C) is known color: Flirt. HEX triplet: 76, 36 and 5C. RGB value is (118,54,92). Sum of RGB (Red+Green+Blue) = 118+54+92=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 54 (21.48% from 255 or 20.45% from 264); Blue value is 92 (36.33% from 255 or 34.85% from 264); Max value from RGB is 118 - color contains mainly: red. Hex color #76365C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76365C is #89C9A3. Grayscale: #4D4D4D. Windows color (decimal): -9030052 or 6043254. OLE color: 6043254.
HSL color Cylindrical-coordinate representation of color #76365C: hue angle of 324.38º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76365C is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 54 | 92 | - |
| CMYK | 0 | 0.54 | 0.22 | 0.54 |
| HSL | 324.38º | 0.37% | 0.34% | - |
| HSV(B) | 324.38º | 0.54% | 0.46% | - |
| XYZ | 10.72 | 7.26 | 10.96 | - |
| YUV | 77.47 | 136.2 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 54 | 92 | 0 | 0.54 | 0.22 | 0.54 | 324.38 | 0.37 | 0.34 |
| Hex | 76 | 36 | 5C | 0 | 36 | 16 | 36 | 144 | 25 | 22 |
| Octal | 166 | 66 | 134 | 0 | 66 | 26 | 66 | 504 | 45 | 42 |
| Binary | 1110110 | 110110 | 1011100 | 0 | 110110 | 10110 | 110110 | 101000100 | 100101 | 100010 |
Color Harmonies of #76365C
Complementary color
Monochromatic Colors of #76365C
Black with #76365C
Text Example
Text Example
White with #76365C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76365C; }
p { color: rgb(118,54,92); }
H1.HeaderClassName
{
color: #76365C;
}
.AnyTagClassName
{
color: #76365C;
}
</style>
background-color css
<style>
a { background-color: #76365C; }
a { background-color: rgb(118,54,92); }
div.DivClassName
{
background-color: #76365C;
}
.BgClassName
{
background-color: #76365C;
}
</style>
border-color css
<style>
span { border-color: #76365C; }
span { border-color: rgb(118,54,92); }
td.TdClassName
{
border-color: #76365C;
}
.TagClassName
{
border-color: #76365C;
}
</style>