#7D4972

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

Shades of Trendy Pink #7D4972

Tints of Trendy Pink #7D4972

Color information

#7D4972 (or 0x7D4972) is unknown color: approx Trendy Pink. HEX triplet: 7D, 49 and 72. RGB value is (125,73,114). Sum of RGB (Red+Green+Blue) = 125+73+114=312 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.06% from 312); Green value is 73 (28.91% from 255 or 23.40% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4972 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D4972 is #82B68D. Grayscale: #5D5D5D. Windows color (decimal): -8566414 or 7489917. OLE color: 7489917.

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

Color convert

RGB12573114-
CMYK00.420.090.51
HSL312.69º26.26%38.82%-
HSV(B)312.69º41.6%49.02%-
XYZ13.8810.3417.18-
YUV93.22139.73150.67-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 40.06%
GREEN value IS 73 (28.91% from 255) = 23.40%
BLUE value IS 114 (44.92% from 255) = 36.54%
R=40.06%
G=23.40%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.09
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1257311400.420.090.51312.6926.2638.82
Hex7D497202A9331391a27
Octal17511116205211634713247
Binary1111101100100111100100101010100111001110011100111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D4972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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