#782E56

Color #782E56 Flirt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flirt #782E56

Tints of Flirt #782E56

Color information

#782E56 (or 0x782E56) is unknown color: approx Flirt. HEX triplet: 78, 2E and 56. RGB value is (120,46,86). Sum of RGB (Red+Green+Blue) = 120+46+86=252 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.62% from 252); Green value is 46 (18.36% from 255 or 18.25% from 252); Blue value is 86 (33.98% from 255 or 34.13% from 252); Max value from RGB is 120 - color contains mainly: red. Hex color #782E56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782E56 is #87D1A9. Grayscale: #484848. Windows color (decimal): -8901034 or 5647992. OLE color: 5647992.

HSL color Cylindrical-coordinate representation of color #782E56: hue angle of 327.57º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #782E56 is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB1204686-
CMYK00.620.280.53
HSL327.57º44.58%32.55%-
HSV(B)327.57º61.67%47.06%-
XYZ10.46.629.53-
YUV72.69135.52161.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 120 (47.27% from 255) = 47.62%
GREEN value IS 46 (18.36% from 255) = 18.25%
BLUE value IS 86 (33.98% from 255) = 34.13%
R=47.62%
G=18.25%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120468600.620.280.53327.5744.5832.55
Hex782E5603E1C351482d21
Octal1705612607634655105541
Binary11110001011101010110011111011100110101101001000101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782E56; }

 p { color: rgb(120,46,86); }

 H1.HeaderClassName
 {
   color: #782E56;
 }
 .AnyTagClassName
 {
   color: #782E56;
 }
</style>
background-color css

<style>
 a { background-color: #782E56; }

 a { background-color: rgb(120,46,86); }

 div.DivClassName
 {
   background-color: #782E56;
 }
 .BgClassName
 {
   background-color: #782E56;
 }
</style>
border-color css

<style>
 span { border-color: #782E56; }

 span { border-color: rgb(120,46,86); }

 td.TdClassName
 {
   border-color: #782E56;
 }
 .TagClassName
 {
   border-color: #782E56;
 }
</style>