#785776

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

Shades of Trendy Pink #785776

Tints of Trendy Pink #785776

Color information

#785776 (or 0x785776) is unknown color: approx Trendy Pink. HEX triplet: 78, 57 and 76. RGB value is (120,87,118). Sum of RGB (Red+Green+Blue) = 120+87+118=325 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.92% from 325); Green value is 87 (34.38% from 255 or 26.77% from 325); Blue value is 118 (46.48% from 255 or 36.31% from 325); Max value from RGB is 120 - color contains mainly: red. Hex color #785776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785776 is #87A889. Grayscale: #646464. Windows color (decimal): -8890506 or 7755640. OLE color: 7755640.

HSL color Cylindrical-coordinate representation of color #785776: hue angle of 303.64º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #785776 is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB12087118-
CMYK00.280.020.53
HSL303.64º15.94%40.59%-
HSV(B)303.64º27.5%47.06%-
XYZ14.4212.1218.72-
YUV100.4137.93141.98-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.92%
GREEN value IS 87 (34.38% from 255) = 26.77%
BLUE value IS 118 (46.48% from 255) = 36.31%
R=36.92%
G=26.77%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1208711800.280.020.53303.6415.9440.59
Hex78577601C2351301029
Octal1701271660342654602051
Binary1111000101011111101100111001011010110011000010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785776; }

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

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

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

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

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

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

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

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