COLOR #744D68

HEX: #744D68
RGB: (116,77,104)

Color info

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

RGB color model

#744D68 color RGB value is (116,77,104).

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

RGB channels and saturation

R 116 of 255 = 45%
G 77 of 255 = 30%
B 104 of 255 = 41%

116
77
104

R + G + B ~ 39%. #744D68 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 77 + 104 = 297 (100%)
R 116 of 297 ~ 39.06%
G 77 of 297 ~ 25.93%
B 104 of 297 ~ 35.02%

%39.06
%25.93
%35.02

CMYK color model

#744D68 color CMYK value is (0,34,10,55).

  • cyan value is 0.00%
  • magenta value is 33.62%
  • yellow value is 10.34%
  • key color value is 54.51%
CMYK:
(0,34,10,55)
C0M34Y10K55 
(0%,34%,10%,55%)
(0.00/0.34/0.10/0.55)	

CMYK percentages

%0
%33.62
%10.34
%54.51

Codes

Color #744D68 in popluar color models

744D68
RGB11677104
HSL318°20.21%37.84%
HSB/HSV318°33.62%45.49%
CMYK0.00%33.62%10.34%
54.51%

Color #744D68 in popluar number systems.

HEX744D68
Decimal11677104
Binary111010010011011101000
Octal164115150

Shades and tints

Shades of #744D68

#744D68
(116,77,104)
#6A465F
(106,70,95)
#603F56
(96,63,86)
#56384D
(86,56,77)
#4C3144
(76,49,68)
#422A3B
(66,42,59)
#382332
(56,35,50)
#2E1C29
(46,28,41)
#241520
(36,21,32)
#1A0E17
(26,14,23)
#10070E
(16,7,14)
#000000
(0,0,0)

Tints of #744D68

#744D68
(116,77,104)
#805D75
(128,93,117)
#8C6D82
(140,109,130)
#987D8F
(152,125,143)
#A48D9C
(164,141,156)
#B09DA9
(176,157,169)
#BCADB6
(188,173,182)
#C8BDC3
(200,189,195)
#D4CDD0
(212,205,208)
#E0DDDD
(224,221,221)
#ECEDEA
(236,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #744D68; }

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

This text font color is #744D68.


Background Color

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

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

This div background color is #744D68.


Border color

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

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

This div border color is #744D68.


Opacity

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

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

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

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

This text has shadow with #744D68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #744D68 on black background.


Color preview on white background

This text has color #744D68 on white background.



Black color preview on #744D68 background

This text has black color on #744D68 background.


White color preview on #744D68 background

This text has white color on #744D68 background.