COLOR #747779

HEX: #747779
RGB: (116,119,121)

Color info

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

RGB color model

#747779 color RGB value is (116,119,121).

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

RGB channels and saturation

R 116 of 255 = 45%
G 119 of 255 = 47%
B 121 of 255 = 47%

116
119
121

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

Portions of RGB colors in percentages

R + G + B =
116 + 119 + 121 = 356 (100%)
R 116 of 356 ~ 32.58%
G 119 of 356 ~ 33.43%
B 121 of 356 ~ 33.99%

%32.58
%33.43
%33.99

CMYK color model

#747779 color CMYK value is (4,2,0,53).

  • cyan value is 4.13%
  • magenta value is 1.65%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(4,2,0,53)
C4M2Y0K53 
(4%,2%,0%,53%)
(0.04/0.02/0.00/0.53)	

CMYK percentages

%4.13
%1.65
%0
%52.55

Codes

Color #747779 in popluar color models

747779
RGB116119121
HSL204°2.11%46.47%
HSB/HSV204°4.13%47.45%
CMYK4.13%1.65%0.00%
52.55%

Color #747779 in popluar number systems.

HEX747779
Decimal116119121
Binary111010011101111111001
Octal164167171

Shades and tints

Shades of #747779

#747779
(116,119,121)
#6A6D6E
(106,109,110)
#606363
(96,99,99)
#565958
(86,89,88)
#4C4F4D
(76,79,77)
#424542
(66,69,66)
#383B37
(56,59,55)
#2E312C
(46,49,44)
#242721
(36,39,33)
#1A1D16
(26,29,22)
#10130B
(16,19,11)
#000000
(0,0,0)

Tints of #747779

#747779
(116,119,121)
#808385
(128,131,133)
#8C8F91
(140,143,145)
#989B9D
(152,155,157)
#A4A7A9
(164,167,169)
#B0B3B5
(176,179,181)
#BCBFC1
(188,191,193)
#C8CBCD
(200,203,205)
#D4D7D9
(212,215,217)
#E0E3E5
(224,227,229)
#ECEFF1
(236,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #747779; }

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

This text font color is #747779.


Background Color

.myBgColor { background-color: #747779; }

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

This div background color is #747779.


Border color

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

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

This div border color is #747779.


Opacity

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

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

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

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

This text has shadow with #747779 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747779 on black background.


Color preview on white background

This text has color #747779 on white background.



Black color preview on #747779 background

This text has black color on #747779 background.


White color preview on #747779 background

This text has white color on #747779 background.