COLOR #747C70

HEX: #747C70
RGB: (116,124,112)

Color info

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

RGB color model

#747C70 color RGB value is (116,124,112).

  • red value is 116;
  • green value is 124;
  • blue value is 112.
RGB:
(116,124,112)
(45%,49%,44%)

RGB channels and saturation

R 116 of 255 = 45%
G 124 of 255 = 49%
B 112 of 255 = 44%

116
124
112

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

Portions of RGB colors in percentages

R + G + B =
116 + 124 + 112 = 352 (100%)
R 116 of 352 ~ 32.95%
G 124 of 352 ~ 35.23%
B 112 of 352 ~ 31.82%

%32.95
%35.23
%31.82

CMYK color model

#747C70 color CMYK value is (6,0,10,51).

  • cyan value is 6.45%
  • magenta value is 0.00%
  • yellow value is 9.68%
  • key color value is 51.37%
CMYK:
(6,0,10,51)
C6M0Y10K51 
(6%,0%,10%,51%)
(0.06/0.00/0.10/0.51)	

CMYK percentages

%6.45
%0
%9.68
%51.37

Codes

Color #747C70 in popluar color models

747C70
RGB116124112
HSL100°5.08%46.27%
HSB/HSV100°9.68%48.63%
CMYK6.45%0.00%9.68%
51.37%

Color #747C70 in popluar number systems.

HEX747C70
Decimal116124112
Binary111010011111001110000
Octal164174160

Shades and tints

Shades of #747C70

#747C70
(116,124,112)
#6A7166
(106,113,102)
#60665C
(96,102,92)
#565B52
(86,91,82)
#4C5048
(76,80,72)
#42453E
(66,69,62)
#383A34
(56,58,52)
#2E2F2A
(46,47,42)
#242420
(36,36,32)
#1A1916
(26,25,22)
#100E0C
(16,14,12)
#000000
(0,0,0)

Tints of #747C70

#747C70
(116,124,112)
#80877D
(128,135,125)
#8C928A
(140,146,138)
#989D97
(152,157,151)
#A4A8A4
(164,168,164)
#B0B3B1
(176,179,177)
#BCBEBE
(188,190,190)
#C8C9CB
(200,201,203)
#D4D4D8
(212,212,216)
#E0DFE5
(224,223,229)
#ECEAF2
(236,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #747C70 color. Also use rgb(116,124,112) instead hex code.

Text Font Color

.myTextColor { color: #747C70; }

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

This text font color is #747C70.


Background Color

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

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

This div background color is #747C70.


Border color

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

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

This div border color is #747C70.


Opacity

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

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

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

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

This text has shadow with #747C70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747C70 on black background.


Color preview on white background

This text has color #747C70 on white background.



Black color preview on #747C70 background

This text has black color on #747C70 background.


White color preview on #747C70 background

This text has white color on #747C70 background.