COLOR #747E87

HEX: #747E87 RGB: (116,126,135)

Color info

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

RGB color model

#747E87 color RGB value is (116,126,135).

RGB: (116,126,135) (45%, 49%, 53%)

RGB channels and saturation

R 116 of 255 = 45%
G 126 of 255 = 49%
B 135 of 255 = 53%

116
126
135

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

Portions of RGB colors in percentages

R + G + B = 116 + 126 + 135 = 377 (100%)
R 116 of 377 ~ 30.77%
G 126 of 377 ~ 33.42%
B 135 of 377 ~ 35.81'%

%30.77
%33.42
%35.81

CMYK color model

#747E87 color CMYK value is (14,7,0,47).

  • cyan value is 14.07%
  • magenta value is 6.67%
  • yellow value is 0.00%
  • key color value is 47.06%

CMYK: (14,7,0,47)
C14M7Y0K47 (14%, 7%, 0%, 47%)
(0.14 / 0.07 / 0.00 / 0.47)

CMYK percentages

%14.07
%6.67
%0
%47.06

Codes

Color #747E87 in popluar color models

74 7E 87
RGB 116 126 135
HSL 208° 7.57% 49.22%
HSB/HSV 208° 14.07% 52.94%
CMYK 14.07% 6.67% 0.00%
47.06%

Color #747E87 in popluar number systems.

HEX 74 7E 87
Decimal 116 126 135
Binary 1110100 1111110 10000111
Octal 164 176 207

Shades and tints

Shades of #747E87

#747E87
(116,126,135)
#6A737B
(106,115,123)
#60686F
(96,104,111)
#565D63
(86,93,99)
#4C5257
(76,82,87)
#42474B
(66,71,75)
#383C3F
(56,60,63)
#2E3133
(46,49,51)
#242627
(36,38,39)
#1A1B1B
(26,27,27)
#10100F
(16,16,15)
#000000
(0,0,0)

Tints of #747E87

#747E87
(116,126,135)
#808991
(128,137,145)
#8C949B
(140,148,155)
#989FA5
(152,159,165)
#A4AAAF
(164,170,175)
#B0B5B9
(176,181,185)
#BCC0C3
(188,192,195)
#C8CBCD
(200,203,205)
#D4D6D7
(212,214,215)
#E0E1E1
(224,225,225)
#ECECEB
(236,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #747E87 color. Also use rgb(116,126,135) instead hex code.

Text Font Color

.myTextColor { color: #747E87; }

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

This text font color is #747E87.

Background Color

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

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

This div background color is #747E87.

Border color

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

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

This div border color is #747E87.

Opacity

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

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

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

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

This text has shadow with #747E87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #747E87.

Preview

Color preview on black background

This text has color #747E87 on black background.


Color preview on white background

This text has color #747E87 on white background.


Black color preview on #747E87 background

This text has black color on #747E87 background.


White color preview on #747E87 background

This text has white color on #747E87 background.


Related colors

Complementary color

Complementary color for #hex is #8B8178.


I love getcolorcode.com

Triadic colors

1 #87747E and #7E8774 with #747E87 are triadic colors.

2 #877E74 and #7E7487 with #747E87 are triadic colors.