COLOR #747172

HEX: #747172
RGB: (116,113,114)

Color info

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

RGB color model

#747172 color RGB value is (116,113,114).

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

RGB channels and saturation

R 116 of 255 = 45%
G 113 of 255 = 44%
B 114 of 255 = 45%

116
113
114

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

Portions of RGB colors in percentages

R + G + B =
116 + 113 + 114 = 343 (100%)
R 116 of 343 ~ 33.82%
G 113 of 343 ~ 32.94%
B 114 of 343 ~ 33.24%

%33.82
%32.94
%33.24

CMYK color model

#747172 color CMYK value is (0,3,2,55).

  • cyan value is 0.00%
  • magenta value is 2.59%
  • yellow value is 1.72%
  • key color value is 54.51%
CMYK:
(0,3,2,55)
C0M3Y2K55 
(0%,3%,2%,55%)
(0.00/0.03/0.02/0.55)	

CMYK percentages

%0
%2.59
%1.72
%54.51

Codes

Color #747172 in popluar color models

747172
RGB116113114
HSL340°1.31%44.90%
HSB/HSV340°2.59%45.49%
CMYK0.00%2.59%1.72%
54.51%

Color #747172 in popluar number systems.

HEX747172
Decimal116113114
Binary111010011100011110010
Octal164161162

Shades and tints

Shades of #747172

#747172
(116,113,114)
#6A6768
(106,103,104)
#605D5E
(96,93,94)
#565354
(86,83,84)
#4C494A
(76,73,74)
#423F40
(66,63,64)
#383536
(56,53,54)
#2E2B2C
(46,43,44)
#242122
(36,33,34)
#1A1718
(26,23,24)
#100D0E
(16,13,14)
#000000
(0,0,0)

Tints of #747172

#747172
(116,113,114)
#807D7E
(128,125,126)
#8C898A
(140,137,138)
#989596
(152,149,150)
#A4A1A2
(164,161,162)
#B0ADAE
(176,173,174)
#BCB9BA
(188,185,186)
#C8C5C6
(200,197,198)
#D4D1D2
(212,209,210)
#E0DDDE
(224,221,222)
#ECE9EA
(236,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #747172; }

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

This text font color is #747172.


Background Color

.myBgColor { background-color: #747172; }

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

This div background color is #747172.


Border color

.myBorderColor { border: 1px solid #747172; }

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

This div border color is #747172.


Opacity

.myOpacity80 { color: #747172; opacity: 0.8; }

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

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

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

This text has shadow with #747172 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747172 on black background.


Color preview on white background

This text has color #747172 on white background.



Black color preview on #747172 background

This text has black color on #747172 background.


White color preview on #747172 background

This text has white color on #747172 background.