COLOR #746E6F

HEX: #746E6F RGB: (116,110,111)

Color info

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

RGB color model

#746E6F color RGB value is (116,110,111).

RGB: (116,110,111) (45%, 43%, 44%)

RGB channels and saturation

R 116 of 255 = 45%
G 110 of 255 = 43%
B 111 of 255 = 44%

116
110
111

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

Portions of RGB colors in percentages

R + G + B = 116 + 110 + 111 = 337 (100%)
R 116 of 337 ~ 34.42%
G 110 of 337 ~ 32.64%
B 111 of 337 ~ 32.94'%

%34.42
%32.64
%32.94

CMYK color model

#746E6F color CMYK value is (0,5,4,55).

  • cyan value is 0.00%
  • magenta value is 5.17%
  • yellow value is 4.31%
  • key color value is 54.51%

CMYK: (0,5,4,55)
C0M5Y4K55 (0%, 5%, 4%, 55%)
(0.00 / 0.05 / 0.04 / 0.55)

CMYK percentages

%0
%5.17
%4.31
%54.51

Codes

Color #746E6F in popluar color models

74 6E 6F
RGB 116 110 111
HSL 350° 2.65% 44.31%
HSB/HSV 350° 5.17% 45.49%
CMYK 0.00% 5.17% 4.31%
54.51%

Color #746E6F in popluar number systems.

HEX 74 6E 6F
Decimal 116 110 111
Binary 1110100 1101110 1101111
Octal 164 156 157

Shades and tints

Shades of #746E6F

#746E6F
(116,110,111)
#6A6465
(106,100,101)
#605A5B
(96,90,91)
#565051
(86,80,81)
#4C4647
(76,70,71)
#423C3D
(66,60,61)
#383233
(56,50,51)
#2E2829
(46,40,41)
#241E1F
(36,30,31)
#1A1415
(26,20,21)
#100A0B
(16,10,11)
#000000
(0,0,0)

Tints of #746E6F

#746E6F
(116,110,111)
#807B7C
(128,123,124)
#8C8889
(140,136,137)
#989596
(152,149,150)
#A4A2A3
(164,162,163)
#B0AFB0
(176,175,176)
#BCBCBD
(188,188,189)
#C8C9CA
(200,201,202)
#D4D6D7
(212,214,215)
#E0E3E4
(224,227,228)
#ECF0F1
(236,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #746E6F color. Also use rgb(116,110,111) instead hex code.

Text Font Color

.myTextColor { color: #746E6F; }

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

This text font color is #746E6F.

Background Color

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

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

This div background color is #746E6F.

Border color

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

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

This div border color is #746E6F.

Opacity

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

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

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

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

This text has shadow with #746E6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #746E6F.

Preview

Color preview on black background

This text has color #746E6F on black background.


Color preview on white background

This text has color #746E6F on white background.


Black color preview on #746E6F background

This text has black color on #746E6F background.


White color preview on #746E6F background

This text has white color on #746E6F background.


Related colors

Complementary color

Complementary color for #hex is #8B9190.


I love getcolorcode.com

Triadic colors

1 #6F746E and #6E6F74 with #746E6F are triadic colors.

2 #6F6E74 and #6E746F with #746E6F are triadic colors.