#745977

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

Shades of Trendy Pink #745977

Tints of Trendy Pink #745977

Color information

#745977 (or 0x745977) is unknown color: approx Trendy Pink. HEX triplet: 74, 59 and 77. RGB value is (116,89,119). Sum of RGB (Red+Green+Blue) = 116+89+119=324 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.80% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 119 (46.88% from 255 or 36.73% from 324); Max value from RGB is 119 - color contains mainly: blue. Hex color #745977 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745977 is #8BA688. Grayscale: #646464. Windows color (decimal): -9152137 or 7821684. OLE color: 7821684.

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

Color convert

RGB11689119-
CMYK0.030.2500.53
HSL294º14.42%40.78%-
HSV(B)294º25.21%46.67%-
XYZ14.112.1919.06-
YUV100.49138.45139.06-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.80%
GREEN value IS 89 (35.16% from 255) = 27.47%
BLUE value IS 119 (46.88% from 255) = 36.73%
R=35.80%
G=27.47%
B=36.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116891190.030.2500.5329414.4240.78
Hex745977319035126e29
Octal1641311673310654461651
Binary111010010110011110111111100101101011001001101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745977; }

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

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

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

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

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

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

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

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