#78385D

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

Shades of Flirt #78385D

Tints of Flirt #78385D

Color information

#78385D (or 0x78385D) is unknown color: approx Flirt. HEX triplet: 78, 38 and 5D. RGB value is (120,56,93). Sum of RGB (Red+Green+Blue) = 120+56+93=269 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.61% from 269); Green value is 56 (22.27% from 255 or 20.82% from 269); Blue value is 93 (36.72% from 255 or 34.57% from 269); Max value from RGB is 120 - color contains mainly: red. Hex color #78385D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78385D is #87C7A2. Grayscale: #4F4F4F. Windows color (decimal): -8898467 or 6109304. OLE color: 6109304.

HSL color Cylindrical-coordinate representation of color #78385D: hue angle of 325.31º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #78385D is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB1205693-
CMYK00.530.220.53
HSL325.31º36.36%34.51%-
HSV(B)325.31º53.33%47.06%-
XYZ11.147.6111.24-
YUV79.35135.7156.99-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.61%
GREEN value IS 56 (22.27% from 255) = 20.82%
BLUE value IS 93 (36.72% from 255) = 34.57%
R=44.61%
G=20.82%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120569300.530.220.53325.3136.3634.51
Hex78385D03516351452423
Octal1707013506526655054443
Binary11110001110001011101011010110110110101101000101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78385D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78385D; }

 p { color: rgb(120,56,93); }

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

<style>
 a { background-color: #78385D; }

 a { background-color: rgb(120,56,93); }

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

<style>
 span { border-color: #78385D; }

 span { border-color: rgb(120,56,93); }

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