COLOR #747D7E

HEX: #747D7E
RGB: (116,125,126)

Color info

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

RGB color model

#747D7E color RGB value is (116,125,126).

  • red value is 116;
  • green value is 125;
  • blue value is 126.
RGB:
(116,125,126)
(45%,49%,49%)

RGB channels and saturation

R 116 of 255 = 45%
G 125 of 255 = 49%
B 126 of 255 = 49%

116
125
126

R + G + B ~ 48%. #747D7E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 125 + 126 = 367 (100%)
R 116 of 367 ~ 31.61%
G 125 of 367 ~ 34.06%
B 126 of 367 ~ 34.33%

%31.61
%34.06
%34.33

CMYK color model

#747D7E color CMYK value is (8,1,0,51).

  • cyan value is 7.94%
  • magenta value is 0.79%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(8,1,0,51)
C8M1Y0K51 
(8%,1%,0%,51%)
(0.08/0.01/0.00/0.51)	

CMYK percentages

%7.94
%0.79
%0
%50.59

Codes

Color #747D7E in popluar color models

747D7E
RGB116125126
HSL186°4.13%47.45%
HSB/HSV186°7.94%49.41%
CMYK7.94%0.79%0.00%
50.59%

Color #747D7E in popluar number systems.

HEX747D7E
Decimal116125126
Binary111010011111011111110
Octal164175176

Shades and tints

Shades of #747D7E

#747D7E
(116,125,126)
#6A7273
(106,114,115)
#606768
(96,103,104)
#565C5D
(86,92,93)
#4C5152
(76,81,82)
#424647
(66,70,71)
#383B3C
(56,59,60)
#2E3031
(46,48,49)
#242526
(36,37,38)
#1A1A1B
(26,26,27)
#100F10
(16,15,16)
#000000
(0,0,0)

Tints of #747D7E

#747D7E
(116,125,126)
#808889
(128,136,137)
#8C9394
(140,147,148)
#989E9F
(152,158,159)
#A4A9AA
(164,169,170)
#B0B4B5
(176,180,181)
#BCBFC0
(188,191,192)
#C8CACB
(200,202,203)
#D4D5D6
(212,213,214)
#E0E0E1
(224,224,225)
#ECEBEC
(236,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #747D7E color. Also use rgb(116,125,126) instead hex code.

Text Font Color

.myTextColor { color: #747D7E; }

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

This text font color is #747D7E.


Background Color

.myBgColor { background-color: #747D7E; }

<div style="background-color:#747D7E">Inner text</div>

This div background color is #747D7E.


Border color

.myBorderColor { border: 1px solid #747D7E; }

<div style="border:3px solid #747D7E">Div</div>

This div border color is #747D7E.


Opacity

.myOpacity80 { color: #747D7E; opacity: 0.8; }

<p style="color:#747D7E;opacity:0.8;">80%</p>

Text with #747D7E 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 #747D7E;}

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

This text has shadow with #747D7E color.

.textShadow {text-shadow: 3px 3px 1px #747D7E, 3px 3px 1px red;}

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

This text has shadow with #747D7E primary color and red secondary color.


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

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

This text has shadow with #747D7E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747D7E on black background.


Color preview on white background

This text has color #747D7E on white background.



Black color preview on #747D7E background

This text has black color on #747D7E background.


White color preview on #747D7E background

This text has white color on #747D7E background.