COLOR #747980

HEX: #747980
RGB: (116,121,128)

Color info

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

RGB color model

#747980 color RGB value is (116,121,128).

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

RGB channels and saturation

R 116 of 255 = 45%
G 121 of 255 = 47%
B 128 of 255 = 50%

116
121
128

R + G + B ~ 47%. #747980 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 121 + 128 = 365 (100%)
R 116 of 365 ~ 31.78%
G 121 of 365 ~ 33.15%
B 128 of 365 ~ 35.07%

%31.78
%33.15
%35.07

CMYK color model

#747980 color CMYK value is (9,5,0,50).

  • cyan value is 9.38%
  • magenta value is 5.47%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(9,5,0,50)
C9M5Y0K50 
(9%,5%,0%,50%)
(0.09/0.05/0.00/0.50)	

CMYK percentages

%9.38
%5.47
%0
%49.8

Codes

Color #747980 in popluar color models

747980
RGB116121128
HSL215°4.92%47.84%
HSB/HSV215°9.38%50.20%
CMYK9.38%5.47%0.00%
49.80%

Color #747980 in popluar number systems.

HEX747980
Decimal116121128
Binary1110100111100110000000
Octal164171200

Shades and tints

Shades of #747980

#747980
(116,121,128)
#6A6E75
(106,110,117)
#60636A
(96,99,106)
#56585F
(86,88,95)
#4C4D54
(76,77,84)
#424249
(66,66,73)
#38373E
(56,55,62)
#2E2C33
(46,44,51)
#242128
(36,33,40)
#1A161D
(26,22,29)
#100B12
(16,11,18)
#000000
(0,0,0)

Tints of #747980

#747980
(116,121,128)
#80858B
(128,133,139)
#8C9196
(140,145,150)
#989DA1
(152,157,161)
#A4A9AC
(164,169,172)
#B0B5B7
(176,181,183)
#BCC1C2
(188,193,194)
#C8CDCD
(200,205,205)
#D4D9D8
(212,217,216)
#E0E5E3
(224,229,227)
#ECF1EE
(236,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #747980; }

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

This text font color is #747980.


Background Color

.myBgColor { background-color: #747980; }

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

This div background color is #747980.


Border color

.myBorderColor { border: 1px solid #747980; }

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

This div border color is #747980.


Opacity

.myOpacity80 { color: #747980; opacity: 0.8; }

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

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

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

This text has shadow with #747980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747980 on black background.


Color preview on white background

This text has color #747980 on white background.



Black color preview on #747980 background

This text has black color on #747980 background.


White color preview on #747980 background

This text has white color on #747980 background.