#745173

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

Shades of Trendy Pink #745173

Tints of Trendy Pink #745173

Color information

#745173 (or 0x745173) is unknown color: approx Trendy Pink. HEX triplet: 74, 51 and 73. RGB value is (116,81,115). Sum of RGB (Red+Green+Blue) = 116+81+115=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 81 (32.03% from 255 or 25.96% from 312); Blue value is 115 (45.31% from 255 or 36.86% from 312); Max value from RGB is 116 - color contains mainly: red. Hex color #745173 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745173 is #8BAE8C. Grayscale: #5F5F5F. Windows color (decimal): -9154189 or 7557492. OLE color: 7557492.

HSL color Cylindrical-coordinate representation of color #745173: hue angle of 301.71º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #745173 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB11681115-
CMYK00.300.010.55
HSL301.71º17.77%38.63%-
HSV(B)301.71º30.17%45.49%-
XYZ13.2410.8417.61-
YUV95.34139.1142.74-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.18%
GREEN value IS 81 (32.03% from 255) = 25.96%
BLUE value IS 115 (45.31% from 255) = 36.86%
R=37.18%
G=25.96%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1168111500.300.010.55301.7117.7738.63
Hex74517301E13712e1227
Octal1641211630361674562247
Binary111010010100011110011011110111011110010111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745173; }

 p { color: rgb(116,81,115); }

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

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

 a { background-color: rgb(116,81,115); }

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

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

 span { border-color: rgb(116,81,115); }

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