COLOR #746E6C

HEX: #746E6C
RGB: (116,110,108)

Color info

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

RGB color model

#746E6C color RGB value is (116,110,108).

  • red value is 116;
  • green value is 110;
  • blue value is 108.
RGB:
(116,110,108)
(45%,43%,42%)

RGB channels and saturation

R 116 of 255 = 45%
G 110 of 255 = 43%
B 108 of 255 = 42%

116
110
108

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

Portions of RGB colors in percentages

R + G + B =
116 + 110 + 108 = 334 (100%)
R 116 of 334 ~ 34.73%
G 110 of 334 ~ 32.93%
B 108 of 334 ~ 32.34%

%34.73
%32.93
%32.34

CMYK color model

#746E6C color CMYK value is (0,5,7,55).

  • cyan value is 0.00%
  • magenta value is 5.17%
  • yellow value is 6.90%
  • key color value is 54.51%
CMYK:
(0,5,7,55)
C0M5Y7K55 
(0%,5%,7%,55%)
(0.00/0.05/0.07/0.55)	

CMYK percentages

%0
%5.17
%6.9
%54.51

Codes

Color #746E6C in popluar color models

746E6C
RGB116110108
HSL15°3.57%43.92%
HSB/HSV15°6.90%45.49%
CMYK0.00%5.17%6.90%
54.51%

Color #746E6C in popluar number systems.

HEX746E6C
Decimal116110108
Binary111010011011101101100
Octal164156154

Shades and tints

Shades of #746E6C

#746E6C
(116,110,108)
#6A6463
(106,100,99)
#605A5A
(96,90,90)
#565051
(86,80,81)
#4C4648
(76,70,72)
#423C3F
(66,60,63)
#383236
(56,50,54)
#2E282D
(46,40,45)
#241E24
(36,30,36)
#1A141B
(26,20,27)
#100A12
(16,10,18)
#000000
(0,0,0)

Tints of #746E6C

#746E6C
(116,110,108)
#807B79
(128,123,121)
#8C8886
(140,136,134)
#989593
(152,149,147)
#A4A2A0
(164,162,160)
#B0AFAD
(176,175,173)
#BCBCBA
(188,188,186)
#C8C9C7
(200,201,199)
#D4D6D4
(212,214,212)
#E0E3E1
(224,227,225)
#ECF0EE
(236,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746E6C; }

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

This text font color is #746E6C.


Background Color

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

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

This div background color is #746E6C.


Border color

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

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

This div border color is #746E6C.


Opacity

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

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

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

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

This text has shadow with #746E6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746E6C on black background.


Color preview on white background

This text has color #746E6C on white background.



Black color preview on #746E6C background

This text has black color on #746E6C background.


White color preview on #746E6C background

This text has white color on #746E6C background.