#725472

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

Shades of Trendy Pink #725472

Tints of Trendy Pink #725472

Color information

#725472 (or 0x725472) is unknown color: approx Trendy Pink. HEX triplet: 72, 54 and 72. RGB value is (114,84,114). Sum of RGB (Red+Green+Blue) = 114+84+114=312 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.54% from 312); Green value is 84 (33.20% from 255 or 26.92% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 114 - color contains mainly: red, blue. Hex color #725472 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725472 is #8DAB8D. Grayscale: #606060. Windows color (decimal): -9284494 or 7492722. OLE color: 7492722.

HSL color Cylindrical-coordinate representation of color #725472: hue angle of 300º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #725472 is Cyan = 0, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11484114-
CMYK00.2600.55
HSL300º15.15%38.82%-
HSV(B)300º26.32%44.71%-
XYZ13.1511.1317.38-
YUV96.39137.94140.56-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.54%
GREEN value IS 84 (33.20% from 255) = 26.92%
BLUE value IS 114 (44.92% from 255) = 36.54%
R=36.54%
G=26.92%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1148411400.2600.5530015.1538.82
Hex72547201A03712cf27
Octal1621241620320674541747
Binary11100101010100111001001101001101111001011001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725472; }

 p { color: rgb(114,84,114); }

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

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

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

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

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

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

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