COLOR #744D66

HEX: #744D66 RGB: (116,77,102)

Color info

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

RGB color model

#744D66 color RGB value is (116,77,102).

RGB: (116,77,102) (45%, 30%, 40%)

RGB channels and saturation

R 116 of 255 = 45%
G 77 of 255 = 30%
B 102 of 255 = 40%

116
77
102

R + G + B ~ 38%. #744D66 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 116 + 77 + 102 = 295 (100%)
R 116 of 295 ~ 39.32%
G 77 of 295 ~ 26.1%
B 102 of 295 ~ 34.58'%

%39.32
%26.1
%34.58

CMYK color model

#744D66 color CMYK value is (0,34,12,55).

  • cyan value is 0.00%
  • magenta value is 33.62%
  • yellow value is 12.07%
  • key color value is 54.51%

CMYK: (0,34,12,55)
C0M34Y12K55 (0%, 34%, 12%, 55%)
(0.00 / 0.34 / 0.12 / 0.55)

CMYK percentages

%0
%33.62
%12.07
%54.51

Codes

Color #744D66 in popluar color models

74 4D 66
RGB 116 77 102
HSL 322° 20.21% 37.84%
HSB/HSV 322° 33.62% 45.49%
CMYK 0.00% 33.62% 12.07%
54.51%

Color #744D66 in popluar number systems.

HEX 74 4D 66
Decimal 116 77 102
Binary 1110100 1001101 1100110
Octal 164 115 146

Shades and tints

Shades of #744D66

#744D66
(116,77,102)
#6A465D
(106,70,93)
#603F54
(96,63,84)
#56384B
(86,56,75)
#4C3142
(76,49,66)
#422A39
(66,42,57)
#382330
(56,35,48)
#2E1C27
(46,28,39)
#24151E
(36,21,30)
#1A0E15
(26,14,21)
#10070C
(16,7,12)
#000000
(0,0,0)

Tints of #744D66

#744D66
(116,77,102)
#805D73
(128,93,115)
#8C6D80
(140,109,128)
#987D8D
(152,125,141)
#A48D9A
(164,141,154)
#B09DA7
(176,157,167)
#BCADB4
(188,173,180)
#C8BDC1
(200,189,193)
#D4CDCE
(212,205,206)
#E0DDDB
(224,221,219)
#ECEDE8
(236,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #744D66; }

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

This text font color is #744D66.

Background Color

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

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

This div background color is #744D66.

Border color

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

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

This div border color is #744D66.

Opacity

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

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

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

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

This text has shadow with #744D66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #744D66.

Preview

Color preview on black background

This text has color #744D66 on black background.


Color preview on white background

This text has color #744D66 on white background.


Black color preview on #744D66 background

This text has black color on #744D66 background.


White color preview on #744D66 background

This text has white color on #744D66 background.


Related colors

Complementary color

Complementary color for #hex is #8BB299.


I love getcolorcode.com

Triadic colors

1 #66744D and #4D6674 with #744D66 are triadic colors.

2 #664D74 and #4D7466 with #744D66 are triadic colors.