#78577C

Color #78577C Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #78577C

Tints of Trendy Pink #78577C

Color information

#78577C (or 0x78577C) is unknown color: approx Trendy Pink. HEX triplet: 78, 57 and 7C. RGB value is (120,87,124). Sum of RGB (Red+Green+Blue) = 120+87+124=331 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.25% from 331); Green value is 87 (34.38% from 255 or 26.28% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 124 - color contains mainly: blue. Hex color #78577C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78577C is #87A883. Grayscale: #646464. Windows color (decimal): -8890500 or 8148856. OLE color: 8148856.

HSL color Cylindrical-coordinate representation of color #78577C: hue angle of 293.51º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #78577C is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB12087124-
CMYK0.030.3000.51
HSL293.51º17.54%41.37%-
HSV(B)293.51º29.84%48.63%-
XYZ14.7912.2620.66-
YUV101.08140.93141.49-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.25%
GREEN value IS 87 (34.38% from 255) = 26.28%
BLUE value IS 124 (48.83% from 255) = 37.46%
R=36.25%
G=26.28%
B=37.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal120871240.030.3000.51293.5117.5441.37
Hex78577C31E0331261229
Octal1701271743360634462251
Binary1111000101011111111001111110011001110010011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78577C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78577C; }

 p { color: rgb(120,87,124); }

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

<style>
 a { background-color: #78577C; }

 a { background-color: rgb(120,87,124); }

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

<style>
 span { border-color: #78577C; }

 span { border-color: rgb(120,87,124); }

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