#78375F

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

Shades of Flirt #78375F

Tints of Flirt #78375F

Color information

#78375F (or 0x78375F) is unknown color: approx Flirt. HEX triplet: 78, 37 and 5F. RGB value is (120,55,95). Sum of RGB (Red+Green+Blue) = 120+55+95=270 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.44% from 270); Green value is 55 (21.88% from 255 or 20.37% from 270); Blue value is 95 (37.5% from 255 or 35.19% from 270); Max value from RGB is 120 - color contains mainly: red. Hex color #78375F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78375F is #87C8A0. Grayscale: #4E4E4E. Windows color (decimal): -8898721 or 6240120. OLE color: 6240120.

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

Color convert

RGB1205595-
CMYK00.540.210.53
HSL323.08º37.14%34.31%-
HSV(B)323.08º54.17%47.06%-
XYZ11.187.5511.69-
YUV78.99137.03157.25-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.44%
GREEN value IS 55 (21.88% from 255) = 20.37%
BLUE value IS 95 (37.5% from 255) = 35.19%
R=44.44%
G=20.37%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120559500.540.210.53323.0837.1434.31
Hex78375F03615351432522
Octal1706713706625655034542
Binary11110001101111011111011011010101110101101000011100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78375F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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