COLOR #744E4C

HEX: #744E4C RGB: (116,78,76)

Color info

#744E4C contains red, green and blue colors in about the same proportion. Web safe color of #744E4C is #666633 (or #663).

RGB color model

#744E4C color RGB value is (116,78,76).

RGB: (116,78,76) (45%, 31%, 30%)

RGB channels and saturation

R 116 of 255 = 45%
G 78 of 255 = 31%
B 76 of 255 = 30%

116
78
76

R + G + B ~ 35%. #744E4C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 116 + 78 + 76 = 270 (100%)
R 116 of 270 ~ 42.96%
G 78 of 270 ~ 28.89%
B 76 of 270 ~ 28.15'%

%42.96
%28.89
%28.15

CMYK color model

#744E4C color CMYK value is (0,33,34,55).

  • cyan value is 0.00%
  • magenta value is 32.76%
  • yellow value is 34.48%
  • key color value is 54.51%

CMYK: (0,33,34,55)
C0M33Y34K55 (0%, 33%, 34%, 55%)
(0.00 / 0.33 / 0.34 / 0.55)

CMYK percentages

%0
%32.76
%34.48
%54.51

Codes

Color #744E4C in popluar color models

74 4E 4C
RGB 116 78 76
HSL 20.83% 37.65%
HSB/HSV 34.48% 45.49%
CMYK 0.00% 32.76% 34.48%
54.51%

Color #744E4C in popluar number systems.

HEX 74 4E 4C
Decimal 116 78 76
Binary 1110100 1001110 1001100
Octal 164 116 114

Shades and tints

Shades of #744E4C

#744E4C
(116,78,76)
#6A4746
(106,71,70)
#604040
(96,64,64)
#56393A
(86,57,58)
#4C3234
(76,50,52)
#422B2E
(66,43,46)
#382428
(56,36,40)
#2E1D22
(46,29,34)
#24161C
(36,22,28)
#1A0F16
(26,15,22)
#100810
(16,8,16)
#000000
(0,0,0)

Tints of #744E4C

#744E4C
(116,78,76)
#805E5C
(128,94,92)
#8C6E6C
(140,110,108)
#987E7C
(152,126,124)
#A48E8C
(164,142,140)
#B09E9C
(176,158,156)
#BCAEAC
(188,174,172)
#C8BEBC
(200,190,188)
#D4CECC
(212,206,204)
#E0DEDC
(224,222,220)
#ECEEEC
(236,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #744E4C; }

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

This text font color is #744E4C.

Background Color

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

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

This div background color is #744E4C.

Border color

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

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

This div border color is #744E4C.

Opacity

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

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

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

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

This text has shadow with #744E4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #744E4C.

Preview

Color preview on black background

This text has color #744E4C on black background.


Color preview on white background

This text has color #744E4C on white background.


Black color preview on #744E4C background

This text has black color on #744E4C background.


White color preview on #744E4C background

This text has white color on #744E4C background.


Related colors

Complementary color

Complementary color for #hex is #8BB1B3.


I love getcolorcode.com

Triadic colors

1 #4C744E and #4E4C74 with #744E4C are triadic colors.

2 #4C4E74 and #4E744C with #744E4C are triadic colors.