#78375E

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

Shades of Flirt #78375E

Tints of Flirt #78375E

Color information

#78375E (or 0x78375E) is unknown color: approx Flirt. HEX triplet: 78, 37 and 5E. RGB value is (120,55,94). Sum of RGB (Red+Green+Blue) = 120+55+94=269 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.61% from 269); Green value is 55 (21.88% from 255 or 20.45% from 269); Blue value is 94 (37.11% from 255 or 34.94% from 269); Max value from RGB is 120 - color contains mainly: red. Hex color #78375E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78375E is #87C8A1. Grayscale: #4E4E4E. Windows color (decimal): -8898722 or 6174584. OLE color: 6174584.

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

Color convert

RGB1205594-
CMYK00.540.220.53
HSL324º37.14%34.31%-
HSV(B)324º54.17%47.06%-
XYZ11.137.5311.46-
YUV78.88136.53157.33-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.61%
GREEN value IS 55 (21.88% from 255) = 20.45%
BLUE value IS 94 (37.11% from 255) = 34.94%
R=44.61%
G=20.45%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120559400.540.220.5332437.1434.31
Hex78375E03616351442522
Octal1706713606626655044542
Binary11110001101111011110011011010110110101101000100100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78375E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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