#7D5978

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

Shades of Trendy Pink #7D5978

Tints of Trendy Pink #7D5978

Color information

#7D5978 (or 0x7D5978) is unknown color: approx Trendy Pink. HEX triplet: 7D, 59 and 78. RGB value is (125,89,120). Sum of RGB (Red+Green+Blue) = 125+89+120=334 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.43% from 334); Green value is 89 (35.16% from 255 or 26.65% from 334); Blue value is 120 (47.27% from 255 or 35.93% from 334); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5978 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5978 is #82A687. Grayscale: #676767. Windows color (decimal): -8562312 or 7887229. OLE color: 7887229.

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

Color convert

RGB12589120-
CMYK00.290.040.51
HSL308.33º16.82%41.96%-
HSV(B)308.33º28.8%49.02%-
XYZ15.4212.8619.44-
YUV103.3137.43143.48-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 37.43%
GREEN value IS 89 (35.16% from 255) = 26.65%
BLUE value IS 120 (47.27% from 255) = 35.93%
R=37.43%
G=26.65%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1258912000.290.040.51308.3316.8241.96
Hex7D597801D433134112a
Octal1751311700354634642152
Binary11111011011001111100001110110011001110011010010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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