#745676

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

Shades of Trendy Pink #745676

Tints of Trendy Pink #745676

Color information

#745676 (or 0x745676) is unknown color: approx Trendy Pink. HEX triplet: 74, 56 and 76. RGB value is (116,86,118). Sum of RGB (Red+Green+Blue) = 116+86+118=320 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.25% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 118 (46.48% from 255 or 36.88% from 320); Max value from RGB is 118 - color contains mainly: blue. Hex color #745676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745676 is #8BA989. Grayscale: #626262. Windows color (decimal): -9152906 or 7755380. OLE color: 7755380.

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

Color convert

RGB11686118-
CMYK0.020.2700.54
HSL296.25º15.69%40%-
HSV(B)296.25º27.12%46.27%-
XYZ13.811.6818.67-
YUV98.62138.94140.4-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.25%
GREEN value IS 86 (33.98% from 255) = 26.88%
BLUE value IS 118 (46.48% from 255) = 36.88%
R=36.25%
G=26.88%
B=36.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116861180.020.2700.54296.2515.6940
Hex74567621B0361281028
Octal1641261662330664502050
Binary1110100101011011101101011011011011010010100010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745676; }

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

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

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

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

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

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

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

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