#725072

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

Shades of Trendy Pink #725072

Tints of Trendy Pink #725072

Color information

#725072 (or 0x725072) is unknown color: approx Trendy Pink. HEX triplet: 72, 50 and 72. RGB value is (114,80,114). Sum of RGB (Red+Green+Blue) = 114+80+114=308 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.01% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 114 (44.92% from 255 or 37.01% from 308); Max value from RGB is 114 - color contains mainly: red, blue. Hex color #725072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725072 is #8DAF8D. Grayscale: #5D5D5D. Windows color (decimal): -9285518 or 7491698. OLE color: 7491698.

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

Color convert

RGB11480114-
CMYK00.3000.55
HSL300º17.53%38.04%-
HSV(B)300º29.82%44.71%-
XYZ12.8510.5317.27-
YUV94.04139.26142.24-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.01%
GREEN value IS 80 (31.64% from 255) = 25.97%
BLUE value IS 114 (44.92% from 255) = 37.01%
R=37.01%
G=25.97%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1148011400.3000.5530017.5338.04
Hex72507201E03712c1226
Octal1621201620360674542246
Binary111001010100001110010011110011011110010110010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725072; }

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

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

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

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

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

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

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

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