#745473

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

Shades of Trendy Pink #745473

Tints of Trendy Pink #745473

Color information

#745473 (or 0x745473) is unknown color: approx Trendy Pink. HEX triplet: 74, 54 and 73. RGB value is (116,84,115). Sum of RGB (Red+Green+Blue) = 116+84+115=315 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.83% from 315); Green value is 84 (33.20% from 255 or 26.67% from 315); Blue value is 115 (45.31% from 255 or 36.51% from 315); Max value from RGB is 116 - color contains mainly: red. Hex color #745473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745473 is #8BAB8C. Grayscale: #616161. Windows color (decimal): -9153421 or 7558260. OLE color: 7558260.

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

Color convert

RGB11684115-
CMYK00.280.010.55
HSL301.88º16%39.22%-
HSV(B)301.88º27.59%45.49%-
XYZ13.4711.2917.69-
YUV97.1138.1141.48-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.83%
GREEN value IS 84 (33.20% from 255) = 26.67%
BLUE value IS 115 (45.31% from 255) = 36.51%
R=36.83%
G=26.67%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1168411500.280.010.55301.881639.22
Hex74547301C13712e1027
Octal1641241630341674562047
Binary111010010101001110011011100111011110010111010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745473; }

 p { color: rgb(116,84,115); }

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

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

 a { background-color: rgb(116,84,115); }

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

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

 span { border-color: rgb(116,84,115); }

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