COLOR #747480

HEX: #747480
RGB: (116,116,128)

Color info

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

RGB color model

#747480 color RGB value is (116,116,128).

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

RGB channels and saturation

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

116
116
128

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

Portions of RGB colors in percentages

R + G + B =
116 + 116 + 128 = 360 (100%)
R 116 of 360 ~ 32.22%
G 116 of 360 ~ 32.22%
B 128 of 360 ~ 35.56%

%32.22
%32.22
%35.56

CMYK color model

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

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

CMYK percentages

%9.38
%9.38
%0
%49.8

Codes

Color #747480 in popluar color models

747480
RGB116116128
HSL240°4.92%47.84%
HSB/HSV240°9.38%50.20%
CMYK9.38%9.38%0.00%
49.80%

Color #747480 in popluar number systems.

HEX747480
Decimal116116128
Binary1110100111010010000000
Octal164164200

Shades and tints

Shades of #747480

#747480
(116,116,128)
#6A6A75
(106,106,117)
#60606A
(96,96,106)
#56565F
(86,86,95)
#4C4C54
(76,76,84)
#424249
(66,66,73)
#38383E
(56,56,62)
#2E2E33
(46,46,51)
#242428
(36,36,40)
#1A1A1D
(26,26,29)
#101012
(16,16,18)
#000000
(0,0,0)

Tints of #747480

#747480
(116,116,128)
#80808B
(128,128,139)
#8C8C96
(140,140,150)
#9898A1
(152,152,161)
#A4A4AC
(164,164,172)
#B0B0B7
(176,176,183)
#BCBCC2
(188,188,194)
#C8C8CD
(200,200,205)
#D4D4D8
(212,212,216)
#E0E0E3
(224,224,227)
#ECECEE
(236,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #747480; }

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

This text font color is #747480.


Background Color

.myBgColor { background-color: #747480; }

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

This div background color is #747480.


Border color

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

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

This div border color is #747480.


Opacity

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

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

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

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

This text has shadow with #747480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747480 on black background.


Color preview on white background

This text has color #747480 on white background.



Black color preview on #747480 background

This text has black color on #747480 background.


White color preview on #747480 background

This text has white color on #747480 background.