#78345C

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

Shades of Flirt #78345C

Tints of Flirt #78345C

Color information

#78345C (or 0x78345C) is unknown color: approx Flirt. HEX triplet: 78, 34 and 5C. RGB value is (120,52,92). Sum of RGB (Red+Green+Blue) = 120+52+92=264 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.45% from 264); Green value is 52 (20.70% from 255 or 19.70% from 264); Blue value is 92 (36.33% from 255 or 34.85% from 264); Max value from RGB is 120 - color contains mainly: red. Hex color #78345C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78345C is #87CBA3. Grayscale: #4C4C4C. Windows color (decimal): -8899492 or 6042744. OLE color: 6042744.

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

Color convert

RGB1205292-
CMYK00.570.230.53
HSL324.71º39.53%33.73%-
HSV(B)324.71º56.67%47.06%-
XYZ10.917.2210.94-
YUV76.89136.53158.75-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.45%
GREEN value IS 52 (20.70% from 255) = 19.70%
BLUE value IS 92 (36.33% from 255) = 34.85%
R=45.45%
G=19.70%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120529200.570.230.53324.7139.5333.73
Hex78345C03917351452822
Octal1706413407127655055042
Binary11110001101001011100011100110111110101101000101101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78345C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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