#725673

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

Shades of Trendy Pink #725673

Tints of Trendy Pink #725673

Color information

#725673 (or 0x725673) is unknown color: approx Trendy Pink. HEX triplet: 72, 56 and 73. RGB value is (114,86,115). Sum of RGB (Red+Green+Blue) = 114+86+115=315 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.19% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 115 (45.31% from 255 or 36.51% from 315); Max value from RGB is 115 - color contains mainly: blue. Hex color #725673 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725673 is #8DA98C. Grayscale: #616161. Windows color (decimal): -9283981 or 7558770. OLE color: 7558770.

HSL color Cylindrical-coordinate representation of color #725673: hue angle of 297.93º degrees, saturation: 0.14, 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 #725673 is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11486115-
CMYK0.010.2500.55
HSL297.93º14.43%39.41%-
HSV(B)297.93º25.22%45.1%-
XYZ13.3611.4717.73-
YUV97.68137.78139.64-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.19%
GREEN value IS 86 (33.98% from 255) = 27.30%
BLUE value IS 115 (45.31% from 255) = 36.51%
R=36.19%
G=27.30%
B=36.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114861150.010.2500.55297.9314.4339.41
Hex72567311903712ae27
Octal1621261631310674521647
Binary11100101010110111001111100101101111001010101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725673; }

 p { color: rgb(114,86,115); }

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

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

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

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

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

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

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