#725572

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

Shades of Trendy Pink #725572

Tints of Trendy Pink #725572

Color information

#725572 (or 0x725572) is unknown color: approx Trendy Pink. HEX triplet: 72, 55 and 72. RGB value is (114,85,114). Sum of RGB (Red+Green+Blue) = 114+85+114=313 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.42% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 114 (44.92% from 255 or 36.42% from 313); Max value from RGB is 114 - color contains mainly: red, blue. Hex color #725572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725572 is #8DAA8D. Grayscale: #606060. Windows color (decimal): -9284238 or 7492978. OLE color: 7492978.

HSL color Cylindrical-coordinate representation of color #725572: 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.25%. Process color model (Four color, CMYK) of #725572 is Cyan = 0, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11485114-
CMYK00.2500.55
HSL300º14.57%39.02%-
HSV(B)300º25.44%44.71%-
XYZ13.2311.2917.4-
YUV96.98137.61140.14-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.42%
GREEN value IS 85 (33.59% from 255) = 27.16%
BLUE value IS 114 (44.92% from 255) = 36.42%
R=36.42%
G=27.16%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1148511400.2500.5530014.5739.02
Hex72557201903712cf27
Octal1621251620310674541747
Binary11100101010101111001001100101101111001011001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725572; }

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

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

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

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

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

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

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

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