#745176

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

Shades of Trendy Pink #745176

Tints of Trendy Pink #745176

Color information

#745176 (or 0x745176) is unknown color: approx Trendy Pink. HEX triplet: 74, 51 and 76. RGB value is (116,81,118). Sum of RGB (Red+Green+Blue) = 116+81+118=315 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.83% from 315); Green value is 81 (32.03% from 255 or 25.71% from 315); Blue value is 118 (46.48% from 255 or 37.46% from 315); Max value from RGB is 118 - color contains mainly: blue. Hex color #745176 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745176 is #8BAE89. Grayscale: #5F5F5F. Windows color (decimal): -9154186 or 7754100. OLE color: 7754100.

HSL color Cylindrical-coordinate representation of color #745176: hue angle of 296.76º degrees, saturation: 0.19, 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 #745176 is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11681118-
CMYK0.020.3100.54
HSL296.76º18.59%39.02%-
HSV(B)296.76º31.36%46.27%-
XYZ13.4110.9118.54-
YUV95.68140.6142.49-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.83%
GREEN value IS 81 (32.03% from 255) = 25.71%
BLUE value IS 118 (46.48% from 255) = 37.46%
R=36.83%
G=25.71%
B=37.46%

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
Decimal116811180.020.3100.54296.7618.5939.02
Hex74517621F0361291327
Octal1641211662370664512347
Binary1110100101000111101101011111011011010010100110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745176; }

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

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

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

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

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

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

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

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