COLOR #747F80

HEX: #747F80 RGB: (116,127,128)

Color info

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

RGB color model

#747F80 color RGB value is (116,127,128).

RGB: (116,127,128) (45%, 50%, 50%)

RGB channels and saturation

R 116 of 255 = 45%
G 127 of 255 = 50%
B 128 of 255 = 50%

116
127
128

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

Portions of RGB colors in percentages

R + G + B = 116 + 127 + 128 = 371 (100%)
R 116 of 371 ~ 31.27%
G 127 of 371 ~ 34.23%
B 128 of 371 ~ 34.5'%

%31.27
%34.23
%34.5

CMYK color model

#747F80 color CMYK value is (9,1,0,50).

  • cyan value is 9.38%
  • magenta value is 0.78%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK: (9,1,0,50) C9M1Y0K50 (9%,1%,0%,50%) (0.09/0.01/0.00/0.50) 

CMYK percentages

%9.38
%0.78
%0
%49.8

Codes

Color #747F80 in popluar color models

74 7F 80
RGB 116 127 128
HSL 185° 4.92% 47.84%
HSB/HSV 185° 9.38% 50.20%
CMYK 9.38% 0.78% 0.00%
49.80%

Color #747F80 in popluar number systems.

HEX 74 7F 80
Decimal 116 127 128
Binary 1110100 1111111 10000000
Octal 164 177 200

Shades and tints

Shades of #747F80

#747F80
(116,127,128)
#6A7475
(106,116,117)
#60696A
(96,105,106)
#565E5F
(86,94,95)
#4C5354
(76,83,84)
#424849
(66,72,73)
#383D3E
(56,61,62)
#2E3233
(46,50,51)
#242728
(36,39,40)
#1A1C1D
(26,28,29)
#101112
(16,17,18)
#000000
(0,0,0)

Tints of #747F80

#747F80
(116,127,128)
#808A8B
(128,138,139)
#8C9596
(140,149,150)
#98A0A1
(152,160,161)
#A4ABAC
(164,171,172)
#B0B6B7
(176,182,183)
#BCC1C2
(188,193,194)
#C8CCCD
(200,204,205)
#D4D7D8
(212,215,216)
#E0E2E3
(224,226,227)
#ECEDEE
(236,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #747F80; }

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

This text font color is #747F80.

Background Color

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

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

This div background color is #747F80.

Border color

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

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

This div border color is #747F80.

Opacity

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

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

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

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

This text has shadow with #747F80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #747F80.

Preview

Color preview on black background

This text has color #747F80 on black background.


Color preview on white background

This text has color #747F80 on white background.


Black color preview on #747F80 background

This text has black color on #747F80 background.


White color preview on #747F80 background

This text has white color on #747F80 background.


Related colors

Complementary color

Complementary color for #hex is #8B807F.


I love getcolorcode.com

Triadic colors

1 #80747F and #7F8074 with #747F80 are triadic colors.

2 #807F74 and #7F7480 with #747F80 are triadic colors.