COLOR #746D62

HEX: #746D62 RGB: (116,109,98)

Color info

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

RGB color model

#746D62 color RGB value is (116,109,98).

RGB: (116,109,98) (45%, 43%, 38%)

RGB channels and saturation

R 116 of 255 = 45%
G 109 of 255 = 43%
B 98 of 255 = 38%

116
109
98

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

Portions of RGB colors in percentages

R + G + B = 116 + 109 + 98 = 323 (100%)
R 116 of 323 ~ 35.91%
G 109 of 323 ~ 33.75%
B 98 of 323 ~ 30.34'%

%35.91
%33.75
%30.34

CMYK color model

#746D62 color CMYK value is (0,6,16,55).

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

CMYK: (0,6,16,55)
C0M6Y16K55 (0%, 6%, 16%, 55%)
(0.00 / 0.06 / 0.16 / 0.55)

CMYK percentages

%0
%6.03
%15.52
%54.51

Codes

Color #746D62 in popluar color models

74 6D 62
RGB 116 109 98
HSL 37° 8.41% 41.96%
HSB/HSV 37° 15.52% 45.49%
CMYK 0.00% 6.03% 15.52%
54.51%

Color #746D62 in popluar number systems.

HEX 74 6D 62
Decimal 116 109 98
Binary 1110100 1101101 1100010
Octal 164 155 142

Shades and tints

Shades of #746D62

#746D62
(116,109,98)
#6A645A
(106,100,90)
#605B52
(96,91,82)
#56524A
(86,82,74)
#4C4942
(76,73,66)
#42403A
(66,64,58)
#383732
(56,55,50)
#2E2E2A
(46,46,42)
#242522
(36,37,34)
#1A1C1A
(26,28,26)
#101312
(16,19,18)
#000000
(0,0,0)

Tints of #746D62

#746D62
(116,109,98)
#807A70
(128,122,112)
#8C877E
(140,135,126)
#98948C
(152,148,140)
#A4A19A
(164,161,154)
#B0AEA8
(176,174,168)
#BCBBB6
(188,187,182)
#C8C8C4
(200,200,196)
#D4D5D2
(212,213,210)
#E0E2E0
(224,226,224)
#ECEFEE
(236,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746D62; }

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

This text font color is #746D62.

Background Color

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

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

This div background color is #746D62.

Border color

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

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

This div border color is #746D62.

Opacity

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

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

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

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

This text has shadow with #746D62 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #746D62.

Preview

Color preview on black background

This text has color #746D62 on black background.


Color preview on white background

This text has color #746D62 on white background.


Black color preview on #746D62 background

This text has black color on #746D62 background.


White color preview on #746D62 background

This text has white color on #746D62 background.


Related colors

Complementary color

Complementary color for #hex is #8B929D.


I love getcolorcode.com

Triadic colors

1 #62746D and #6D6274 with #746D62 are triadic colors.

2 #626D74 and #6D7462 with #746D62 are triadic colors.