COLOR #747472

HEX: #747472
RGB: (116,116,114)

Color info

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

RGB color model

#747472 color RGB value is (116,116,114).

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

RGB channels and saturation

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

116
116
114

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

Portions of RGB colors in percentages

R + G + B =
116 + 116 + 114 = 346 (100%)
R 116 of 346 ~ 33.53%
G 116 of 346 ~ 33.53%
B 114 of 346 ~ 32.95%

%33.53
%33.53
%32.95

CMYK color model

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

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

CMYK percentages

%0
%0
%1.72
%54.51

Codes

Color #747472 in popluar color models

747472
RGB116116114
HSL60°0.87%45.10%
HSB/HSV60°1.72%45.49%
CMYK0.00%0.00%1.72%
54.51%

Color #747472 in popluar number systems.

HEX747472
Decimal116116114
Binary111010011101001110010
Octal164164162

Shades and tints

Shades of #747472

#747472
(116,116,114)
#6A6A68
(106,106,104)
#60605E
(96,96,94)
#565654
(86,86,84)
#4C4C4A
(76,76,74)
#424240
(66,66,64)
#383836
(56,56,54)
#2E2E2C
(46,46,44)
#242422
(36,36,34)
#1A1A18
(26,26,24)
#10100E
(16,16,14)
#000000
(0,0,0)

Tints of #747472

#747472
(116,116,114)
#80807E
(128,128,126)
#8C8C8A
(140,140,138)
#989896
(152,152,150)
#A4A4A2
(164,164,162)
#B0B0AE
(176,176,174)
#BCBCBA
(188,188,186)
#C8C8C6
(200,200,198)
#D4D4D2
(212,212,210)
#E0E0DE
(224,224,222)
#ECECEA
(236,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #747472; }

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

This text font color is #747472.


Background Color

.myBgColor { background-color: #747472; }

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

This div background color is #747472.


Border color

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

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

This div border color is #747472.


Opacity

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

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

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

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

This text has shadow with #747472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747472 on black background.


Color preview on white background

This text has color #747472 on white background.



Black color preview on #747472 background

This text has black color on #747472 background.


White color preview on #747472 background

This text has white color on #747472 background.