#78355C

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

Shades of Flirt #78355C

Tints of Flirt #78355C

Color information

#78355C (or 0x78355C) is unknown color: approx Flirt. HEX triplet: 78, 35 and 5C. RGB value is (120,53,92). Sum of RGB (Red+Green+Blue) = 120+53+92=265 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.28% from 265); Green value is 53 (21.09% from 255 or 20% from 265); Blue value is 92 (36.33% from 255 or 34.72% from 265); Max value from RGB is 120 - color contains mainly: red. Hex color #78355C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78355C is #87CAA3. Grayscale: #4D4D4D. Windows color (decimal): -8899236 or 6043000. OLE color: 6043000.

HSL color Cylindrical-coordinate representation of color #78355C: hue angle of 325.07º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #78355C is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB1205392-
CMYK00.560.230.53
HSL325.07º38.73%33.92%-
HSV(B)325.07º55.83%47.06%-
XYZ10.957.3110.96-
YUV77.48136.2158.33-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.28%
GREEN value IS 53 (21.09% from 255) = 20%
BLUE value IS 92 (36.33% from 255) = 34.72%
R=45.28%
G=20%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120539200.560.230.53325.0738.7333.92
Hex78355C03817351452722
Octal1706513407027655054742
Binary11110001101011011100011100010111110101101000101100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78355C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78355C; }

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

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

<style>
 a { background-color: #78355C; }

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

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

<style>
 span { border-color: #78355C; }

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

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