COLOR #745D89

HEX: #745D89 RGB: (116,93,137)

Color info

#745D89 contains red, green and blue colors in about the same proportion. Web safe color of #745D89 is #666699 (or #669).

RGB color model

#745D89 color RGB value is (116,93,137).

RGB: (116,93,137) (45%, 36%, 54%)

RGB channels and saturation

R 116 of 255 = 45%
G 93 of 255 = 36%
B 137 of 255 = 54%

116
93
137

R + G + B ~ 45%. #745D89 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 116 + 93 + 137 = 346 (100%)
R 116 of 346 ~ 33.53%
G 93 of 346 ~ 26.88%
B 137 of 346 ~ 39.6'%

%33.53
%26.88
%39.6

CMYK color model

#745D89 color CMYK value is (15,32,0,46).

  • cyan value is 15.33%
  • magenta value is 32.12%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK: (15,32,0,46) C15M32Y0K46 (15%,32%,0%,46%) (0.15/0.32/0.00/0.46) 

CMYK percentages

%15.33
%32.12
%0
%46.27

Codes

Color #745D89 in popluar color models

74 5D 89
RGB 116 93 137
HSL 271° 19.13% 45.10%
HSB/HSV 271° 32.12% 53.73%
CMYK 15.33% 32.12% 0.00%
46.27%

Color #745D89 in popluar number systems.

HEX 74 5D 89
Decimal 116 93 137
Binary 1110100 1011101 10001001
Octal 164 135 211

Shades and tints

Shades of #745D89

#745D89
(116,93,137)
#6A557D
(106,85,125)
#604D71
(96,77,113)
#564565
(86,69,101)
#4C3D59
(76,61,89)
#42354D
(66,53,77)
#382D41
(56,45,65)
#2E2535
(46,37,53)
#241D29
(36,29,41)
#1A151D
(26,21,29)
#100D11
(16,13,17)
#000000
(0,0,0)

Tints of #745D89

#745D89
(116,93,137)
#806B93
(128,107,147)
#8C799D
(140,121,157)
#9887A7
(152,135,167)
#A495B1
(164,149,177)
#B0A3BB
(176,163,187)
#BCB1C5
(188,177,197)
#C8BFCF
(200,191,207)
#D4CDD9
(212,205,217)
#E0DBE3
(224,219,227)
#ECE9ED
(236,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #745D89 color. Also use rgb(116,93,137) instead hex code.

Text Font Color

.myTextColor { color: #745D89; }

<p style="color:#745D89">This sample text font color is #745D89.</p>

This text font color is #745D89.

Background Color

.myBgColor { background-color: #745D89; }

<div style="background-color:#745D89">Inner text</div>

This div background color is #745D89.

Border color

.myBorderColor { border: 1px solid #745D89; }

<div style="border:3px solid #745D89">Div</div>

This div border color is #745D89.

Opacity

.myOpacity80 { color: #745D89; opacity: 0.8; }

<p style="color:#745D89;opacity:0.8;">80%</p>

Text with #745D89 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #745D89;}

<p style="text-shadow: 3px 3px 1px #745D89">Text here.</p>

This text has shadow with #745D89 color.


.textShadow {text-shadow: 3px 3px 1px #745D89', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #745D89, 5px 5px 20px red">Text here.</p>

This text has shadow with #745D89 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#745D89, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#745D89, Direction=45, Strength=4)">Text</p>

This text has shadow with #745D89 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #745D89;
-webkit-box-shadow: 1px 1px 3px 2px #745D89;
box-shadow: 1px 1px 3px 2px #745D89;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #745D89; -webkit-box-shadow: 1px 1px 3px 2px #745D89; box-shadow:1px 1px 3px 2px #745D89;">
Div content here
</div>

This div box has shadow with color #745D89.

Preview

Color preview on black background

This text has color #745D89 on black background.


Color preview on white background

This text has color #745D89 on white background.


Black color preview on #745D89 background

This text has black color on #745D89 background.


White color preview on #745D89 background

This text has white color on #745D89 background.


Related colors

Complementary color

Complementary color for #hex is #8BA276.


I love getcolorcode.com

Triadic colors

1 #89745D and #5D8974 with #745D89 are triadic colors.

2 #895D74 and #5D7489 with #745D89 are triadic colors.