Shades of Flirt #782646
Tints of Flirt #782646
RGB
CMYK
RGB Variations
Color information
#782646 (or 0x782646) is known color: Flirt. HEX triplet: 78, 26 and 46. RGB value is (120,38,70). Sum of RGB (Red+Green+Blue) = 120+38+70=228 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.63% from 228); Green value is 38 (15.23% from 255 or 16.67% from 228); Blue value is 70 (27.73% from 255 or 30.70% from 228); Max value from RGB is 120 - color contains mainly: red. Hex color #782646 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782646 is #87D9B9. Grayscale: #424242. Windows color (decimal): -8903098 or 4597368. OLE color: 4597368.
HSL color Cylindrical-coordinate representation of color #782646: hue angle of 336.59º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #782646 is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 38 | 70 | - |
| CMYK | 0 | 0.68 | 0.42 | 0.53 |
| HSL | 336.59º | 0.52% | 0.31% | - |
| HSV(B) | 336.59º | 0.68% | 0.47% | - |
| XYZ | 9.54 | 5.82 | 6.41 | - |
| YUV | 66.17 | 130.17 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 38 | 70 | 0 | 0.68 | 0.42 | 0.53 | 336.59 | 0.52 | 0.31 |
| Hex | 78 | 26 | 46 | 0 | 44 | 2A | 35 | 151 | 34 | 1F |
| Octal | 170 | 46 | 106 | 0 | 104 | 52 | 65 | 521 | 64 | 37 |
| Binary | 1111000 | 100110 | 1000110 | 0 | 1000100 | 101010 | 110101 | 101010001 | 110100 | 11111 |
Color Harmonies of #782646
Complementary color
Monochromatic Colors of #782646
Black with #782646
Text Example
Text Example
White with #782646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782646; }
p { color: rgb(120,38,70); }
H1.HeaderClassName
{
color: #782646;
}
.AnyTagClassName
{
color: #782646;
}
</style>
background-color css
<style>
a { background-color: #782646; }
a { background-color: rgb(120,38,70); }
div.DivClassName
{
background-color: #782646;
}
.BgClassName
{
background-color: #782646;
}
</style>
border-color css
<style>
span { border-color: #782646; }
span { border-color: rgb(120,38,70); }
td.TdClassName
{
border-color: #782646;
}
.TagClassName
{
border-color: #782646;
}
</style>