#725475

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

Shades of Trendy Pink #725475

Tints of Trendy Pink #725475

Color information

#725475 (or 0x725475) is unknown color: approx Trendy Pink. HEX triplet: 72, 54 and 75. RGB value is (114,84,117). Sum of RGB (Red+Green+Blue) = 114+84+117=315 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.19% from 315); Green value is 84 (33.20% from 255 or 26.67% from 315); Blue value is 117 (46.09% from 255 or 37.14% from 315); Max value from RGB is 117 - color contains mainly: blue. Hex color #725475 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725475 is #8DAB8A. Grayscale: #606060. Windows color (decimal): -9284491 or 7689330. OLE color: 7689330.

HSL color Cylindrical-coordinate representation of color #725475: hue angle of 294.55º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #725475 is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11484117-
CMYK0.030.2800.54
HSL294.55º16.42%39.41%-
HSV(B)294.55º28.21%45.88%-
XYZ13.3211.218.29-
YUV96.73139.44140.32-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.19%
GREEN value IS 84 (33.20% from 255) = 26.67%
BLUE value IS 117 (46.09% from 255) = 37.14%
R=36.19%
G=26.67%
B=37.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal114841170.030.2800.54294.5516.4239.41
Hex72547531C0361271027
Octal1621241653340664472047
Binary1110010101010011101011111100011011010010011110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725475; }

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

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

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

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

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

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

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

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