COLOR #747F7B

HEX: #747F7B RGB: (116,127,123)

Color info

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

RGB color model

#747F7B color RGB value is (116,127,123).

RGB: (116,127,123) (45%, 50%, 48%)

RGB channels and saturation

R 116 of 255 = 45%
G 127 of 255 = 50%
B 123 of 255 = 48%

116
127
123

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

Portions of RGB colors in percentages

R + G + B = 116 + 127 + 123 = 366 (100%)
R 116 of 366 ~ 31.69%
G 127 of 366 ~ 34.7%
B 123 of 366 ~ 33.61'%

%31.69
%34.7
%33.61

CMYK color model

#747F7B color CMYK value is (9,0,3,50).

  • cyan value is 8.66%
  • magenta value is 0.00%
  • yellow value is 3.15%
  • key color value is 50.20%

CMYK: (9,0,3,50)
C9M0Y3K50 (9%, 0%, 3%, 50%)
(0.09 / 0.00 / 0.03 / 0.50)

CMYK percentages

%8.66
%0
%3.15
%50.2

Codes

Color #747F7B in popluar color models

74 7F 7B
RGB 116 127 123
HSL 158° 4.53% 47.65%
HSB/HSV 158° 8.66% 49.80%
CMYK 8.66% 0.00% 3.15%
50.20%

Color #747F7B in popluar number systems.

HEX 74 7F 7B
Decimal 116 127 123
Binary 1110100 1111111 1111011
Octal 164 177 173

Shades and tints

Shades of #747F7B

#747F7B
(116,127,123)
#6A7470
(106,116,112)
#606965
(96,105,101)
#565E5A
(86,94,90)
#4C534F
(76,83,79)
#424844
(66,72,68)
#383D39
(56,61,57)
#2E322E
(46,50,46)
#242723
(36,39,35)
#1A1C18
(26,28,24)
#10110D
(16,17,13)
#000000
(0,0,0)

Tints of #747F7B

#747F7B
(116,127,123)
#808A87
(128,138,135)
#8C9593
(140,149,147)
#98A09F
(152,160,159)
#A4ABAB
(164,171,171)
#B0B6B7
(176,182,183)
#BCC1C3
(188,193,195)
#C8CCCF
(200,204,207)
#D4D7DB
(212,215,219)
#E0E2E7
(224,226,231)
#ECEDF3
(236,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #747F7B; }

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

This text font color is #747F7B.

Background Color

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

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

This div background color is #747F7B.

Border color

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

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

This div border color is #747F7B.

Opacity

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

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

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

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

This text has shadow with #747F7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #747F7B.

Preview

Color preview on black background

This text has color #747F7B on black background.


Color preview on white background

This text has color #747F7B on white background.


Black color preview on #747F7B background

This text has black color on #747F7B background.


White color preview on #747F7B background

This text has white color on #747F7B background.


Related colors

Complementary color

Complementary color for #hex is #8B8084.


I love getcolorcode.com

Triadic colors

1 #7B747F and #7F7B74 with #747F7B are triadic colors.

2 #7B7F74 and #7F747B with #747F7B are triadic colors.