#725272

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

Shades of Trendy Pink #725272

Tints of Trendy Pink #725272

Color information

#725272 (or 0x725272) is unknown color: approx Trendy Pink. HEX triplet: 72, 52 and 72. RGB value is (114,82,114). Sum of RGB (Red+Green+Blue) = 114+82+114=310 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.77% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 114 - color contains mainly: red, blue. Hex color #725272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725272 is #8DAD8D. Grayscale: #5F5F5F. Windows color (decimal): -9285006 or 7492210. OLE color: 7492210.

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

Color convert

RGB11482114-
CMYK00.2800.55
HSL300º16.33%38.43%-
HSV(B)300º28.07%44.71%-
XYZ12.9910.8317.32-
YUV95.22138.6141.4-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.77%
GREEN value IS 82 (32.42% from 255) = 26.45%
BLUE value IS 114 (44.92% from 255) = 36.77%
R=36.77%
G=26.45%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1148211400.2800.5530016.3338.43
Hex72527201C03712c1026
Octal1621221620340674542046
Binary111001010100101110010011100011011110010110010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725272; }

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

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

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

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

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

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

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

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