#745975

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

Shades of Trendy Pink #745975

Tints of Trendy Pink #745975

Color information

#745975 (or 0x745975) is unknown color: approx Trendy Pink. HEX triplet: 74, 59 and 75. RGB value is (116,89,117). Sum of RGB (Red+Green+Blue) = 116+89+117=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 89 (35.16% from 255 or 27.64% from 322); Blue value is 117 (46.09% from 255 or 36.34% from 322); Max value from RGB is 117 - color contains mainly: blue. Hex color #745975 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745975 is #8BA68A. Grayscale: #646464. Windows color (decimal): -9152139 or 7690612. OLE color: 7690612.

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

Color convert

RGB11689117-
CMYK0.010.2400.54
HSL297.86º13.59%40.39%-
HSV(B)297.86º23.93%45.88%-
XYZ13.9912.1418.44-
YUV100.26137.45139.22-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.02%
GREEN value IS 89 (35.16% from 255) = 27.64%
BLUE value IS 117 (46.09% from 255) = 36.34%
R=36.02%
G=27.64%
B=36.34%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116891170.010.2400.54297.8613.5940.39
Hex74597511803612ae28
Octal1641311651300664521650
Binary11101001011001111010111100001101101001010101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745975; }

 p { color: rgb(116,89,117); }

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

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

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

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

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

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

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