COLOR #747B6D

HEX: #747B6D
RGB: (116,123,109)

Color info

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

RGB color model

#747B6D color RGB value is (116,123,109).

  • red value is 116;
  • green value is 123;
  • blue value is 109.
RGB:
(116,123,109)
(45%,48%,43%)

RGB channels and saturation

R 116 of 255 = 45%
G 123 of 255 = 48%
B 109 of 255 = 43%

116
123
109

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

Portions of RGB colors in percentages

R + G + B =
116 + 123 + 109 = 348 (100%)
R 116 of 348 ~ 33.33%
G 123 of 348 ~ 35.34%
B 109 of 348 ~ 31.32%

%33.33
%35.34
%31.32

CMYK color model

#747B6D color CMYK value is (6,0,11,52).

  • cyan value is 5.69%
  • magenta value is 0.00%
  • yellow value is 11.38%
  • key color value is 51.76%
CMYK:
(6,0,11,52)
C6M0Y11K52 
(6%,0%,11%,52%)
(0.06/0.00/0.11/0.52)	

CMYK percentages

%5.69
%0
%11.38
%51.76

Codes

Color #747B6D in popluar color models

747B6D
RGB116123109
HSL90°6.03%45.49%
HSB/HSV90°11.38%48.24%
CMYK5.69%0.00%11.38%
51.76%

Color #747B6D in popluar number systems.

HEX747B6D
Decimal116123109
Binary111010011110111101101
Octal164173155

Shades and tints

Shades of #747B6D

#747B6D
(116,123,109)
#6A7064
(106,112,100)
#60655B
(96,101,91)
#565A52
(86,90,82)
#4C4F49
(76,79,73)
#424440
(66,68,64)
#383937
(56,57,55)
#2E2E2E
(46,46,46)
#242325
(36,35,37)
#1A181C
(26,24,28)
#100D13
(16,13,19)
#000000
(0,0,0)

Tints of #747B6D

#747B6D
(116,123,109)
#80877A
(128,135,122)
#8C9387
(140,147,135)
#989F94
(152,159,148)
#A4ABA1
(164,171,161)
#B0B7AE
(176,183,174)
#BCC3BB
(188,195,187)
#C8CFC8
(200,207,200)
#D4DBD5
(212,219,213)
#E0E7E2
(224,231,226)
#ECF3EF
(236,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #747B6D; }

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

This text font color is #747B6D.


Background Color

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

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

This div background color is #747B6D.


Border color

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

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

This div border color is #747B6D.


Opacity

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

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

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

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

This text has shadow with #747B6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747B6D on black background.


Color preview on white background

This text has color #747B6D on white background.



Black color preview on #747B6D background

This text has black color on #747B6D background.


White color preview on #747B6D background

This text has white color on #747B6D background.