COLOR #747A83

HEX: #747A83
RGB: (116,122,131)

Color info

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

RGB color model

#747A83 color RGB value is (116,122,131).

  • red value is 116;
  • green value is 122;
  • blue value is 131.
RGB:
(116,122,131)
(45%,48%,51%)

RGB channels and saturation

R 116 of 255 = 45%
G 122 of 255 = 48%
B 131 of 255 = 51%

116
122
131

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

Portions of RGB colors in percentages

R + G + B =
116 + 122 + 131 = 369 (100%)
R 116 of 369 ~ 31.44%
G 122 of 369 ~ 33.06%
B 131 of 369 ~ 35.5%

%31.44
%33.06
%35.5

CMYK color model

#747A83 color CMYK value is (11,7,0,49).

  • cyan value is 11.45%
  • magenta value is 6.87%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(11,7,0,49)
C11M7Y0K49 
(11%,7%,0%,49%)
(0.11/0.07/0.00/0.49)	

CMYK percentages

%11.45
%6.87
%0
%48.63

Codes

Color #747A83 in popluar color models

747A83
RGB116122131
HSL216°6.07%48.43%
HSB/HSV216°11.45%51.37%
CMYK11.45%6.87%0.00%
48.63%

Color #747A83 in popluar number systems.

HEX747A83
Decimal116122131
Binary1110100111101010000011
Octal164172203

Shades and tints

Shades of #747A83

#747A83
(116,122,131)
#6A6F78
(106,111,120)
#60646D
(96,100,109)
#565962
(86,89,98)
#4C4E57
(76,78,87)
#42434C
(66,67,76)
#383841
(56,56,65)
#2E2D36
(46,45,54)
#24222B
(36,34,43)
#1A1720
(26,23,32)
#100C15
(16,12,21)
#000000
(0,0,0)

Tints of #747A83

#747A83
(116,122,131)
#80868E
(128,134,142)
#8C9299
(140,146,153)
#989EA4
(152,158,164)
#A4AAAF
(164,170,175)
#B0B6BA
(176,182,186)
#BCC2C5
(188,194,197)
#C8CED0
(200,206,208)
#D4DADB
(212,218,219)
#E0E6E6
(224,230,230)
#ECF2F1
(236,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #747A83 color. Also use rgb(116,122,131) instead hex code.

Text Font Color

.myTextColor { color: #747A83; }

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

This text font color is #747A83.


Background Color

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

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

This div background color is #747A83.


Border color

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

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

This div border color is #747A83.


Opacity

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

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

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

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

This text has shadow with #747A83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747A83 on black background.


Color preview on white background

This text has color #747A83 on white background.



Black color preview on #747A83 background

This text has black color on #747A83 background.


White color preview on #747A83 background

This text has white color on #747A83 background.