COLOR #744D72

HEX: #744D72
RGB: (116,77,114)

Color info

#744D72 contains red, green and blue colors in about the same proportion. Web safe color of #744D72 is #663366 (or #636).

RGB color model

#744D72 color RGB value is (116,77,114).

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

RGB channels and saturation

R 116 of 255 = 45%
G 77 of 255 = 30%
B 114 of 255 = 45%

116
77
114

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

Portions of RGB colors in percentages

R + G + B =
116 + 77 + 114 = 307 (100%)
R 116 of 307 ~ 37.79%
G 77 of 307 ~ 25.08%
B 114 of 307 ~ 37.13%

%37.79
%25.08
%37.13

CMYK color model

#744D72 color CMYK value is (0,34,2,55).

  • cyan value is 0.00%
  • magenta value is 33.62%
  • yellow value is 1.72%
  • key color value is 54.51%
CMYK:
(0,34,2,55)
C0M34Y2K55 
(0%,34%,2%,55%)
(0.00/0.34/0.02/0.55)	

CMYK percentages

%0
%33.62
%1.72
%54.51

Codes

Color #744D72 in popluar color models

744D72
RGB11677114
HSL303°20.21%37.84%
HSB/HSV303°33.62%45.49%
CMYK0.00%33.62%1.72%
54.51%

Color #744D72 in popluar number systems.

HEX744D72
Decimal11677114
Binary111010010011011110010
Octal164115162

Shades and tints

Shades of #744D72

#744D72
(116,77,114)
#6A4668
(106,70,104)
#603F5E
(96,63,94)
#563854
(86,56,84)
#4C314A
(76,49,74)
#422A40
(66,42,64)
#382336
(56,35,54)
#2E1C2C
(46,28,44)
#241522
(36,21,34)
#1A0E18
(26,14,24)
#10070E
(16,7,14)
#000000
(0,0,0)

Tints of #744D72

#744D72
(116,77,114)
#805D7E
(128,93,126)
#8C6D8A
(140,109,138)
#987D96
(152,125,150)
#A48DA2
(164,141,162)
#B09DAE
(176,157,174)
#BCADBA
(188,173,186)
#C8BDC6
(200,189,198)
#D4CDD2
(212,205,210)
#E0DDDE
(224,221,222)
#ECEDEA
(236,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #744D72; }

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

This text font color is #744D72.


Background Color

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

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

This div background color is #744D72.


Border color

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

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

This div border color is #744D72.


Opacity

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

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

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

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

This text has shadow with #744D72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #744D72 on black background.


Color preview on white background

This text has color #744D72 on white background.



Black color preview on #744D72 background

This text has black color on #744D72 background.


White color preview on #744D72 background

This text has white color on #744D72 background.