COLOR #744D6B

HEX: #744D6B RGB: (116,77,107)

Color info

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

RGB color model

#744D6B color RGB value is (116,77,107).

RGB: (116,77,107) (45%, 30%, 42%)

RGB channels and saturation

R 116 of 255 = 45%
G 77 of 255 = 30%
B 107 of 255 = 42%

116
77
107

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

Portions of RGB colors in percentages

R + G + B = 116 + 77 + 107 = 300 (100%)
R 116 of 300 ~ 38.67%
G 77 of 300 ~ 25.67%
B 107 of 300 ~ 35.67'%

%38.67
%25.67
%35.67

CMYK color model

#744D6B color CMYK value is (0,34,8,55).

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

CMYK: (0,34,8,55)
C0M34Y8K55 (0%, 34%, 8%, 55%)
(0.00 / 0.34 / 0.08 / 0.55)

CMYK percentages

%0
%33.62
%7.76
%54.51

Codes

Color #744D6B in popluar color models

74 4D 6B
RGB 116 77 107
HSL 314° 20.21% 37.84%
HSB/HSV 314° 33.62% 45.49%
CMYK 0.00% 33.62% 7.76%
54.51%

Color #744D6B in popluar number systems.

HEX 74 4D 6B
Decimal 116 77 107
Binary 1110100 1001101 1101011
Octal 164 115 153

Shades and tints

Shades of #744D6B

#744D6B
(116,77,107)
#6A4662
(106,70,98)
#603F59
(96,63,89)
#563850
(86,56,80)
#4C3147
(76,49,71)
#422A3E
(66,42,62)
#382335
(56,35,53)
#2E1C2C
(46,28,44)
#241523
(36,21,35)
#1A0E1A
(26,14,26)
#100711
(16,7,17)
#000000
(0,0,0)

Tints of #744D6B

#744D6B
(116,77,107)
#805D78
(128,93,120)
#8C6D85
(140,109,133)
#987D92
(152,125,146)
#A48D9F
(164,141,159)
#B09DAC
(176,157,172)
#BCADB9
(188,173,185)
#C8BDC6
(200,189,198)
#D4CDD3
(212,205,211)
#E0DDE0
(224,221,224)
#ECEDED
(236,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #744D6B; }

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

This text font color is #744D6B.

Background Color

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

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

This div background color is #744D6B.

Border color

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

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

This div border color is #744D6B.

Opacity

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

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

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

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

This text has shadow with #744D6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #744D6B.

Preview

Color preview on black background

This text has color #744D6B on black background.


Color preview on white background

This text has color #744D6B on white background.


Black color preview on #744D6B background

This text has black color on #744D6B background.


White color preview on #744D6B background

This text has white color on #744D6B background.


Related colors

Complementary color

Complementary color for #hex is #8BB294.


I love getcolorcode.com

Triadic colors

1 #6B744D and #4D6B74 with #744D6B are triadic colors.

2 #6B4D74 and #4D746B with #744D6B are triadic colors.