COLOR #747A6F

HEX: #747A6F
RGB: (116,122,111)

Color info

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

RGB color model

#747A6F color RGB value is (116,122,111).

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

RGB channels and saturation

R 116 of 255 = 45%
G 122 of 255 = 48%
B 111 of 255 = 44%

116
122
111

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

Portions of RGB colors in percentages

R + G + B =
116 + 122 + 111 = 349 (100%)
R 116 of 349 ~ 33.24%
G 122 of 349 ~ 34.96%
B 111 of 349 ~ 31.81%

%33.24
%34.96
%31.81

CMYK color model

#747A6F color CMYK value is (5,0,9,52).

  • cyan value is 4.92%
  • magenta value is 0.00%
  • yellow value is 9.02%
  • key color value is 52.16%
CMYK:
(5,0,9,52)
C5M0Y9K52 
(5%,0%,9%,52%)
(0.05/0.00/0.09/0.52)	

CMYK percentages

%4.92
%0
%9.02
%52.16

Codes

Color #747A6F in popluar color models

747A6F
RGB116122111
HSL93°4.72%45.69%
HSB/HSV93°9.02%47.84%
CMYK4.92%0.00%9.02%
52.16%

Color #747A6F in popluar number systems.

HEX747A6F
Decimal116122111
Binary111010011110101101111
Octal164172157

Shades and tints

Shades of #747A6F

#747A6F
(116,122,111)
#6A6F65
(106,111,101)
#60645B
(96,100,91)
#565951
(86,89,81)
#4C4E47
(76,78,71)
#42433D
(66,67,61)
#383833
(56,56,51)
#2E2D29
(46,45,41)
#24221F
(36,34,31)
#1A1715
(26,23,21)
#100C0B
(16,12,11)
#000000
(0,0,0)

Tints of #747A6F

#747A6F
(116,122,111)
#80867C
(128,134,124)
#8C9289
(140,146,137)
#989E96
(152,158,150)
#A4AAA3
(164,170,163)
#B0B6B0
(176,182,176)
#BCC2BD
(188,194,189)
#C8CECA
(200,206,202)
#D4DAD7
(212,218,215)
#E0E6E4
(224,230,228)
#ECF2F1
(236,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #747A6F; }

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

This text font color is #747A6F.


Background Color

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

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

This div background color is #747A6F.


Border color

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

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

This div border color is #747A6F.


Opacity

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

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

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

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

This text has shadow with #747A6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747A6F on black background.


Color preview on white background

This text has color #747A6F on white background.



Black color preview on #747A6F background

This text has black color on #747A6F background.


White color preview on #747A6F background

This text has white color on #747A6F background.