#745376

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

Shades of Trendy Pink #745376

Tints of Trendy Pink #745376

Color information

#745376 (or 0x745376) is unknown color: approx Trendy Pink. HEX triplet: 74, 53 and 76. RGB value is (116,83,118). Sum of RGB (Red+Green+Blue) = 116+83+118=317 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.59% from 317); Green value is 83 (32.81% from 255 or 26.18% from 317); Blue value is 118 (46.48% from 255 or 37.22% from 317); Max value from RGB is 118 - color contains mainly: blue. Hex color #745376 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745376 is #8BAC89. Grayscale: #606060. Windows color (decimal): -9153674 or 7754612. OLE color: 7754612.

HSL color Cylindrical-coordinate representation of color #745376: hue angle of 296.57º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #745376 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11683118-
CMYK0.020.3000.54
HSL296.57º17.41%39.41%-
HSV(B)296.57º29.66%46.27%-
XYZ13.5711.2118.59-
YUV96.86139.93141.65-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.59%
GREEN value IS 83 (32.81% from 255) = 26.18%
BLUE value IS 118 (46.48% from 255) = 37.22%
R=36.59%
G=26.18%
B=37.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116831180.020.3000.54296.5717.4139.41
Hex74537621E0361291127
Octal1641231662360664512147
Binary1110100101001111101101011110011011010010100110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745376; }

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

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

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

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

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

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

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

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