COLOR #747A6C

HEX: #747A6C
RGB: (116,122,108)

Color info

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

RGB color model

#747A6C color RGB value is (116,122,108).

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

RGB channels and saturation

R 116 of 255 = 45%
G 122 of 255 = 48%
B 108 of 255 = 42%

116
122
108

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

Portions of RGB colors in percentages

R + G + B =
116 + 122 + 108 = 346 (100%)
R 116 of 346 ~ 33.53%
G 122 of 346 ~ 35.26%
B 108 of 346 ~ 31.21%

%33.53
%35.26
%31.21

CMYK color model

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

  • cyan value is 4.92%
  • magenta value is 0.00%
  • yellow value is 11.48%
  • 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
%11.48
%52.16

Codes

Color #747A6C in popluar color models

747A6C
RGB116122108
HSL86°6.09%45.10%
HSB/HSV86°11.48%47.84%
CMYK4.92%0.00%11.48%
52.16%

Color #747A6C in popluar number systems.

HEX747A6C
Decimal116122108
Binary111010011110101101100
Octal164172154

Shades and tints

Shades of #747A6C

#747A6C
(116,122,108)
#6A6F63
(106,111,99)
#60645A
(96,100,90)
#565951
(86,89,81)
#4C4E48
(76,78,72)
#42433F
(66,67,63)
#383836
(56,56,54)
#2E2D2D
(46,45,45)
#242224
(36,34,36)
#1A171B
(26,23,27)
#100C12
(16,12,18)
#000000
(0,0,0)

Tints of #747A6C

#747A6C
(116,122,108)
#808679
(128,134,121)
#8C9286
(140,146,134)
#989E93
(152,158,147)
#A4AAA0
(164,170,160)
#B0B6AD
(176,182,173)
#BCC2BA
(188,194,186)
#C8CEC7
(200,206,199)
#D4DAD4
(212,218,212)
#E0E6E1
(224,230,225)
#ECF2EE
(236,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #747A6C; }

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

This text font color is #747A6C.


Background Color

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

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

This div background color is #747A6C.


Border color

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

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

This div border color is #747A6C.


Opacity

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

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

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

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

This text has shadow with #747A6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747A6C on black background.


Color preview on white background

This text has color #747A6C on white background.



Black color preview on #747A6C background

This text has black color on #747A6C background.


White color preview on #747A6C background

This text has white color on #747A6C background.