COLOR #747D72

HEX: #747D72
RGB: (116,125,114)

Color info

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

RGB color model

#747D72 color RGB value is (116,125,114).

  • red value is 116;
  • green value is 125;
  • blue value is 114.
RGB:
(116,125,114)
(45%,49%,45%)

RGB channels and saturation

R 116 of 255 = 45%
G 125 of 255 = 49%
B 114 of 255 = 45%

116
125
114

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

Portions of RGB colors in percentages

R + G + B =
116 + 125 + 114 = 355 (100%)
R 116 of 355 ~ 32.68%
G 125 of 355 ~ 35.21%
B 114 of 355 ~ 32.11%

%32.68
%35.21
%32.11

CMYK color model

#747D72 color CMYK value is (7,0,9,51).

  • cyan value is 7.20%
  • magenta value is 0.00%
  • yellow value is 8.80%
  • key color value is 50.98%
CMYK:
(7,0,9,51)
C7M0Y9K51 
(7%,0%,9%,51%)
(0.07/0.00/0.09/0.51)	

CMYK percentages

%7.2
%0
%8.8
%50.98

Codes

Color #747D72 in popluar color models

747D72
RGB116125114
HSL109°4.60%46.86%
HSB/HSV109°8.80%49.02%
CMYK7.20%0.00%8.80%
50.98%

Color #747D72 in popluar number systems.

HEX747D72
Decimal116125114
Binary111010011111011110010
Octal164175162

Shades and tints

Shades of #747D72

#747D72
(116,125,114)
#6A7268
(106,114,104)
#60675E
(96,103,94)
#565C54
(86,92,84)
#4C514A
(76,81,74)
#424640
(66,70,64)
#383B36
(56,59,54)
#2E302C
(46,48,44)
#242522
(36,37,34)
#1A1A18
(26,26,24)
#100F0E
(16,15,14)
#000000
(0,0,0)

Tints of #747D72

#747D72
(116,125,114)
#80887E
(128,136,126)
#8C938A
(140,147,138)
#989E96
(152,158,150)
#A4A9A2
(164,169,162)
#B0B4AE
(176,180,174)
#BCBFBA
(188,191,186)
#C8CAC6
(200,202,198)
#D4D5D2
(212,213,210)
#E0E0DE
(224,224,222)
#ECEBEA
(236,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #747D72 color. Also use rgb(116,125,114) instead hex code.

Text Font Color

.myTextColor { color: #747D72; }

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

This text font color is #747D72.


Background Color

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

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

This div background color is #747D72.


Border color

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

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

This div border color is #747D72.


Opacity

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

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

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

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

This text has shadow with #747D72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747D72 on black background.


Color preview on white background

This text has color #747D72 on white background.



Black color preview on #747D72 background

This text has black color on #747D72 background.


White color preview on #747D72 background

This text has white color on #747D72 background.