#78385A

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

Shades of Flirt #78385A

Tints of Flirt #78385A

Color information

#78385A (or 0x78385A) is unknown color: approx Flirt. HEX triplet: 78, 38 and 5A. RGB value is (120,56,90). Sum of RGB (Red+Green+Blue) = 120+56+90=266 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.11% from 266); Green value is 56 (22.27% from 255 or 21.05% from 266); Blue value is 90 (35.55% from 255 or 33.83% from 266); Max value from RGB is 120 - color contains mainly: red. Hex color #78385A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78385A is #87C7A5. Grayscale: #4E4E4E. Windows color (decimal): -8898470 or 5912696. OLE color: 5912696.

HSL color Cylindrical-coordinate representation of color #78385A: hue angle of 328.12º 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 #78385A is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB1205690-
CMYK00.530.250.53
HSL328.12º36.36%34.51%-
HSV(B)328.12º53.33%47.06%-
XYZ11.017.5610.55-
YUV79.01134.2157.24-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.11%
GREEN value IS 56 (22.27% from 255) = 21.05%
BLUE value IS 90 (35.55% from 255) = 33.83%
R=45.11%
G=21.05%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120569000.530.250.53328.1236.3634.51
Hex78385A03519351482423
Octal1707013206531655104443
Binary11110001110001011010011010111001110101101001000100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78385A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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