#745072

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

Shades of Trendy Pink #745072

Tints of Trendy Pink #745072

Color information

#745072 (or 0x745072) is unknown color: approx Trendy Pink. HEX triplet: 74, 50 and 72. RGB value is (116,80,114). Sum of RGB (Red+Green+Blue) = 116+80+114=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 116 - color contains mainly: red. Hex color #745072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745072 is #8BAF8D. Grayscale: #5E5E5E. Windows color (decimal): -9154446 or 7491700. OLE color: 7491700.

HSL color Cylindrical-coordinate representation of color #745072: hue angle of 303.33º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #745072 is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB11680114-
CMYK00.310.020.55
HSL303.33º18.37%38.43%-
HSV(B)303.33º31.03%45.49%-
XYZ13.1110.6717.29-
YUV94.64138.93143.24-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.42%
GREEN value IS 80 (31.64% from 255) = 25.81%
BLUE value IS 114 (44.92% from 255) = 36.77%
R=37.42%
G=25.81%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1168011400.310.020.55303.3318.3738.43
Hex74507201F23712f1226
Octal1641201620372674572246
Binary1110100101000011100100111111011011110010111110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745072; }

 p { color: rgb(116,80,114); }

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

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

 a { background-color: rgb(116,80,114); }

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

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

 span { border-color: rgb(116,80,114); }

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