COLOR #746C7F

HEX: #746C7F
RGB: (116,108,127)

Color info

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

RGB color model

#746C7F color RGB value is (116,108,127).

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

RGB channels and saturation

R 116 of 255 = 45%
G 108 of 255 = 42%
B 127 of 255 = 50%

116
108
127

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

Portions of RGB colors in percentages

R + G + B =
116 + 108 + 127 = 351 (100%)
R 116 of 351 ~ 33.05%
G 108 of 351 ~ 30.77%
B 127 of 351 ~ 36.18%

%33.05
%30.77
%36.18

CMYK color model

#746C7F color CMYK value is (9,15,0,50).

  • cyan value is 8.66%
  • magenta value is 14.96%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(9,15,0,50)
C9M15Y0K50 
(9%,15%,0%,50%)
(0.09/0.15/0.00/0.50)	

CMYK percentages

%8.66
%14.96
%0
%50.2

Codes

Color #746C7F in popluar color models

746C7F
RGB116108127
HSL265°8.09%46.08%
HSB/HSV265°14.96%49.80%
CMYK8.66%14.96%0.00%
50.20%

Color #746C7F in popluar number systems.

HEX746C7F
Decimal116108127
Binary111010011011001111111
Octal164154177

Shades and tints

Shades of #746C7F

#746C7F
(116,108,127)
#6A6374
(106,99,116)
#605A69
(96,90,105)
#56515E
(86,81,94)
#4C4853
(76,72,83)
#423F48
(66,63,72)
#38363D
(56,54,61)
#2E2D32
(46,45,50)
#242427
(36,36,39)
#1A1B1C
(26,27,28)
#101211
(16,18,17)
#000000
(0,0,0)

Tints of #746C7F

#746C7F
(116,108,127)
#80798A
(128,121,138)
#8C8695
(140,134,149)
#9893A0
(152,147,160)
#A4A0AB
(164,160,171)
#B0ADB6
(176,173,182)
#BCBAC1
(188,186,193)
#C8C7CC
(200,199,204)
#D4D4D7
(212,212,215)
#E0E1E2
(224,225,226)
#ECEEED
(236,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746C7F; }

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

This text font color is #746C7F.


Background Color

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

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

This div background color is #746C7F.


Border color

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

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

This div border color is #746C7F.


Opacity

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

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

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

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

This text has shadow with #746C7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746C7F on black background.


Color preview on white background

This text has color #746C7F on white background.



Black color preview on #746C7F background

This text has black color on #746C7F background.


White color preview on #746C7F background

This text has white color on #746C7F background.