#745579

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

Shades of Trendy Pink #745579

Tints of Trendy Pink #745579

Color information

#745579 (or 0x745579) is unknown color: approx Trendy Pink. HEX triplet: 74, 55 and 79. RGB value is (116,85,121). Sum of RGB (Red+Green+Blue) = 116+85+121=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 121 (47.66% from 255 or 37.58% from 322); Max value from RGB is 121 - color contains mainly: blue. Hex color #745579 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745579 is #8BAA86. Grayscale: #626262. Windows color (decimal): -9153159 or 7951732. OLE color: 7951732.

HSL color Cylindrical-coordinate representation of color #745579: hue angle of 291.67º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #745579 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11685121-
CMYK0.040.3000.53
HSL291.67º17.48%40.39%-
HSV(B)291.67º29.75%47.45%-
XYZ13.911.5919.59-
YUV98.37140.77140.57-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.02%
GREEN value IS 85 (33.59% from 255) = 26.40%
BLUE value IS 121 (47.66% from 255) = 37.58%
R=36.02%
G=26.40%
B=37.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116851210.040.3000.53291.6717.4840.39
Hex74557941E0351241128
Octal1641251714360654442150
Binary11101001010101111100110011110011010110010010010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745579; }

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

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

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

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

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

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

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

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