#745273

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

Shades of Trendy Pink #745273

Tints of Trendy Pink #745273

Color information

#745273 (or 0x745273) is unknown color: approx Trendy Pink. HEX triplet: 74, 52 and 73. RGB value is (116,82,115). Sum of RGB (Red+Green+Blue) = 116+82+115=313 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.06% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 115 (45.31% from 255 or 36.74% from 313); Max value from RGB is 116 - color contains mainly: red. Hex color #745273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745273 is #8BAD8C. Grayscale: #5F5F5F. Windows color (decimal): -9153933 or 7557748. OLE color: 7557748.

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

Color convert

RGB11682115-
CMYK00.290.010.55
HSL301.76º17.17%38.82%-
HSV(B)301.76º29.31%45.49%-
XYZ13.3110.9917.64-
YUV95.93138.76142.32-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.06%
GREEN value IS 82 (32.42% from 255) = 26.20%
BLUE value IS 115 (45.31% from 255) = 36.74%
R=37.06%
G=26.20%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1168211500.290.010.55301.7617.1738.82
Hex74527301D13712e1127
Octal1641221630351674562147
Binary111010010100101110011011101111011110010111010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745273; }

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

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

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

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

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

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

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

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