COLOR #747882

HEX: #747882
RGB: (116,120,130)

Color info

#747882 contains red, green and blue colors in about the same proportion. Web safe color of #747882 is #666699 (or #669).

RGB color model

#747882 color RGB value is (116,120,130).

  • red value is 116;
  • green value is 120;
  • blue value is 130.
RGB:
(116,120,130)
(45%,47%,51%)

RGB channels and saturation

R 116 of 255 = 45%
G 120 of 255 = 47%
B 130 of 255 = 51%

116
120
130

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

Portions of RGB colors in percentages

R + G + B =
116 + 120 + 130 = 366 (100%)
R 116 of 366 ~ 31.69%
G 120 of 366 ~ 32.79%
B 130 of 366 ~ 35.52%

%31.69
%32.79
%35.52

CMYK color model

#747882 color CMYK value is (11,8,0,49).

  • cyan value is 10.77%
  • magenta value is 7.69%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(11,8,0,49)
C11M8Y0K49 
(11%,8%,0%,49%)
(0.11/0.08/0.00/0.49)	

CMYK percentages

%10.77
%7.69
%0
%49.02

Codes

Color #747882 in popluar color models

747882
RGB116120130
HSL223°5.69%48.24%
HSB/HSV223°10.77%50.98%
CMYK10.77%7.69%0.00%
49.02%

Color #747882 in popluar number systems.

HEX747882
Decimal116120130
Binary1110100111100010000010
Octal164170202

Shades and tints

Shades of #747882

#747882
(116,120,130)
#6A6E77
(106,110,119)
#60646C
(96,100,108)
#565A61
(86,90,97)
#4C5056
(76,80,86)
#42464B
(66,70,75)
#383C40
(56,60,64)
#2E3235
(46,50,53)
#24282A
(36,40,42)
#1A1E1F
(26,30,31)
#101414
(16,20,20)
#000000
(0,0,0)

Tints of #747882

#747882
(116,120,130)
#80848D
(128,132,141)
#8C9098
(140,144,152)
#989CA3
(152,156,163)
#A4A8AE
(164,168,174)
#B0B4B9
(176,180,185)
#BCC0C4
(188,192,196)
#C8CCCF
(200,204,207)
#D4D8DA
(212,216,218)
#E0E4E5
(224,228,229)
#ECF0F0
(236,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #747882; }

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

This text font color is #747882.


Background Color

.myBgColor { background-color: #747882; }

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

This div background color is #747882.


Border color

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

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

This div border color is #747882.


Opacity

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

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

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

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

This text has shadow with #747882 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747882 on black background.


Color preview on white background

This text has color #747882 on white background.



Black color preview on #747882 background

This text has black color on #747882 background.


White color preview on #747882 background

This text has white color on #747882 background.