COLOR #746A55

HEX: #746A55
RGB: (116,106,85)

Color info

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

RGB color model

#746A55 color RGB value is (116,106,85).

  • red value is 116;
  • green value is 106;
  • blue value is 85.
RGB:
(116,106,85)
(45%,42%,33%)

RGB channels and saturation

R 116 of 255 = 45%
G 106 of 255 = 42%
B 85 of 255 = 33%

116
106
85

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

Portions of RGB colors in percentages

R + G + B =
116 + 106 + 85 = 307 (100%)
R 116 of 307 ~ 37.79%
G 106 of 307 ~ 34.53%
B 85 of 307 ~ 27.69%

%37.79
%34.53
%27.69

CMYK color model

#746A55 color CMYK value is (0,9,27,55).

  • cyan value is 0.00%
  • magenta value is 8.62%
  • yellow value is 26.72%
  • key color value is 54.51%
CMYK:
(0,9,27,55)
C0M9Y27K55 
(0%,9%,27%,55%)
(0.00/0.09/0.27/0.55)	

CMYK percentages

%0
%8.62
%26.72
%54.51

Codes

Color #746A55 in popluar color models

746A55
RGB11610685
HSL41°15.42%39.41%
HSB/HSV41°26.72%45.49%
CMYK0.00%8.62%26.72%
54.51%

Color #746A55 in popluar number systems.

HEX746A55
Decimal11610685
Binary111010011010101010101
Octal164152125

Shades and tints

Shades of #746A55

#746A55
(116,106,85)
#6A614E
(106,97,78)
#605847
(96,88,71)
#564F40
(86,79,64)
#4C4639
(76,70,57)
#423D32
(66,61,50)
#38342B
(56,52,43)
#2E2B24
(46,43,36)
#24221D
(36,34,29)
#1A1916
(26,25,22)
#10100F
(16,16,15)
#000000
(0,0,0)

Tints of #746A55

#746A55
(116,106,85)
#807764
(128,119,100)
#8C8473
(140,132,115)
#989182
(152,145,130)
#A49E91
(164,158,145)
#B0ABA0
(176,171,160)
#BCB8AF
(188,184,175)
#C8C5BE
(200,197,190)
#D4D2CD
(212,210,205)
#E0DFDC
(224,223,220)
#ECECEB
(236,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746A55; }

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

This text font color is #746A55.


Background Color

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

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

This div background color is #746A55.


Border color

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

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

This div border color is #746A55.


Opacity

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

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

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

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

This text has shadow with #746A55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746A55 on black background.


Color preview on white background

This text has color #746A55 on white background.



Black color preview on #746A55 background

This text has black color on #746A55 background.


White color preview on #746A55 background

This text has white color on #746A55 background.