#7D587C

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

Shades of Trendy Pink #7D587C

Tints of Trendy Pink #7D587C

Color information

#7D587C (or 0x7D587C) is unknown color: approx Trendy Pink. HEX triplet: 7D, 58 and 7C. RGB value is (125,88,124). Sum of RGB (Red+Green+Blue) = 125+88+124=337 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.09% from 337); Green value is 88 (34.77% from 255 or 26.11% from 337); Blue value is 124 (48.83% from 255 or 36.80% from 337); Max value from RGB is 125 - color contains mainly: red. Hex color #7D587C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D587C is #82A783. Grayscale: #676767. Windows color (decimal): -8562564 or 8149117. OLE color: 8149117.

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

Color convert

RGB12588124-
CMYK00.300.010.51
HSL301.62º17.37%41.76%-
HSV(B)301.62º29.6%49.02%-
XYZ15.5912.7920.72-
YUV103.17139.76143.57-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 37.09%
GREEN value IS 88 (34.77% from 255) = 26.11%
BLUE value IS 124 (48.83% from 255) = 36.80%
R=37.09%
G=26.11%
B=36.80%

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
Decimal1258812400.300.010.51301.6217.3741.76
Hex7D587C01E13312e112a
Octal1751301740361634562152
Binary111110110110001111100011110111001110010111010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D587C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,88,124); }

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

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

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

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

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

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

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