#745476

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

Shades of Trendy Pink #745476

Tints of Trendy Pink #745476

Color information

#745476 (or 0x745476) is unknown color: approx Trendy Pink. HEX triplet: 74, 54 and 76. RGB value is (116,84,118). Sum of RGB (Red+Green+Blue) = 116+84+118=318 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.48% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 118 (46.48% from 255 or 37.11% from 318); Max value from RGB is 118 - color contains mainly: blue. Hex color #745476 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745476 is #8BAB89. Grayscale: #616161. Windows color (decimal): -9153418 or 7754868. OLE color: 7754868.

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

Color convert

RGB11684118-
CMYK0.020.2900.54
HSL296.47º16.83%39.61%-
HSV(B)296.47º28.81%46.27%-
XYZ13.6411.3618.61-
YUV97.44139.6141.24-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.48%
GREEN value IS 84 (33.20% from 255) = 26.42%
BLUE value IS 118 (46.48% from 255) = 37.11%
R=36.48%
G=26.42%
B=37.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116841180.020.2900.54296.4716.8339.61
Hex74547621D0361281128
Octal1641241662350664502150
Binary1110100101010011101101011101011011010010100010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745476; }

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

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

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

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

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

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

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

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