#7C577C

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

Shades of Trendy Pink #7C577C

Tints of Trendy Pink #7C577C

Color information

#7C577C (or 0x7C577C) is unknown color: approx Trendy Pink. HEX triplet: 7C, 57 and 7C. RGB value is (124,87,124). Sum of RGB (Red+Green+Blue) = 124+87+124=335 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.01% from 335); Green value is 87 (34.38% from 255 or 25.97% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 124 - color contains mainly: red, blue. Hex color #7C577C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C577C is #83A883. Grayscale: #666666. Windows color (decimal): -8628356 or 8148860. OLE color: 8148860.

HSL color Cylindrical-coordinate representation of color #7C577C: hue angle of 300º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7C577C is Cyan = 0, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB12487124-
CMYK00.3000.51
HSL300º17.54%41.37%-
HSV(B)300º29.84%48.63%-
XYZ15.3612.5620.68-
YUV102.28140.26143.49-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.01%
GREEN value IS 87 (34.38% from 255) = 25.97%
BLUE value IS 124 (48.83% from 255) = 37.01%
R=37.01%
G=25.97%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1248712400.3000.5130017.5441.37
Hex7C577C01E03312c1229
Octal1741271740360634542251
Binary111110010101111111100011110011001110010110010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C577C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C577C; }

 p { color: rgb(124,87,124); }

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

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

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

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

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

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

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