#745274

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

Shades of Trendy Pink #745274

Tints of Trendy Pink #745274

Color information

#745274 (or 0x745274) is unknown color: approx Trendy Pink. HEX triplet: 74, 52 and 74. RGB value is (116,82,116). Sum of RGB (Red+Green+Blue) = 116+82+116=314 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.94% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 116 (45.70% from 255 or 36.94% from 314); Max value from RGB is 116 - color contains mainly: red, blue. Hex color #745274 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745274 is #8BAD8B. Grayscale: #5F5F5F. Windows color (decimal): -9153932 or 7623284. OLE color: 7623284.

HSL color Cylindrical-coordinate representation of color #745274: hue angle of 300º 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 #745274 is Cyan = 0, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11682116-
CMYK00.2900.55
HSL300º17.17%38.82%-
HSV(B)300º29.31%45.49%-
XYZ13.3711.0117.94-
YUV96.04139.26142.24-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.94%
GREEN value IS 82 (32.42% from 255) = 26.11%
BLUE value IS 116 (45.70% from 255) = 36.94%
R=36.94%
G=26.11%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1168211600.2900.5530017.1738.82
Hex74527401D03712c1127
Octal1641221640350674542147
Binary111010010100101110100011101011011110010110010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745274; }

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

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

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

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

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

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

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

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