#78344E

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

Shades of Flirt #78344E

Tints of Flirt #78344E

Color information

#78344E (or 0x78344E) is unknown color: approx Flirt. HEX triplet: 78, 34 and 4E. RGB value is (120,52,78). Sum of RGB (Red+Green+Blue) = 120+52+78=250 (33% of max value = 765). Red value is 120 (47.27% from 255 or 48% from 250); Green value is 52 (20.70% from 255 or 20.8% from 250); Blue value is 78 (30.86% from 255 or 31.2% from 250); Max value from RGB is 120 - color contains mainly: red. Hex color #78344E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78344E is #87CBB1. Grayscale: #4B4B4B. Windows color (decimal): -8899506 or 5125240. OLE color: 5125240.

HSL color Cylindrical-coordinate representation of color #78344E: hue angle of 337.06º 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 #78344E is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB1205278-
CMYK00.570.350.53
HSL337.06º39.53%33.73%-
HSV(B)337.06º56.67%47.06%-
XYZ10.3578.01-
YUV75.3129.53159.89-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48%
GREEN value IS 52 (20.70% from 255) = 20.8%
BLUE value IS 78 (30.86% from 255) = 31.2%
R=48%
G=20.8%
B=31.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120527800.570.350.53337.0639.5333.73
Hex78344E03923351512822
Octal1706411607143655215042
Binary111100011010010011100111001100011110101101010001101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78344E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78344E; }

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

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

<style>
 a { background-color: #78344E; }

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

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

<style>
 span { border-color: #78344E; }

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

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