#745276

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

Shades of Trendy Pink #745276

Tints of Trendy Pink #745276

Color information

#745276 (or 0x745276) is unknown color: approx Trendy Pink. HEX triplet: 74, 52 and 76. RGB value is (116,82,118). Sum of RGB (Red+Green+Blue) = 116+82+118=316 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.71% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 118 (46.48% from 255 or 37.34% from 316); Max value from RGB is 118 - color contains mainly: blue. Hex color #745276 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745276 is #8BAD89. Grayscale: #606060. Windows color (decimal): -9153930 or 7754356. OLE color: 7754356.

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

Color convert

RGB11682118-
CMYK0.020.3100.54
HSL296.67º18%39.22%-
HSV(B)296.67º30.51%46.27%-
XYZ13.4911.0618.56-
YUV96.27140.26142.07-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.71%
GREEN value IS 82 (32.42% from 255) = 25.95%
BLUE value IS 118 (46.48% from 255) = 37.34%
R=36.71%
G=25.95%
B=37.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116821180.020.3100.54296.671839.22
Hex74527621F0361291227
Octal1641221662370664512247
Binary1110100101001011101101011111011011010010100110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745276; }

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

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

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

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

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

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

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

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