COLOR #744E75

HEX: #744E75 RGB: (116,78,117)

Color info

#744E75 contains red, green and blue colors in about the same proportion. Web safe color of #744E75 is #666666 (or #666).

RGB color model

#744E75 color RGB value is (116,78,117).

RGB: (116,78,117) (45%, 31%, 46%)

RGB channels and saturation

R 116 of 255 = 45%
G 78 of 255 = 31%
B 117 of 255 = 46%

116
78
117

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

Portions of RGB colors in percentages

R + G + B = 116 + 78 + 117 = 311 (100%)
R 116 of 311 ~ 37.3%
G 78 of 311 ~ 25.08%
B 117 of 311 ~ 37.62'%

%37.3
%25.08
%37.62

CMYK color model

#744E75 color CMYK value is (1,33,0,54).

  • cyan value is 0.85%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 54.12%

CMYK: (1,33,0,54)
C1M33Y0K54 (1%, 33%, 0%, 54%)
(0.01 / 0.33 / 0.00 / 0.54)

CMYK percentages

%0.85
%33.33
%0
%54.12

Codes

Color #744E75 in popluar color models

74 4E 75
RGB 116 78 117
HSL 298° 20.00% 38.24%
HSB/HSV 298° 33.33% 45.88%
CMYK 0.85% 33.33% 0.00%
54.12%

Color #744E75 in popluar number systems.

HEX 74 4E 75
Decimal 116 78 117
Binary 1110100 1001110 1110101
Octal 164 116 165

Shades and tints

Shades of #744E75

#744E75
(116,78,117)
#6A476B
(106,71,107)
#604061
(96,64,97)
#563957
(86,57,87)
#4C324D
(76,50,77)
#422B43
(66,43,67)
#382439
(56,36,57)
#2E1D2F
(46,29,47)
#241625
(36,22,37)
#1A0F1B
(26,15,27)
#100811
(16,8,17)
#000000
(0,0,0)

Tints of #744E75

#744E75
(116,78,117)
#805E81
(128,94,129)
#8C6E8D
(140,110,141)
#987E99
(152,126,153)
#A48EA5
(164,142,165)
#B09EB1
(176,158,177)
#BCAEBD
(188,174,189)
#C8BEC9
(200,190,201)
#D4CED5
(212,206,213)
#E0DEE1
(224,222,225)
#ECEEED
(236,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #744E75 color. Also use rgb(116,78,117) instead hex code.

Text Font Color

.myTextColor { color: #744E75; }

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

This text font color is #744E75.

Background Color

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

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

This div background color is #744E75.

Border color

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

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

This div border color is #744E75.

Opacity

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

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

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

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

This text has shadow with #744E75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #744E75.

Preview

Color preview on black background

This text has color #744E75 on black background.


Color preview on white background

This text has color #744E75 on white background.


Black color preview on #744E75 background

This text has black color on #744E75 background.


White color preview on #744E75 background

This text has white color on #744E75 background.


Related colors

Complementary color

Complementary color for #hex is #8BB18A.


I love getcolorcode.com

Triadic colors

1 #75744E and #4E7574 with #744E75 are triadic colors.

2 #754E74 and #4E7475 with #744E75 are triadic colors.