COLOR #746E66

HEX: #746E66
RGB: (116,110,102)

Color info

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

RGB color model

#746E66 color RGB value is (116,110,102).

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

RGB channels and saturation

R 116 of 255 = 45%
G 110 of 255 = 43%
B 102 of 255 = 40%

116
110
102

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

Portions of RGB colors in percentages

R + G + B =
116 + 110 + 102 = 328 (100%)
R 116 of 328 ~ 35.37%
G 110 of 328 ~ 33.54%
B 102 of 328 ~ 31.1%

%35.37
%33.54
%31.1

CMYK color model

#746E66 color CMYK value is (0,5,12,55).

  • cyan value is 0.00%
  • magenta value is 5.17%
  • yellow value is 12.07%
  • key color value is 54.51%
CMYK:
(0,5,12,55)
C0M5Y12K55 
(0%,5%,12%,55%)
(0.00/0.05/0.12/0.55)	

CMYK percentages

%0
%5.17
%12.07
%54.51

Codes

Color #746E66 in popluar color models

746E66
RGB116110102
HSL34°6.42%42.75%
HSB/HSV34°12.07%45.49%
CMYK0.00%5.17%12.07%
54.51%

Color #746E66 in popluar number systems.

HEX746E66
Decimal116110102
Binary111010011011101100110
Octal164156146

Shades and tints

Shades of #746E66

#746E66
(116,110,102)
#6A645D
(106,100,93)
#605A54
(96,90,84)
#56504B
(86,80,75)
#4C4642
(76,70,66)
#423C39
(66,60,57)
#383230
(56,50,48)
#2E2827
(46,40,39)
#241E1E
(36,30,30)
#1A1415
(26,20,21)
#100A0C
(16,10,12)
#000000
(0,0,0)

Tints of #746E66

#746E66
(116,110,102)
#807B73
(128,123,115)
#8C8880
(140,136,128)
#98958D
(152,149,141)
#A4A29A
(164,162,154)
#B0AFA7
(176,175,167)
#BCBCB4
(188,188,180)
#C8C9C1
(200,201,193)
#D4D6CE
(212,214,206)
#E0E3DB
(224,227,219)
#ECF0E8
(236,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746E66; }

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

This text font color is #746E66.


Background Color

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

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

This div background color is #746E66.


Border color

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

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

This div border color is #746E66.


Opacity

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

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

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

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

This text has shadow with #746E66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746E66 on black background.


Color preview on white background

This text has color #746E66 on white background.



Black color preview on #746E66 background

This text has black color on #746E66 background.


White color preview on #746E66 background

This text has white color on #746E66 background.