#745976

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

Shades of Trendy Pink #745976

Tints of Trendy Pink #745976

Color information

#745976 (or 0x745976) is unknown color: approx Trendy Pink. HEX triplet: 74, 59 and 76. RGB value is (116,89,118). Sum of RGB (Red+Green+Blue) = 116+89+118=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 118 (46.48% from 255 or 36.53% from 323); Max value from RGB is 118 - color contains mainly: blue. Hex color #745976 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745976 is #8BA689. Grayscale: #646464. Windows color (decimal): -9152138 or 7756148. OLE color: 7756148.

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

Color convert

RGB11689118-
CMYK0.020.2500.54
HSL295.86º14.01%40.59%-
HSV(B)295.86º24.58%46.27%-
XYZ14.0412.1718.75-
YUV100.38137.95139.14-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.91%
GREEN value IS 89 (35.16% from 255) = 27.55%
BLUE value IS 118 (46.48% from 255) = 36.53%
R=35.91%
G=27.55%
B=36.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116891180.020.2500.54295.8614.0140.59
Hex745976219036128e29
Octal1641311662310664501651
Binary111010010110011110110101100101101101001010001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745976; }

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

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

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

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

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

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

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

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