#745C76

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

Shades of Trendy Pink #745C76

Tints of Trendy Pink #745C76

Color information

#745C76 (or 0x745C76) is unknown color: approx Trendy Pink. HEX triplet: 74, 5C and 76. RGB value is (116,92,118). Sum of RGB (Red+Green+Blue) = 116+92+118=326 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.58% from 326); Green value is 92 (36.33% from 255 or 28.22% from 326); Blue value is 118 (46.48% from 255 or 36.20% from 326); Max value from RGB is 118 - color contains mainly: blue. Hex color #745C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745C76 is #8BA389. Grayscale: #666666. Windows color (decimal): -9151370 or 7756916. OLE color: 7756916.

HSL color Cylindrical-coordinate representation of color #745C76: hue angle of 295.38º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #745C76 is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11692118-
CMYK0.020.2200.54
HSL295.38º12.38%41.18%-
HSV(B)295.38º22.03%46.27%-
XYZ14.312.6818.83-
YUV102.14136.95137.89-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.58%
GREEN value IS 92 (36.33% from 255) = 28.22%
BLUE value IS 118 (46.48% from 255) = 36.20%
R=35.58%
G=28.22%
B=36.20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116921180.020.2200.54295.3812.3841.18
Hex745C76216036127c29
Octal1641341662260664471451
Binary111010010111001110110101011001101101001001111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745C76; }

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

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

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

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

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

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

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

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