#77517C

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

Shades of Trendy Pink #77517C

Tints of Trendy Pink #77517C

Color information

#77517C (or 0x77517C) is unknown color: approx Trendy Pink. HEX triplet: 77, 51 and 7C. RGB value is (119,81,124). Sum of RGB (Red+Green+Blue) = 119+81+124=324 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.73% from 324); Green value is 81 (32.03% from 255 or 25% from 324); Blue value is 124 (48.83% from 255 or 38.27% from 324); Max value from RGB is 124 - color contains mainly: blue. Hex color #77517C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77517C is #88AE83. Grayscale: #616161. Windows color (decimal): -8957572 or 8147319. OLE color: 8147319.

HSL color Cylindrical-coordinate representation of color #77517C: hue angle of 293.02º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #77517C is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11981124-
CMYK0.040.3500.51
HSL293.02º20.98%40.2%-
HSV(B)293.02º34.68%48.63%-
XYZ14.1911.2620.49-
YUV97.26143.09143.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.73%
GREEN value IS 81 (32.03% from 255) = 25%
BLUE value IS 124 (48.83% from 255) = 38.27%
R=36.73%
G=25%
B=38.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal119811240.040.3500.51293.0220.9840.2
Hex77517C4230331251528
Octal1671211744430634452550
Binary111011110100011111100100100011011001110010010110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77517C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77517C; }

 p { color: rgb(119,81,124); }

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

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

 a { background-color: rgb(119,81,124); }

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

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

 span { border-color: rgb(119,81,124); }

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