#785374

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

Shades of Trendy Pink #785374

Tints of Trendy Pink #785374

Color information

#785374 (or 0x785374) is unknown color: approx Trendy Pink. HEX triplet: 78, 53 and 74. RGB value is (120,83,116). Sum of RGB (Red+Green+Blue) = 120+83+116=319 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.62% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 116 (45.70% from 255 or 36.36% from 319); Max value from RGB is 120 - color contains mainly: red. Hex color #785374 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785374 is #87AC8B. Grayscale: #616161. Windows color (decimal): -8891532 or 7623544. OLE color: 7623544.

HSL color Cylindrical-coordinate representation of color #785374: hue angle of 306.49º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #785374 is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB12083116-
CMYK00.310.030.53
HSL306.49º18.23%39.8%-
HSV(B)306.49º30.83%47.06%-
XYZ13.9911.4417.99-
YUV97.82138.26143.82-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.62%
GREEN value IS 83 (32.81% from 255) = 26.02%
BLUE value IS 116 (45.70% from 255) = 36.36%
R=37.62%
G=26.02%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1208311600.310.030.53306.4918.2339.8
Hex78537401F3351321228
Octal1701231640373654622250
Binary1111000101001111101000111111111010110011001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785374; }

 p { color: rgb(120,83,116); }

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

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

 a { background-color: rgb(120,83,116); }

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

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

 span { border-color: rgb(120,83,116); }

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