#7D577B

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

Shades of Trendy Pink #7D577B

Tints of Trendy Pink #7D577B

Color information

#7D577B (or 0x7D577B) is unknown color: approx Trendy Pink. HEX triplet: 7D, 57 and 7B. RGB value is (125,87,123). Sum of RGB (Red+Green+Blue) = 125+87+123=335 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.31% from 335); Green value is 87 (34.38% from 255 or 25.97% from 335); Blue value is 123 (48.44% from 255 or 36.72% from 335); Max value from RGB is 125 - color contains mainly: red. Hex color #7D577B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D577B is #82A884. Grayscale: #666666. Windows color (decimal): -8562821 or 8083325. OLE color: 8083325.

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

Color convert

RGB12587123-
CMYK00.300.020.51
HSL303.16º17.92%41.57%-
HSV(B)303.16º30.4%49.02%-
XYZ15.4412.6120.36-
YUV102.47139.59144.07-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 37.31%
GREEN value IS 87 (34.38% from 255) = 25.97%
BLUE value IS 123 (48.44% from 255) = 36.72%
R=37.31%
G=25.97%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1258712300.300.020.51303.1617.9241.57
Hex7D577B01E23312f122a
Octal1751271730362634572252
Binary1111101101011111110110111101011001110010111110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D577B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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