COLOR #746F7F

HEX: #746F7F
RGB: (116,111,127)

Color info

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

RGB color model

#746F7F color RGB value is (116,111,127).

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

RGB channels and saturation

R 116 of 255 = 45%
G 111 of 255 = 44%
B 127 of 255 = 50%

116
111
127

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

Portions of RGB colors in percentages

R + G + B =
116 + 111 + 127 = 354 (100%)
R 116 of 354 ~ 32.77%
G 111 of 354 ~ 31.36%
B 127 of 354 ~ 35.88%

%32.77
%31.36
%35.88

CMYK color model

#746F7F color CMYK value is (9,13,0,50).

  • cyan value is 8.66%
  • magenta value is 12.60%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK: (9,13,0,50) C9M13Y0K50 (9%,13%,0%,50%) (0.09/0.13/0.00/0.50)

CMYK percentages

%8.66
%12.6
%0
%50.2

Codes

Color #746F7F in popluar color models

746F7F
RGB116111127
HSL259°6.72%46.67%
HSB/HSV259°12.60%49.80%
CMYK8.66%12.60%0.00%
50.20%

Color #746F7F in popluar number systems.

HEX746F7F
Decimal116111127
Binary111010011011111111111
Octal164157177

Shades and tints

Shades of #746F7F

#746F7F
(116,111,127)
#6A6574
(106,101,116)
#605B69
(96,91,105)
#56515E
(86,81,94)
#4C4753
(76,71,83)
#423D48
(66,61,72)
#38333D
(56,51,61)
#2E2932
(46,41,50)
#241F27
(36,31,39)
#1A151C
(26,21,28)
#100B11
(16,11,17)
#000000
(0,0,0)

Tints of #746F7F

#746F7F
(116,111,127)
#807C8A
(128,124,138)
#8C8995
(140,137,149)
#9896A0
(152,150,160)
#A4A3AB
(164,163,171)
#B0B0B6
(176,176,182)
#BCBDC1
(188,189,193)
#C8CACC
(200,202,204)
#D4D7D7
(212,215,215)
#E0E4E2
(224,228,226)
#ECF1ED
(236,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746F7F; }

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

This text font color is #746F7F.


Background Color

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

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

This div background color is #746F7F.


Border color

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

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

This div border color is #746F7F.


Opacity

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

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

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

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

This text has shadow with #746F7F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #746F7F on black background.


Color preview on white background

This text has color #746F7F on white background.



Black color preview on #746F7F background

This text has black color on #746F7F background.


White color preview on #746F7F background

This text has white color on #746F7F background.