#78374E

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

Shades of Flirt #78374E

Tints of Flirt #78374E

Color information

#78374E (or 0x78374E) is unknown color: approx Flirt. HEX triplet: 78, 37 and 4E. RGB value is (120,55,78). Sum of RGB (Red+Green+Blue) = 120+55+78=253 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.43% from 253); Green value is 55 (21.88% from 255 or 21.74% from 253); Blue value is 78 (30.86% from 255 or 30.83% from 253); Max value from RGB is 120 - color contains mainly: red. Hex color #78374E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78374E is #87C8B1. Grayscale: #4D4D4D. Windows color (decimal): -8898738 or 5126008. OLE color: 5126008.

HSL color Cylindrical-coordinate representation of color #78374E: hue angle of 338.77º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #78374E is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB1205578-
CMYK00.540.350.53
HSL338.77º37.14%34.31%-
HSV(B)338.77º54.17%47.06%-
XYZ10.497.288.06-
YUV77.06128.53158.63-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.43%
GREEN value IS 55 (21.88% from 255) = 21.74%
BLUE value IS 78 (30.86% from 255) = 30.83%
R=47.43%
G=21.74%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120557800.540.350.53338.7737.1434.31
Hex78374E03623351532522
Octal1706711606643655234542
Binary111100011011110011100110110100011110101101010011100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78374E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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