Shades of Flirt #78324C
Tints of Flirt #78324C
RGB
CMYK
RGB Variations
Color information
#78324C (or 0x78324C) is known color: Flirt. HEX triplet: 78, 32 and 4C. RGB value is (120,50,76). Sum of RGB (Red+Green+Blue) = 120+50+76=246 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.78% from 246); Green value is 50 (19.92% from 255 or 20.33% from 246); Blue value is 76 (30.08% from 255 or 30.89% from 246); Max value from RGB is 120 - color contains mainly: red. Hex color #78324C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78324C is #87CDB3. Grayscale: #494949. Windows color (decimal): -8900020 or 4993656. OLE color: 4993656.
HSL color Cylindrical-coordinate representation of color #78324C: hue angle of 337.71º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #78324C is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 50 | 76 | - |
| CMYK | 0 | 0.58 | 0.37 | 0.53 |
| HSL | 337.71º | 0.41% | 0.33% | - |
| HSV(B) | 337.71º | 0.58% | 0.47% | - |
| XYZ | 10.19 | 6.8 | 7.61 | - |
| YUV | 73.89 | 129.19 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 50 | 76 | 0 | 0.58 | 0.37 | 0.53 | 337.71 | 0.41 | 0.33 |
| Hex | 78 | 32 | 4C | 0 | 3A | 25 | 35 | 152 | 29 | 21 |
| Octal | 170 | 62 | 114 | 0 | 72 | 45 | 65 | 522 | 51 | 41 |
| Binary | 1111000 | 110010 | 1001100 | 0 | 111010 | 100101 | 110101 | 101010010 | 101001 | 100001 |
Color Harmonies of #78324C
Complementary color
Monochromatic Colors of #78324C
Black with #78324C
Text Example
Text Example
White with #78324C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78324C; }
p { color: rgb(120,50,76); }
H1.HeaderClassName
{
color: #78324C;
}
.AnyTagClassName
{
color: #78324C;
}
</style>
background-color css
<style>
a { background-color: #78324C; }
a { background-color: rgb(120,50,76); }
div.DivClassName
{
background-color: #78324C;
}
.BgClassName
{
background-color: #78324C;
}
</style>
border-color css
<style>
span { border-color: #78324C; }
span { border-color: rgb(120,50,76); }
td.TdClassName
{
border-color: #78324C;
}
.TagClassName
{
border-color: #78324C;
}
</style>