COLOR #745C87

HEX: #745C87
RGB: (116,92,135)

Color info

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

RGB color model

#745C87 color RGB value is (116,92,135).

  • red value is 116;
  • green value is 92;
  • blue value is 135.
RGB:
(116,92,135)
(45%,36%,53%)

RGB channels and saturation

R 116 of 255 = 45%
G 92 of 255 = 36%
B 135 of 255 = 53%

116
92
135

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

Portions of RGB colors in percentages

R + G + B =
116 + 92 + 135 = 343 (100%)
R 116 of 343 ~ 33.82%
G 92 of 343 ~ 26.82%
B 135 of 343 ~ 39.36%

%33.82
%26.82
%39.36

CMYK color model

#745C87 color CMYK value is (14,32,0,47).

  • cyan value is 14.07%
  • magenta value is 31.85%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(14,32,0,47)
C14M32Y0K47 
(14%,32%,0%,47%)
(0.14/0.32/0.00/0.47)	

CMYK percentages

%14.07
%31.85
%0
%47.06

Codes

Color #745C87 in popluar color models

745C87
RGB11692135
HSL273°18.94%44.51%
HSB/HSV273°31.85%52.94%
CMYK14.07%31.85%0.00%
47.06%

Color #745C87 in popluar number systems.

HEX745C87
Decimal11692135
Binary1110100101110010000111
Octal164134207

Shades and tints

Shades of #745C87

#745C87
(116,92,135)
#6A547B
(106,84,123)
#604C6F
(96,76,111)
#564463
(86,68,99)
#4C3C57
(76,60,87)
#42344B
(66,52,75)
#382C3F
(56,44,63)
#2E2433
(46,36,51)
#241C27
(36,28,39)
#1A141B
(26,20,27)
#100C0F
(16,12,15)
#000000
(0,0,0)

Tints of #745C87

#745C87
(116,92,135)
#806A91
(128,106,145)
#8C789B
(140,120,155)
#9886A5
(152,134,165)
#A494AF
(164,148,175)
#B0A2B9
(176,162,185)
#BCB0C3
(188,176,195)
#C8BECD
(200,190,205)
#D4CCD7
(212,204,215)
#E0DAE1
(224,218,225)
#ECE8EB
(236,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #745C87 color. Also use rgb(116,92,135) instead hex code.

Text Font Color

.myTextColor { color: #745C87; }

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

This text font color is #745C87.


Background Color

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

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

This div background color is #745C87.


Border color

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

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

This div border color is #745C87.


Opacity

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

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

Text with #745C87 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 #745C87;}

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

This text has shadow with #745C87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #745C87 on black background.


Color preview on white background

This text has color #745C87 on white background.



Black color preview on #745C87 background

This text has black color on #745C87 background.


White color preview on #745C87 background

This text has white color on #745C87 background.