#78354F

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

Shades of Flirt #78354F

Tints of Flirt #78354F

Color information

#78354F (or 0x78354F) is unknown color: approx Flirt. HEX triplet: 78, 35 and 4F. RGB value is (120,53,79). Sum of RGB (Red+Green+Blue) = 120+53+79=252 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.62% from 252); Green value is 53 (21.09% from 255 or 21.03% from 252); Blue value is 79 (31.25% from 255 or 31.35% from 252); Max value from RGB is 120 - color contains mainly: red. Hex color #78354F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78354F is #87CAB0. Grayscale: #4B4B4B. Windows color (decimal): -8899249 or 5191032. OLE color: 5191032.

HSL color Cylindrical-coordinate representation of color #78354F: hue angle of 336.72º 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 #78354F is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB1205379-
CMYK00.560.340.53
HSL336.72º38.73%33.92%-
HSV(B)336.72º55.83%47.06%-
XYZ10.437.18.22-
YUV76129.7159.39-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.62%
GREEN value IS 53 (21.09% from 255) = 21.03%
BLUE value IS 79 (31.25% from 255) = 31.35%
R=47.62%
G=21.03%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120537900.560.340.53336.7238.7333.92
Hex78354F03822351512722
Octal1706511707042655214742
Binary111100011010110011110111000100010110101101010001100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78354F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78354F; }

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

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

<style>
 a { background-color: #78354F; }

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

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

<style>
 span { border-color: #78354F; }

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

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