#745577

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

Shades of Trendy Pink #745577

Tints of Trendy Pink #745577

Color information

#745577 (or 0x745577) is unknown color: approx Trendy Pink. HEX triplet: 74, 55 and 77. RGB value is (116,85,119). Sum of RGB (Red+Green+Blue) = 116+85+119=320 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.25% from 320); Green value is 85 (33.59% from 255 or 26.56% from 320); Blue value is 119 (46.88% from 255 or 37.19% from 320); Max value from RGB is 119 - color contains mainly: blue. Hex color #745577 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745577 is #8BAA88. Grayscale: #626262. Windows color (decimal): -9153161 or 7820660. OLE color: 7820660.

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

Color convert

RGB11685119-
CMYK0.030.2900.53
HSL294.71º16.67%40%-
HSV(B)294.71º28.57%46.67%-
XYZ13.7811.5418.95-
YUV98.14139.77140.74-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.25%
GREEN value IS 85 (33.59% from 255) = 26.56%
BLUE value IS 119 (46.88% from 255) = 37.19%
R=36.25%
G=26.56%
B=37.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116851190.030.2900.53294.7116.6740
Hex74557731D0351271128
Octal1641251673350654472150
Binary1110100101010111101111111101011010110010011110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745577; }

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

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

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

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

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

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

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

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