#745477

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

Shades of Trendy Pink #745477

Tints of Trendy Pink #745477

Color information

#745477 (or 0x745477) is unknown color: approx Trendy Pink. HEX triplet: 74, 54 and 77. RGB value is (116,84,119). Sum of RGB (Red+Green+Blue) = 116+84+119=319 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.36% from 319); Green value is 84 (33.20% from 255 or 26.33% from 319); Blue value is 119 (46.88% from 255 or 37.30% from 319); Max value from RGB is 119 - color contains mainly: blue. Hex color #745477 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745477 is #8BAB88. Grayscale: #616161. Windows color (decimal): -9153417 or 7820404. OLE color: 7820404.

HSL color Cylindrical-coordinate representation of color #745477: hue angle of 294.86º 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 #745477 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11684119-
CMYK0.030.2900.53
HSL294.86º17.24%39.8%-
HSV(B)294.86º29.41%46.67%-
XYZ13.711.3918.93-
YUV97.56140.1141.15-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.36%
GREEN value IS 84 (33.20% from 255) = 26.33%
BLUE value IS 119 (46.88% from 255) = 37.30%
R=36.36%
G=26.33%
B=37.30%

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
Decimal116841190.030.2900.53294.8617.2439.8
Hex74547731D0351271128
Octal1641241673350654472150
Binary1110100101010011101111111101011010110010011110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745477; }

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

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

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

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

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

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

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

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