COLOR #746D55

HEX: #746D55 RGB: (116,109,85)

Color info

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

RGB color model

#746D55 color RGB value is (116,109,85).

RGB: (116,109,85) (45%, 43%, 33%)

RGB channels and saturation

R 116 of 255 = 45%
G 109 of 255 = 43%
B 85 of 255 = 33%

116
109
85

R + G + B ~ 40%. #746D55 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 116 + 109 + 85 = 310 (100%)
R 116 of 310 ~ 37.42%
G 109 of 310 ~ 35.16%
B 85 of 310 ~ 27.42'%

%37.42
%35.16
%27.42

CMYK color model

#746D55 color CMYK value is (0,6,27,55).

  • cyan value is 0.00%
  • magenta value is 6.03%
  • yellow value is 26.72%
  • key color value is 54.51%

CMYK: (0,6,27,55)
C0M6Y27K55 (0%, 6%, 27%, 55%)
(0.00 / 0.06 / 0.27 / 0.55)

CMYK percentages

%0
%6.03
%26.72
%54.51

Codes

Color #746D55 in popluar color models

74 6D 55
RGB 116 109 85
HSL 46° 15.42% 39.41%
HSB/HSV 46° 26.72% 45.49%
CMYK 0.00% 6.03% 26.72%
54.51%

Color #746D55 in popluar number systems.

HEX 74 6D 55
Decimal 116 109 85
Binary 1110100 1101101 1010101
Octal 164 155 125

Shades and tints

Shades of #746D55

#746D55
(116,109,85)
#6A644E
(106,100,78)
#605B47
(96,91,71)
#565240
(86,82,64)
#4C4939
(76,73,57)
#424032
(66,64,50)
#38372B
(56,55,43)
#2E2E24
(46,46,36)
#24251D
(36,37,29)
#1A1C16
(26,28,22)
#10130F
(16,19,15)
#000000
(0,0,0)

Tints of #746D55

#746D55
(116,109,85)
#807A64
(128,122,100)
#8C8773
(140,135,115)
#989482
(152,148,130)
#A4A191
(164,161,145)
#B0AEA0
(176,174,160)
#BCBBAF
(188,187,175)
#C8C8BE
(200,200,190)
#D4D5CD
(212,213,205)
#E0E2DC
(224,226,220)
#ECEFEB
(236,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #746D55 color. Also use rgb(116,109,85) instead hex code.

Text Font Color

.myTextColor { color: #746D55; }

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

This text font color is #746D55.

Background Color

.myBgColor { background-color: #746D55; }

<div style="background-color:#746D55">Inner text</div>

This div background color is #746D55.

Border color

.myBorderColor { border: 1px solid #746D55; }

<div style="border:3px solid #746D55">Div</div>

This div border color is #746D55.

Opacity

.myOpacity80 { color: #746D55; opacity: 0.8; }

<p style="color:#746D55;opacity:0.8;">80%</p>

Text with #746D55 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 #746D55;}

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

This text has shadow with #746D55 color.


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

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

This text has shadow with #746D55 primary color and red secondary color.


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

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

This text has shadow with #746D55 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #746D55.

Preview

Color preview on black background

This text has color #746D55 on black background.


Color preview on white background

This text has color #746D55 on white background.


Black color preview on #746D55 background

This text has black color on #746D55 background.


White color preview on #746D55 background

This text has white color on #746D55 background.


Related colors

Complementary color

Complementary color for #hex is #8B92AA.


I love getcolorcode.com

Triadic colors

1 #55746D and #6D5574 with #746D55 are triadic colors.

2 #556D74 and #6D7455 with #746D55 are triadic colors.