COLOR #746D73

HEX: #746D73
RGB: (116,109,115)

Color info

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

RGB color model

#746D73 color RGB value is (116,109,115).

  • red value is 116;
  • green value is 109;
  • blue value is 115.
RGB:
(116,109,115)
(45%,43%,45%)

RGB channels and saturation

R 116 of 255 = 45%
G 109 of 255 = 43%
B 115 of 255 = 45%

116
109
115

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

Portions of RGB colors in percentages

R + G + B =
116 + 109 + 115 = 340 (100%)
R 116 of 340 ~ 34.12%
G 109 of 340 ~ 32.06%
B 115 of 340 ~ 33.82%

%34.12
%32.06
%33.82

CMYK color model

#746D73 color CMYK value is (0,6,1,55).

  • cyan value is 0.00%
  • magenta value is 6.03%
  • yellow value is 0.86%
  • key color value is 54.51%
CMYK:
(0,6,1,55)
C0M6Y1K55 
(0%,6%,1%,55%)
(0.00/0.06/0.01/0.55)	

CMYK percentages

%0
%6.03
%0.86
%54.51

Codes

Color #746D73 in popluar color models

746D73
RGB116109115
HSL309°3.11%44.12%
HSB/HSV309°6.03%45.49%
CMYK0.00%6.03%0.86%
54.51%

Color #746D73 in popluar number systems.

HEX746D73
Decimal116109115
Binary111010011011011110011
Octal164155163

Shades and tints

Shades of #746D73

#746D73
(116,109,115)
#6A6469
(106,100,105)
#605B5F
(96,91,95)
#565255
(86,82,85)
#4C494B
(76,73,75)
#424041
(66,64,65)
#383737
(56,55,55)
#2E2E2D
(46,46,45)
#242523
(36,37,35)
#1A1C19
(26,28,25)
#10130F
(16,19,15)
#000000
(0,0,0)

Tints of #746D73

#746D73
(116,109,115)
#807A7F
(128,122,127)
#8C878B
(140,135,139)
#989497
(152,148,151)
#A4A1A3
(164,161,163)
#B0AEAF
(176,174,175)
#BCBBBB
(188,187,187)
#C8C8C7
(200,200,199)
#D4D5D3
(212,213,211)
#E0E2DF
(224,226,223)
#ECEFEB
(236,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746D73; }

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

This text font color is #746D73.


Background Color

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

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

This div background color is #746D73.


Border color

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

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

This div border color is #746D73.


Opacity

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

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

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

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

This text has shadow with #746D73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746D73 on black background.


Color preview on white background

This text has color #746D73 on white background.



Black color preview on #746D73 background

This text has black color on #746D73 background.


White color preview on #746D73 background

This text has white color on #746D73 background.