#745673

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

Shades of Trendy Pink #745673

Tints of Trendy Pink #745673

Color information

#745673 (or 0x745673) is unknown color: approx Trendy Pink. HEX triplet: 74, 56 and 73. RGB value is (116,86,115). Sum of RGB (Red+Green+Blue) = 116+86+115=317 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.59% from 317); Green value is 86 (33.98% from 255 or 27.13% from 317); Blue value is 115 (45.31% from 255 or 36.28% from 317); Max value from RGB is 116 - color contains mainly: red. Hex color #745673 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745673 is #8BA98C. Grayscale: #626262. Windows color (decimal): -9152909 or 7558772. OLE color: 7558772.

HSL color Cylindrical-coordinate representation of color #745673: hue angle of 302º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #745673 is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB11686115-
CMYK00.260.010.55
HSL302º14.85%39.61%-
HSV(B)302º25.86%45.49%-
XYZ13.6211.6117.74-
YUV98.28137.44140.64-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.59%
GREEN value IS 86 (33.98% from 255) = 27.13%
BLUE value IS 115 (45.31% from 255) = 36.28%
R=36.59%
G=27.13%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1168611500.260.010.5530214.8539.61
Hex74567301A13712ef28
Octal1641261630321674561750
Binary11101001010110111001101101011101111001011101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745673; }

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

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

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

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

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

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

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

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