COLOR #744C4E

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

Color info

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

RGB color model

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

  • red value is 116;
  • green value is 76;
  • blue value is 78.
RGB:
(116,76,78)
(45%,30%,31%)

RGB channels and saturation

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

116
76
78

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

Portions of RGB colors in percentages

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

%42.96
%28.15
%28.89

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 34.48%
  • yellow value is 32.76%
  • key color value is 54.51%
CMYK:
(0,34,33,55)
C0M34Y33K55 
(0%,34%,33%,55%)
(0.00/0.34/0.33/0.55)	

CMYK percentages

%0
%34.48
%32.76
%54.51

Codes

Color #744C4E in popluar color models

744C4E
RGB1167678
HSL357°20.83%37.65%
HSB/HSV357°34.48%45.49%
CMYK0.00%34.48%32.76%
54.51%

Color #744C4E in popluar number systems.

HEX744C4E
Decimal1167678
Binary111010010011001001110
Octal164114116

Shades and tints

Shades of #744C4E

#744C4E
(116,76,78)
#6A4647
(106,70,71)
#604040
(96,64,64)
#563A39
(86,58,57)
#4C3432
(76,52,50)
#422E2B
(66,46,43)
#382824
(56,40,36)
#2E221D
(46,34,29)
#241C16
(36,28,22)
#1A160F
(26,22,15)
#101008
(16,16,8)
#000000
(0,0,0)

Tints of #744C4E

#744C4E
(116,76,78)
#805C5E
(128,92,94)
#8C6C6E
(140,108,110)
#987C7E
(152,124,126)
#A48C8E
(164,140,142)
#B09C9E
(176,156,158)
#BCACAE
(188,172,174)
#C8BCBE
(200,188,190)
#D4CCCE
(212,204,206)
#E0DCDE
(224,220,222)
#ECECEE
(236,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #744C4E; }

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

This text font color is #744C4E.


Background Color

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

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

This div background color is #744C4E.


Border color

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

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

This div border color is #744C4E.


Opacity

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

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

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

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

This text has shadow with #744C4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #744C4E on black background.


Color preview on white background

This text has color #744C4E on white background.



Black color preview on #744C4E background

This text has black color on #744C4E background.


White color preview on #744C4E background

This text has white color on #744C4E background.