COLOR #747180

HEX: #747180
RGB: (116,113,128)

Color info

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

RGB color model

#747180 color RGB value is (116,113,128).

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

RGB channels and saturation

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

116
113
128

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

Portions of RGB colors in percentages

R + G + B =
116 + 113 + 128 = 357 (100%)
R 116 of 357 ~ 32.49%
G 113 of 357 ~ 31.65%
B 128 of 357 ~ 35.85%

%32.49
%31.65
%35.85

CMYK color model

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

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

CMYK percentages

%9.38
%11.72
%0
%49.8

Codes

Color #747180 in popluar color models

747180
RGB116113128
HSL252°6.22%47.25%
HSB/HSV252°11.72%50.20%
CMYK9.38%11.72%0.00%
49.80%

Color #747180 in popluar number systems.

HEX747180
Decimal116113128
Binary1110100111000110000000
Octal164161200

Shades and tints

Shades of #747180

#747180
(116,113,128)
#6A6775
(106,103,117)
#605D6A
(96,93,106)
#56535F
(86,83,95)
#4C4954
(76,73,84)
#423F49
(66,63,73)
#38353E
(56,53,62)
#2E2B33
(46,43,51)
#242128
(36,33,40)
#1A171D
(26,23,29)
#100D12
(16,13,18)
#000000
(0,0,0)

Tints of #747180

#747180
(116,113,128)
#807D8B
(128,125,139)
#8C8996
(140,137,150)
#9895A1
(152,149,161)
#A4A1AC
(164,161,172)
#B0ADB7
(176,173,183)
#BCB9C2
(188,185,194)
#C8C5CD
(200,197,205)
#D4D1D8
(212,209,216)
#E0DDE3
(224,221,227)
#ECE9EE
(236,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #747180; }

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

This text font color is #747180.


Background Color

.myBgColor { background-color: #747180; }

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

This div background color is #747180.


Border color

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

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

This div border color is #747180.


Opacity

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

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

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

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

This text has shadow with #747180 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747180 on black background.


Color preview on white background

This text has color #747180 on white background.



Black color preview on #747180 background

This text has black color on #747180 background.


White color preview on #747180 background

This text has white color on #747180 background.