COLOR #747E7C

HEX: #747E7C RGB: (116,126,124)

Color info

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

RGB color model

#747E7C color RGB value is (116,126,124).

RGB: (116,126,124) (45%, 49%, 49%)

RGB channels and saturation

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

116
126
124

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

Portions of RGB colors in percentages

R + G + B = 116 + 126 + 124 = 366 (100%)
R 116 of 366 ~ 31.69%
G 126 of 366 ~ 34.43%
B 124 of 366 ~ 33.88'%

%31.69
%34.43
%33.88

CMYK color model

#747E7C color CMYK value is (8,0,2,51).

  • cyan value is 7.94%
  • magenta value is 0.00%
  • yellow value is 1.59%
  • key color value is 50.59%
CMYK: (8,0,2,51) C8M0Y2K51 (8%,0%,2%,51%) (0.08/0.00/0.02/0.51) 

CMYK percentages

%7.94
%0
%1.59
%50.59

Codes

Color #747E7C in popluar color models

74 7E 7C
RGB 116 126 124
HSL 168° 4.13% 47.45%
HSB/HSV 168° 7.94% 49.41%
CMYK 7.94% 0.00% 1.59%
50.59%

Color #747E7C in popluar number systems.

HEX 74 7E 7C
Decimal 116 126 124
Binary 1110100 1111110 1111100
Octal 164 176 174

Shades and tints

Shades of #747E7C

#747E7C
(116,126,124)
#6A7371
(106,115,113)
#606866
(96,104,102)
#565D5B
(86,93,91)
#4C5250
(76,82,80)
#424745
(66,71,69)
#383C3A
(56,60,58)
#2E312F
(46,49,47)
#242624
(36,38,36)
#1A1B19
(26,27,25)
#10100E
(16,16,14)
#000000
(0,0,0)

Tints of #747E7C

#747E7C
(116,126,124)
#808987
(128,137,135)
#8C9492
(140,148,146)
#989F9D
(152,159,157)
#A4AAA8
(164,170,168)
#B0B5B3
(176,181,179)
#BCC0BE
(188,192,190)
#C8CBC9
(200,203,201)
#D4D6D4
(212,214,212)
#E0E1DF
(224,225,223)
#ECECEA
(236,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #747E7C; }

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

This text font color is #747E7C.

Background Color

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

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

This div background color is #747E7C.

Border color

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

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

This div border color is #747E7C.

Opacity

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

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

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

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

This text has shadow with #747E7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #747E7C.

Preview

Color preview on black background

This text has color #747E7C on black background.


Color preview on white background

This text has color #747E7C on white background.


Black color preview on #747E7C background

This text has black color on #747E7C background.


White color preview on #747E7C background

This text has white color on #747E7C background.


Related colors

Complementary color

Complementary color for #hex is #8B8183.


I love getcolorcode.com

Triadic colors

1 #7C747E and #7E7C74 with #747E7C are triadic colors.

2 #7C7E74 and #7E747C with #747E7C are triadic colors.