#782E5C

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

Shades of Flirt #782E5C

Tints of Flirt #782E5C

Color information

#782E5C (or 0x782E5C) is unknown color: approx Flirt. HEX triplet: 78, 2E and 5C. RGB value is (120,46,92). Sum of RGB (Red+Green+Blue) = 120+46+92=258 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.51% from 258); Green value is 46 (18.36% from 255 or 17.83% from 258); Blue value is 92 (36.33% from 255 or 35.66% from 258); Max value from RGB is 120 - color contains mainly: red. Hex color #782E5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782E5C is #87D1A3. Grayscale: #494949. Windows color (decimal): -8901028 or 6041208. OLE color: 6041208.

HSL color Cylindrical-coordinate representation of color #782E5C: hue angle of 322.7º 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 #782E5C is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB1204692-
CMYK00.620.230.53
HSL322.7º44.58%32.55%-
HSV(B)322.7º61.67%47.06%-
XYZ10.656.7210.86-
YUV73.37138.52161.26-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.51%
GREEN value IS 46 (18.36% from 255) = 17.83%
BLUE value IS 92 (36.33% from 255) = 35.66%
R=46.51%
G=17.83%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120469200.620.230.53322.744.5832.55
Hex782E5C03E17351432d21
Octal1705613407627655035541
Binary11110001011101011100011111010111110101101000011101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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