COLOR #744D87

HEX: #744D87
RGB: (116,77,135)

Color info

#744D87 contains red, green and blue colors in about the same proportion. Web safe color of #744D87 is #663399 (or #639).

RGB color model

#744D87 color RGB value is (116,77,135).

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

RGB channels and saturation

R 116 of 255 = 45%
G 77 of 255 = 30%
B 135 of 255 = 53%

116
77
135

R + G + B ~ 43%. #744D87 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 77 + 135 = 328 (100%)
R 116 of 328 ~ 35.37%
G 77 of 328 ~ 23.48%
B 135 of 328 ~ 41.16%

%35.37
%23.48
%41.16

CMYK color model

#744D87 color CMYK value is (14,43,0,47).

  • cyan value is 14.07%
  • magenta value is 42.96%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(14,43,0,47)
C14M43Y0K47 
(14%,43%,0%,47%)
(0.14/0.43/0.00/0.47)	

CMYK percentages

%14.07
%42.96
%0
%47.06

Codes

Color #744D87 in popluar color models

744D87
RGB11677135
HSL280°27.36%41.57%
HSB/HSV280°42.96%52.94%
CMYK14.07%42.96%0.00%
47.06%

Color #744D87 in popluar number systems.

HEX744D87
Decimal11677135
Binary1110100100110110000111
Octal164115207

Shades and tints

Shades of #744D87

#744D87
(116,77,135)
#6A467B
(106,70,123)
#603F6F
(96,63,111)
#563863
(86,56,99)
#4C3157
(76,49,87)
#422A4B
(66,42,75)
#38233F
(56,35,63)
#2E1C33
(46,28,51)
#241527
(36,21,39)
#1A0E1B
(26,14,27)
#10070F
(16,7,15)
#000000
(0,0,0)

Tints of #744D87

#744D87
(116,77,135)
#805D91
(128,93,145)
#8C6D9B
(140,109,155)
#987DA5
(152,125,165)
#A48DAF
(164,141,175)
#B09DB9
(176,157,185)
#BCADC3
(188,173,195)
#C8BDCD
(200,189,205)
#D4CDD7
(212,205,215)
#E0DDE1
(224,221,225)
#ECEDEB
(236,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #744D87 color. Also use rgb(116,77,135) instead hex code.

Text Font Color

.myTextColor { color: #744D87; }

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

This text font color is #744D87.


Background Color

.myBgColor { background-color: #744D87; }

<div style="background-color:#744D87">Inner text</div>

This div background color is #744D87.


Border color

.myBorderColor { border: 1px solid #744D87; }

<div style="border:3px solid #744D87">Div</div>

This div border color is #744D87.


Opacity

.myOpacity80 { color: #744D87; opacity: 0.8; }

<p style="color:#744D87;opacity:0.8;">80%</p>

Text with #744D87 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 #744D87;}

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

This text has shadow with #744D87 color.

.textShadow {text-shadow: 3px 3px 1px #744D87, 3px 3px 1px red;}

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

This text has shadow with #744D87 primary color and red secondary color.


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

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

This text has shadow with #744D87 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #744D87 on black background.


Color preview on white background

This text has color #744D87 on white background.



Black color preview on #744D87 background

This text has black color on #744D87 background.


White color preview on #744D87 background

This text has white color on #744D87 background.