#785379

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

Shades of Trendy Pink #785379

Tints of Trendy Pink #785379

Color information

#785379 (or 0x785379) is unknown color: approx Trendy Pink. HEX triplet: 78, 53 and 79. RGB value is (120,83,121). Sum of RGB (Red+Green+Blue) = 120+83+121=324 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.04% from 324); Green value is 83 (32.81% from 255 or 25.62% from 324); Blue value is 121 (47.66% from 255 or 37.35% from 324); Max value from RGB is 121 - color contains mainly: blue. Hex color #785379 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785379 is #87AC86. Grayscale: #626262. Windows color (decimal): -8891527 or 7951224. OLE color: 7951224.

HSL color Cylindrical-coordinate representation of color #785379: hue angle of 298.42º degrees, saturation: 0.19, 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 #785379 is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB12083121-
CMYK0.010.3100.53
HSL298.42º18.63%40%-
HSV(B)298.42º31.4%47.45%-
XYZ14.2911.5619.57-
YUV98.4140.76143.41-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.04%
GREEN value IS 83 (32.81% from 255) = 25.62%
BLUE value IS 121 (47.66% from 255) = 37.35%
R=37.04%
G=25.62%
B=37.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120831210.010.3100.53298.4218.6340
Hex78537911F03512a1328
Octal1701231711370654522350
Binary111100010100111111001111111011010110010101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785379; }

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

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

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

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

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

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

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

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