#745375

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

Shades of Trendy Pink #745375

Tints of Trendy Pink #745375

Color information

#745375 (or 0x745375) is unknown color: approx Trendy Pink. HEX triplet: 74, 53 and 75. RGB value is (116,83,117). Sum of RGB (Red+Green+Blue) = 116+83+117=316 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.71% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 117 (46.09% from 255 or 37.03% from 316); Max value from RGB is 117 - color contains mainly: blue. Hex color #745375 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745375 is #8BAC8A. Grayscale: #606060. Windows color (decimal): -9153675 or 7689076. OLE color: 7689076.

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

Color convert

RGB11683117-
CMYK0.010.2900.54
HSL298.24º17%39.22%-
HSV(B)298.24º29.06%45.88%-
XYZ13.5111.1818.28-
YUV96.74139.43141.74-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.71%
GREEN value IS 83 (32.81% from 255) = 26.27%
BLUE value IS 117 (46.09% from 255) = 37.03%
R=36.71%
G=26.27%
B=37.03%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116831170.010.2900.54298.241739.22
Hex74537511D03612a1127
Octal1641231651350664522147
Binary111010010100111110101111101011011010010101010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745375; }

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

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

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

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

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

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

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

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