#7C577B

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

Shades of Trendy Pink #7C577B

Tints of Trendy Pink #7C577B

Color information

#7C577B (or 0x7C577B) is unknown color: approx Trendy Pink. HEX triplet: 7C, 57 and 7B. RGB value is (124,87,123). Sum of RGB (Red+Green+Blue) = 124+87+123=334 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.13% from 334); Green value is 87 (34.38% from 255 or 26.05% from 334); Blue value is 123 (48.44% from 255 or 36.83% from 334); Max value from RGB is 124 - color contains mainly: red. Hex color #7C577B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C577B is #83A884. Grayscale: #666666. Windows color (decimal): -8628357 or 8083324. OLE color: 8083324.

HSL color Cylindrical-coordinate representation of color #7C577B: hue angle of 301.62º 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 #7C577B is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.51.

Color convert

RGB12487123-
CMYK00.300.010.51
HSL301.62º17.54%41.37%-
HSV(B)301.62º29.84%48.63%-
XYZ15.312.5320.35-
YUV102.17139.76143.57-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.13%
GREEN value IS 87 (34.38% from 255) = 26.05%
BLUE value IS 123 (48.44% from 255) = 36.83%
R=37.13%
G=26.05%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.01
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1248712300.300.010.51301.6217.5441.37
Hex7C577B01E13312e1229
Octal1741271730361634562251
Binary111110010101111111011011110111001110010111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C577B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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