COLOR #747E80

HEX: #747E80
RGB: (116,126,128)

Color info

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

RGB color model

#747E80 color RGB value is (116,126,128).

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

RGB channels and saturation

R 116 of 255 = 45%
G 126 of 255 = 49%
B 128 of 255 = 50%

116
126
128

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

Portions of RGB colors in percentages

R + G + B =
116 + 126 + 128 = 370 (100%)
R 116 of 370 ~ 31.35%
G 126 of 370 ~ 34.05%
B 128 of 370 ~ 34.59%

%31.35
%34.05
%34.59

CMYK color model

#747E80 color CMYK value is (9,2,0,50).

  • cyan value is 9.38%
  • magenta value is 1.56%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(9,2,0,50)
C9M2Y0K50 
(9%,2%,0%,50%)
(0.09/0.02/0.00/0.50)	

CMYK percentages

%9.38
%1.56
%0
%49.8

Codes

Color #747E80 in popluar color models

747E80
RGB116126128
HSL190°4.92%47.84%
HSB/HSV190°9.38%50.20%
CMYK9.38%1.56%0.00%
49.80%

Color #747E80 in popluar number systems.

HEX747E80
Decimal116126128
Binary1110100111111010000000
Octal164176200

Shades and tints

Shades of #747E80

#747E80
(116,126,128)
#6A7375
(106,115,117)
#60686A
(96,104,106)
#565D5F
(86,93,95)
#4C5254
(76,82,84)
#424749
(66,71,73)
#383C3E
(56,60,62)
#2E3133
(46,49,51)
#242628
(36,38,40)
#1A1B1D
(26,27,29)
#101012
(16,16,18)
#000000
(0,0,0)

Tints of #747E80

#747E80
(116,126,128)
#80898B
(128,137,139)
#8C9496
(140,148,150)
#989FA1
(152,159,161)
#A4AAAC
(164,170,172)
#B0B5B7
(176,181,183)
#BCC0C2
(188,192,194)
#C8CBCD
(200,203,205)
#D4D6D8
(212,214,216)
#E0E1E3
(224,225,227)
#ECECEE
(236,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #747E80; }

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

This text font color is #747E80.


Background Color

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

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

This div background color is #747E80.


Border color

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

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

This div border color is #747E80.


Opacity

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

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

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

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

This text has shadow with #747E80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747E80 on black background.


Color preview on white background

This text has color #747E80 on white background.



Black color preview on #747E80 background

This text has black color on #747E80 background.


White color preview on #747E80 background

This text has white color on #747E80 background.