COLOR #747A6D

HEX: #747A6D
RGB: (116,122,109)

Color info

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

RGB color model

#747A6D color RGB value is (116,122,109).

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

RGB channels and saturation

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

116
122
109

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

Portions of RGB colors in percentages

R + G + B =
116 + 122 + 109 = 347 (100%)
R 116 of 347 ~ 33.43%
G 122 of 347 ~ 35.16%
B 109 of 347 ~ 31.41%

%33.43
%35.16
%31.41

CMYK color model

#747A6D color CMYK value is (5,0,11,52).

  • cyan value is 4.92%
  • magenta value is 0.00%
  • yellow value is 10.66%
  • key color value is 52.16%
CMYK:
(5,0,11,52)
C5M0Y11K52 
(5%,0%,11%,52%)
(0.05/0.00/0.11/0.52)	

CMYK percentages

%4.92
%0
%10.66
%52.16

Codes

Color #747A6D in popluar color models

747A6D
RGB116122109
HSL88°5.63%45.29%
HSB/HSV88°10.66%47.84%
CMYK4.92%0.00%10.66%
52.16%

Color #747A6D in popluar number systems.

HEX747A6D
Decimal116122109
Binary111010011110101101101
Octal164172155

Shades and tints

Shades of #747A6D

#747A6D
(116,122,109)
#6A6F64
(106,111,100)
#60645B
(96,100,91)
#565952
(86,89,82)
#4C4E49
(76,78,73)
#424340
(66,67,64)
#383837
(56,56,55)
#2E2D2E
(46,45,46)
#242225
(36,34,37)
#1A171C
(26,23,28)
#100C13
(16,12,19)
#000000
(0,0,0)

Tints of #747A6D

#747A6D
(116,122,109)
#80867A
(128,134,122)
#8C9287
(140,146,135)
#989E94
(152,158,148)
#A4AAA1
(164,170,161)
#B0B6AE
(176,182,174)
#BCC2BB
(188,194,187)
#C8CEC8
(200,206,200)
#D4DAD5
(212,218,213)
#E0E6E2
(224,230,226)
#ECF2EF
(236,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #747A6D; }

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

This text font color is #747A6D.


Background Color

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

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

This div background color is #747A6D.


Border color

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

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

This div border color is #747A6D.


Opacity

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

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

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

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

This text has shadow with #747A6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747A6D on black background.


Color preview on white background

This text has color #747A6D on white background.



Black color preview on #747A6D background

This text has black color on #747A6D background.


White color preview on #747A6D background

This text has white color on #747A6D background.