Shades of Flirt #78374D
Tints of Flirt #78374D
RGB
CMYK
RGB Variations
Color information
#78374D (or 0x78374D) is known color: Flirt. HEX triplet: 78, 37 and 4D. RGB value is (120,55,77). Sum of RGB (Red+Green+Blue) = 120+55+77=252 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.62% from 252); Green value is 55 (21.88% from 255 or 21.83% from 252); Blue value is 77 (30.47% from 255 or 30.56% from 252); Max value from RGB is 120 - color contains mainly: red. Hex color #78374D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78374D is #87C8B2. Grayscale: #4C4C4C. Windows color (decimal): -8898739 or 5060472. OLE color: 5060472.
HSL color Cylindrical-coordinate representation of color #78374D: hue angle of 339.69º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #78374D is Cyan = 0, Magento = 0.54, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 55 | 77 | - |
| CMYK | 0 | 0.54 | 0.36 | 0.53 |
| HSL | 339.69º | 0.37% | 0.34% | - |
| HSV(B) | 339.69º | 0.54% | 0.47% | - |
| XYZ | 10.45 | 7.26 | 7.87 | - |
| YUV | 76.94 | 128.03 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 55 | 77 | 0 | 0.54 | 0.36 | 0.53 | 339.69 | 0.37 | 0.34 |
| Hex | 78 | 37 | 4D | 0 | 36 | 24 | 35 | 154 | 25 | 22 |
| Octal | 170 | 67 | 115 | 0 | 66 | 44 | 65 | 524 | 45 | 42 |
| Binary | 1111000 | 110111 | 1001101 | 0 | 110110 | 100100 | 110101 | 101010100 | 100101 | 100010 |
Color Harmonies of #78374D
Complementary color
Monochromatic Colors of #78374D
Black with #78374D
Text Example
Text Example
White with #78374D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78374D; }
p { color: rgb(120,55,77); }
H1.HeaderClassName
{
color: #78374D;
}
.AnyTagClassName
{
color: #78374D;
}
</style>
background-color css
<style>
a { background-color: #78374D; }
a { background-color: rgb(120,55,77); }
div.DivClassName
{
background-color: #78374D;
}
.BgClassName
{
background-color: #78374D;
}
</style>
border-color css
<style>
span { border-color: #78374D; }
span { border-color: rgb(120,55,77); }
td.TdClassName
{
border-color: #78374D;
}
.TagClassName
{
border-color: #78374D;
}
</style>