#7D5072

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

Shades of Trendy Pink #7D5072

Tints of Trendy Pink #7D5072

Color information

#7D5072 (or 0x7D5072) is unknown color: approx Trendy Pink. HEX triplet: 7D, 50 and 72. RGB value is (125,80,114). Sum of RGB (Red+Green+Blue) = 125+80+114=319 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.18% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5072 is #82AF8D. Grayscale: #616161. Windows color (decimal): -8564622 or 7491709. OLE color: 7491709.

HSL color Cylindrical-coordinate representation of color #7D5072: hue angle of 314.67º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7D5072 is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.51.

Color convert

RGB12580114-
CMYK00.360.090.51
HSL314.67º21.95%40.2%-
HSV(B)314.67º36%49.02%-
XYZ14.3611.3117.35-
YUV97.33137.41147.74-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 39.18%
GREEN value IS 80 (31.64% from 255) = 25.08%
BLUE value IS 114 (44.92% from 255) = 35.74%
R=39.18%
G=25.08%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.09
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1258011400.360.090.51314.6721.9540.2
Hex7D507202493313b1628
Octal17512016204411634732650
Binary1111101101000011100100100100100111001110011101110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,80,114); }

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

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

 a { background-color: rgb(125,80,114); }

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

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

 span { border-color: rgb(125,80,114); }

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