#785E7C

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

Shades of Trendy Pink #785E7C

Tints of Trendy Pink #785E7C

Color information

#785E7C (or 0x785E7C) is unknown color: approx Trendy Pink. HEX triplet: 78, 5E and 7C. RGB value is (120,94,124). Sum of RGB (Red+Green+Blue) = 120+94+124=338 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.50% from 338); Green value is 94 (37.11% from 255 or 27.81% from 338); Blue value is 124 (48.83% from 255 or 36.69% from 338); Max value from RGB is 124 - color contains mainly: blue. Hex color #785E7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785E7C is #87A183. Grayscale: #696969. Windows color (decimal): -8888708 or 8150648. OLE color: 8150648.

HSL color Cylindrical-coordinate representation of color #785E7C: hue angle of 292º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #785E7C is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB12094124-
CMYK0.030.2400.51
HSL292º13.76%42.75%-
HSV(B)292º24.19%48.63%-
XYZ15.3913.4520.85-
YUV105.19138.61138.56-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.50%
GREEN value IS 94 (37.11% from 255) = 27.81%
BLUE value IS 124 (48.83% from 255) = 36.69%
R=35.50%
G=27.81%
B=36.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal120941240.030.2400.5129213.7642.75
Hex785E7C318033124e2b
Octal1701361743300634441653
Binary111100010111101111100111100001100111001001001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785E7C; }

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

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

<style>
 a { background-color: #785E7C; }

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

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

<style>
 span { border-color: #785E7C; }

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

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