#785677

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

Shades of Trendy Pink #785677

Tints of Trendy Pink #785677

Color information

#785677 (or 0x785677) is unknown color: approx Trendy Pink. HEX triplet: 78, 56 and 77. RGB value is (120,86,119). Sum of RGB (Red+Green+Blue) = 120+86+119=325 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.92% from 325); Green value is 86 (33.98% from 255 or 26.46% from 325); Blue value is 119 (46.88% from 255 or 36.62% from 325); Max value from RGB is 120 - color contains mainly: red. Hex color #785677 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785677 is #87A988. Grayscale: #636363. Windows color (decimal): -8890761 or 7820920. OLE color: 7820920.

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

Color convert

RGB12086119-
CMYK00.280.010.53
HSL301.76º16.5%40.39%-
HSV(B)301.76º28.33%47.06%-
XYZ14.411.9819.01-
YUV99.93138.76142.32-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.92%
GREEN value IS 86 (33.98% from 255) = 26.46%
BLUE value IS 119 (46.88% from 255) = 36.62%
R=36.92%
G=26.46%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1208611900.280.010.53301.7616.540.39
Hex78567701C13512e1128
Octal1701261670341654562150
Binary111100010101101110111011100111010110010111010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785677; }

 p { color: rgb(120,86,119); }

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

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

 a { background-color: rgb(120,86,119); }

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

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

 span { border-color: rgb(120,86,119); }

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