COLOR #744B87

HEX: #744B87
RGB: (116,75,135)

Color info

#744B87 contains mainly red and blue colors. Web safe color of #744B87 is #663399 (or #639).

RGB color model

#744B87 color RGB value is (116,75,135).

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

RGB channels and saturation

R 116 of 255 = 45%
G 75 of 255 = 29%
B 135 of 255 = 53%

116
75
135

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

Portions of RGB colors in percentages

R + G + B =
116 + 75 + 135 = 326 (100%)
R 116 of 326 ~ 35.58%
G 75 of 326 ~ 23.01%
B 135 of 326 ~ 41.41%

%35.58
%23.01
%41.41

CMYK color model

#744B87 color CMYK value is (14,44,0,47).

  • cyan value is 14.07%
  • magenta value is 44.44%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(14,44,0,47)
C14M44Y0K47 
(14%,44%,0%,47%)
(0.14/0.44/0.00/0.47)	

CMYK percentages

%14.07
%44.44
%0
%47.06

Codes

Color #744B87 in popluar color models

744B87
RGB11675135
HSL281°28.57%41.18%
HSB/HSV281°44.44%52.94%
CMYK14.07%44.44%0.00%
47.06%

Color #744B87 in popluar number systems.

HEX744B87
Decimal11675135
Binary1110100100101110000111
Octal164113207

Shades and tints

Shades of #744B87

#744B87
(116,75,135)
#6A457B
(106,69,123)
#603F6F
(96,63,111)
#563963
(86,57,99)
#4C3357
(76,51,87)
#422D4B
(66,45,75)
#38273F
(56,39,63)
#2E2133
(46,33,51)
#241B27
(36,27,39)
#1A151B
(26,21,27)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #744B87

#744B87
(116,75,135)
#805B91
(128,91,145)
#8C6B9B
(140,107,155)
#987BA5
(152,123,165)
#A48BAF
(164,139,175)
#B09BB9
(176,155,185)
#BCABC3
(188,171,195)
#C8BBCD
(200,187,205)
#D4CBD7
(212,203,215)
#E0DBE1
(224,219,225)
#ECEBEB
(236,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #744B87; }

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

This text font color is #744B87.


Background Color

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

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

This div background color is #744B87.


Border color

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

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

This div border color is #744B87.


Opacity

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

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

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

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

This text has shadow with #744B87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #744B87 on black background.


Color preview on white background

This text has color #744B87 on white background.



Black color preview on #744B87 background

This text has black color on #744B87 background.


White color preview on #744B87 background

This text has white color on #744B87 background.