Shades of Flirt #78314C
Tints of Flirt #78314C
RGB
CMYK
RGB Variations
Color information
#78314C (or 0x78314C) is known color: Flirt. HEX triplet: 78, 31 and 4C. RGB value is (120,49,76). Sum of RGB (Red+Green+Blue) = 120+49+76=245 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.98% from 245); Green value is 49 (19.53% from 255 or 20% from 245); Blue value is 76 (30.08% from 255 or 31.02% from 245); Max value from RGB is 120 - color contains mainly: red. Hex color #78314C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78314C is #87CEB3. Grayscale: #494949. Windows color (decimal): -8900276 or 4993400. OLE color: 4993400.
HSL color Cylindrical-coordinate representation of color #78314C: hue angle of 337.18º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #78314C is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 49 | 76 | - |
| CMYK | 0 | 0.59 | 0.37 | 0.53 |
| HSL | 337.18º | 0.42% | 0.33% | - |
| HSV(B) | 337.18º | 0.59% | 0.47% | - |
| XYZ | 10.15 | 6.71 | 7.6 | - |
| YUV | 73.31 | 129.52 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 49 | 76 | 0 | 0.59 | 0.37 | 0.53 | 337.18 | 0.42 | 0.33 |
| Hex | 78 | 31 | 4C | 0 | 3B | 25 | 35 | 151 | 2A | 21 |
| Octal | 170 | 61 | 114 | 0 | 73 | 45 | 65 | 521 | 52 | 41 |
| Binary | 1111000 | 110001 | 1001100 | 0 | 111011 | 100101 | 110101 | 101010001 | 101010 | 100001 |
Color Harmonies of #78314C
Complementary color
Monochromatic Colors of #78314C
Black with #78314C
Text Example
Text Example
White with #78314C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78314C; }
p { color: rgb(120,49,76); }
H1.HeaderClassName
{
color: #78314C;
}
.AnyTagClassName
{
color: #78314C;
}
</style>
background-color css
<style>
a { background-color: #78314C; }
a { background-color: rgb(120,49,76); }
div.DivClassName
{
background-color: #78314C;
}
.BgClassName
{
background-color: #78314C;
}
</style>
border-color css
<style>
span { border-color: #78314C; }
span { border-color: rgb(120,49,76); }
td.TdClassName
{
border-color: #78314C;
}
.TagClassName
{
border-color: #78314C;
}
</style>