COLOR #747E75

HEX: #747E75
RGB: (116,126,117)

Color info

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

RGB color model

#747E75 color RGB value is (116,126,117).

  • red value is 116;
  • green value is 126;
  • blue value is 117.
RGB:
(116,126,117)
(45%,49%,46%)

RGB channels and saturation

R 116 of 255 = 45%
G 126 of 255 = 49%
B 117 of 255 = 46%

116
126
117

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

Portions of RGB colors in percentages

R + G + B =
116 + 126 + 117 = 359 (100%)
R 116 of 359 ~ 32.31%
G 126 of 359 ~ 35.1%
B 117 of 359 ~ 32.59%

%32.31
%35.1
%32.59

CMYK color model

#747E75 color CMYK value is (8,0,7,51).

  • cyan value is 7.94%
  • magenta value is 0.00%
  • yellow value is 7.14%
  • key color value is 50.59%
CMYK:
(8,0,7,51)
C8M0Y7K51 
(8%,0%,7%,51%)
(0.08/0.00/0.07/0.51)	

CMYK percentages

%7.94
%0
%7.14
%50.59

Codes

Color #747E75 in popluar color models

747E75
RGB116126117
HSL126°4.13%47.45%
HSB/HSV126°7.94%49.41%
CMYK7.94%0.00%7.14%
50.59%

Color #747E75 in popluar number systems.

HEX747E75
Decimal116126117
Binary111010011111101110101
Octal164176165

Shades and tints

Shades of #747E75

#747E75
(116,126,117)
#6A736B
(106,115,107)
#606861
(96,104,97)
#565D57
(86,93,87)
#4C524D
(76,82,77)
#424743
(66,71,67)
#383C39
(56,60,57)
#2E312F
(46,49,47)
#242625
(36,38,37)
#1A1B1B
(26,27,27)
#101011
(16,16,17)
#000000
(0,0,0)

Tints of #747E75

#747E75
(116,126,117)
#808981
(128,137,129)
#8C948D
(140,148,141)
#989F99
(152,159,153)
#A4AAA5
(164,170,165)
#B0B5B1
(176,181,177)
#BCC0BD
(188,192,189)
#C8CBC9
(200,203,201)
#D4D6D5
(212,214,213)
#E0E1E1
(224,225,225)
#ECECED
(236,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #747E75; }

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

This text font color is #747E75.


Background Color

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

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

This div background color is #747E75.


Border color

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

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

This div border color is #747E75.


Opacity

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

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

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

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

This text has shadow with #747E75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747E75 on black background.


Color preview on white background

This text has color #747E75 on white background.



Black color preview on #747E75 background

This text has black color on #747E75 background.


White color preview on #747E75 background

This text has white color on #747E75 background.