#785176

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

Shades of Trendy Pink #785176

Tints of Trendy Pink #785176

Color information

#785176 (or 0x785176) is unknown color: approx Trendy Pink. HEX triplet: 78, 51 and 76. RGB value is (120,81,118). Sum of RGB (Red+Green+Blue) = 120+81+118=319 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.62% from 319); Green value is 81 (32.03% from 255 or 25.39% from 319); Blue value is 118 (46.48% from 255 or 36.99% from 319); Max value from RGB is 120 - color contains mainly: red. Hex color #785176 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785176 is #87AE89. Grayscale: #606060. Windows color (decimal): -8892042 or 7754104. OLE color: 7754104.

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

Color convert

RGB12081118-
CMYK00.320.020.53
HSL303.08º19.4%39.41%-
HSV(B)303.08º32.5%47.06%-
XYZ13.9611.1918.56-
YUV96.88139.92144.49-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.62%
GREEN value IS 81 (32.03% from 255) = 25.39%
BLUE value IS 118 (46.48% from 255) = 36.99%
R=37.62%
G=25.39%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1208111800.320.020.53303.0819.439.41
Hex78517602023512f1327
Octal1701211660402654572347
Binary11110001010001111011001000001011010110010111110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785176; }

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

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

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

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

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

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

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

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