COLOR #747D87

HEX: #747D87
RGB: (116,125,135)

Color info

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

RGB color model

#747D87 color RGB value is (116,125,135).

  • red value is 116;
  • green value is 125;
  • blue value is 135.
RGB:
(116,125,135)
(45%,49%,53%)

RGB channels and saturation

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

116
125
135

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

Portions of RGB colors in percentages

R + G + B =
116 + 125 + 135 = 376 (100%)
R 116 of 376 ~ 30.85%
G 125 of 376 ~ 33.24%
B 135 of 376 ~ 35.9%

%30.85
%33.24
%35.9

CMYK color model

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

  • cyan value is 14.07%
  • magenta value is 7.41%
  • 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
%7.41
%0
%47.06

Codes

Color #747D87 in popluar color models

747D87
RGB116125135
HSL212°7.57%49.22%
HSB/HSV212°14.07%52.94%
CMYK14.07%7.41%0.00%
47.06%

Color #747D87 in popluar number systems.

HEX747D87
Decimal116125135
Binary1110100111110110000111
Octal164175207

Shades and tints

Shades of #747D87

#747D87
(116,125,135)
#6A727B
(106,114,123)
#60676F
(96,103,111)
#565C63
(86,92,99)
#4C5157
(76,81,87)
#42464B
(66,70,75)
#383B3F
(56,59,63)
#2E3033
(46,48,51)
#242527
(36,37,39)
#1A1A1B
(26,26,27)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #747D87

#747D87
(116,125,135)
#808891
(128,136,145)
#8C939B
(140,147,155)
#989EA5
(152,158,165)
#A4A9AF
(164,169,175)
#B0B4B9
(176,180,185)
#BCBFC3
(188,191,195)
#C8CACD
(200,202,205)
#D4D5D7
(212,213,215)
#E0E0E1
(224,224,225)
#ECEBEB
(236,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #747D87; }

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

This text font color is #747D87.


Background Color

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

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

This div background color is #747D87.


Border color

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

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

This div border color is #747D87.


Opacity

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

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

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

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

This text has shadow with #747D87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747D87 on black background.


Color preview on white background

This text has color #747D87 on white background.



Black color preview on #747D87 background

This text has black color on #747D87 background.


White color preview on #747D87 background

This text has white color on #747D87 background.