#745574

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

Shades of Trendy Pink #745574

Tints of Trendy Pink #745574

Color information

#745574 (or 0x745574) is unknown color: approx Trendy Pink. HEX triplet: 74, 55 and 74. RGB value is (116,85,116). Sum of RGB (Red+Green+Blue) = 116+85+116=317 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.59% from 317); Green value is 85 (33.59% from 255 or 26.81% from 317); Blue value is 116 (45.70% from 255 or 36.59% from 317); Max value from RGB is 116 - color contains mainly: red, blue. Hex color #745574 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745574 is #8BAA8B. Grayscale: #616161. Windows color (decimal): -9153164 or 7624052. OLE color: 7624052.

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

Color convert

RGB11685116-
CMYK00.2700.55
HSL300º15.42%39.41%-
HSV(B)300º26.72%45.49%-
XYZ13.611.4718.02-
YUV97.8138.27140.98-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.59%
GREEN value IS 85 (33.59% from 255) = 26.81%
BLUE value IS 116 (45.70% from 255) = 36.59%
R=36.59%
G=26.81%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1168511600.2700.5530015.4239.41
Hex74557401B03712cf27
Octal1641251640330674541747
Binary11101001010101111010001101101101111001011001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745574; }

 p { color: rgb(116,85,116); }

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

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

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

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

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

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

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