#745272

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

Shades of Trendy Pink #745272

Tints of Trendy Pink #745272

Color information

#745272 (or 0x745272) is unknown color: approx Trendy Pink. HEX triplet: 74, 52 and 72. RGB value is (116,82,114). Sum of RGB (Red+Green+Blue) = 116+82+114=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 116 - color contains mainly: red. Hex color #745272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745272 is #8BAD8D. Grayscale: #5F5F5F. Windows color (decimal): -9153934 or 7492212. OLE color: 7492212.

HSL color Cylindrical-coordinate representation of color #745272: hue angle of 303.53º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #745272 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB11682114-
CMYK00.290.020.55
HSL303.53º17.17%38.82%-
HSV(B)303.53º29.31%45.49%-
XYZ13.2610.9617.34-
YUV95.81138.26142.4-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.18%
GREEN value IS 82 (32.42% from 255) = 26.28%
BLUE value IS 114 (44.92% from 255) = 36.54%
R=37.18%
G=26.28%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1168211400.290.020.55303.5317.1738.82
Hex74527201D2371301127
Octal1641221620352674602147
Binary1110100101001011100100111011011011110011000010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745272; }

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

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

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

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

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

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

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

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