#7D597C

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

Shades of Trendy Pink #7D597C

Tints of Trendy Pink #7D597C

Color information

#7D597C (or 0x7D597C) is unknown color: approx Trendy Pink. HEX triplet: 7D, 59 and 7C. RGB value is (125,89,124). Sum of RGB (Red+Green+Blue) = 125+89+124=338 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.98% from 338); Green value is 89 (35.16% from 255 or 26.33% from 338); Blue value is 124 (48.83% from 255 or 36.69% from 338); Max value from RGB is 125 - color contains mainly: red. Hex color #7D597C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D597C is #82A683. Grayscale: #676767. Windows color (decimal): -8562308 or 8149373. OLE color: 8149373.

HSL color Cylindrical-coordinate representation of color #7D597C: hue angle of 301.67º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7D597C is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.51.

Color convert

RGB12589124-
CMYK00.290.010.51
HSL301.67º16.82%41.96%-
HSV(B)301.67º28.8%49.02%-
XYZ15.6712.9620.74-
YUV103.75139.43143.15-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.98%
GREEN value IS 89 (35.16% from 255) = 26.33%
BLUE value IS 124 (48.83% from 255) = 36.69%
R=36.98%
G=26.33%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1258912400.290.010.51301.6716.8241.96
Hex7D597C01D13312e112a
Octal1751311740351634562152
Binary111110110110011111100011101111001110010111010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D597C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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