#7D5473

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

Shades of Trendy Pink #7D5473

Tints of Trendy Pink #7D5473

Color information

#7D5473 (or 0x7D5473) is unknown color: approx Trendy Pink. HEX triplet: 7D, 54 and 73. RGB value is (125,84,115). Sum of RGB (Red+Green+Blue) = 125+84+115=324 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.58% from 324); Green value is 84 (33.20% from 255 or 25.93% from 324); Blue value is 115 (45.31% from 255 or 35.49% from 324); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5473 is #82AB8C. Grayscale: #636363. Windows color (decimal): -8563597 or 7558269. OLE color: 7558269.

HSL color Cylindrical-coordinate representation of color #7D5473: hue angle of 314.63º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7D5473 is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.51.

Color convert

RGB12584115-
CMYK00.330.080.51
HSL314.63º19.62%40.98%-
HSV(B)314.63º32.8%49.02%-
XYZ14.7211.9417.75-
YUV99.79136.58145.98-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 38.58%
GREEN value IS 84 (33.20% from 255) = 25.93%
BLUE value IS 115 (45.31% from 255) = 35.49%
R=38.58%
G=25.93%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.08
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1258411500.330.080.51314.6319.6240.98
Hex7D547302183313b1429
Octal17512416304110634732451
Binary1111101101010011100110100001100011001110011101110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,84,115); }

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

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

 a { background-color: rgb(125,84,115); }

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

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

 span { border-color: rgb(125,84,115); }

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