COLOR #747677

HEX: #747677
RGB: (116,118,119)

Color info

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

RGB color model

#747677 color RGB value is (116,118,119).

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

RGB channels and saturation

R 116 of 255 = 45%
G 118 of 255 = 46%
B 119 of 255 = 47%

116
118
119

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

Portions of RGB colors in percentages

R + G + B =
116 + 118 + 119 = 353 (100%)
R 116 of 353 ~ 32.86%
G 118 of 353 ~ 33.43%
B 119 of 353 ~ 33.71%

%32.86
%33.43
%33.71

CMYK color model

#747677 color CMYK value is (3,1,0,53).

  • cyan value is 2.52%
  • magenta value is 0.84%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(3,1,0,53)
C3M1Y0K53 
(3%,1%,0%,53%)
(0.03/0.01/0.00/0.53)	

CMYK percentages

%2.52
%0.84
%0
%53.33

Codes

Color #747677 in popluar color models

747677
RGB116118119
HSL200°1.28%46.08%
HSB/HSV200°2.52%46.67%
CMYK2.52%0.84%0.00%
53.33%

Color #747677 in popluar number systems.

HEX747677
Decimal116118119
Binary111010011101101110111
Octal164166167

Shades and tints

Shades of #747677

#747677
(116,118,119)
#6A6C6D
(106,108,109)
#606263
(96,98,99)
#565859
(86,88,89)
#4C4E4F
(76,78,79)
#424445
(66,68,69)
#383A3B
(56,58,59)
#2E3031
(46,48,49)
#242627
(36,38,39)
#1A1C1D
(26,28,29)
#101213
(16,18,19)
#000000
(0,0,0)

Tints of #747677

#747677
(116,118,119)
#808283
(128,130,131)
#8C8E8F
(140,142,143)
#989A9B
(152,154,155)
#A4A6A7
(164,166,167)
#B0B2B3
(176,178,179)
#BCBEBF
(188,190,191)
#C8CACB
(200,202,203)
#D4D6D7
(212,214,215)
#E0E2E3
(224,226,227)
#ECEEEF
(236,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #747677; }

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

This text font color is #747677.


Background Color

.myBgColor { background-color: #747677; }

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

This div background color is #747677.


Border color

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

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

This div border color is #747677.


Opacity

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

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

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

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

This text has shadow with #747677 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747677 on black background.


Color preview on white background

This text has color #747677 on white background.



Black color preview on #747677 background

This text has black color on #747677 background.


White color preview on #747677 background

This text has white color on #747677 background.