#785179

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

Shades of Trendy Pink #785179

Tints of Trendy Pink #785179

Color information

#785179 (or 0x785179) is unknown color: approx Trendy Pink. HEX triplet: 78, 51 and 79. RGB value is (120,81,121). Sum of RGB (Red+Green+Blue) = 120+81+121=322 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.27% from 322); Green value is 81 (32.03% from 255 or 25.16% from 322); Blue value is 121 (47.66% from 255 or 37.58% from 322); Max value from RGB is 121 - color contains mainly: blue. Hex color #785179 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785179 is #87AE86. Grayscale: #616161. Windows color (decimal): -8892039 or 7950712. OLE color: 7950712.

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

Color convert

RGB12081121-
CMYK0.010.3300.53
HSL298.5º19.8%39.61%-
HSV(B)298.5º33.06%47.45%-
XYZ14.1411.2619.52-
YUV97.22141.42144.25-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.27%
GREEN value IS 81 (32.03% from 255) = 25.16%
BLUE value IS 121 (47.66% from 255) = 37.58%
R=37.27%
G=25.16%
B=37.58%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120811210.010.3300.53298.519.839.61
Hex78517912103512a1428
Octal1701211711410654522450
Binary1111000101000111110011100001011010110010101010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785179; }

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

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

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

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

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

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

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

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