COLOR #74726D

HEX: #74726D
RGB: (116,114,109)

Color info

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

RGB color model

#74726D color RGB value is (116,114,109).

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

RGB channels and saturation

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

116
114
109

R + G + B ~ 44%. #74726D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 114 + 109 = 339 (100%)
R 116 of 339 ~ 34.22%
G 114 of 339 ~ 33.63%
B 109 of 339 ~ 32.15%

%34.22
%33.63
%32.15

CMYK color model

#74726D color CMYK value is (0,2,6,55).

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

CMYK percentages

%0
%1.72
%6.03
%54.51

Codes

Color #74726D in popluar color models

74726D
RGB116114109
HSL43°3.11%44.12%
HSB/HSV43°6.03%45.49%
CMYK0.00%1.72%6.03%
54.51%

Color #74726D in popluar number systems.

HEX74726D
Decimal116114109
Binary111010011100101101101
Octal164162155

Shades and tints

Shades of #74726D

#74726D
(116,114,109)
#6A6864
(106,104,100)
#605E5B
(96,94,91)
#565452
(86,84,82)
#4C4A49
(76,74,73)
#424040
(66,64,64)
#383637
(56,54,55)
#2E2C2E
(46,44,46)
#242225
(36,34,37)
#1A181C
(26,24,28)
#100E13
(16,14,19)
#000000
(0,0,0)

Tints of #74726D

#74726D
(116,114,109)
#807E7A
(128,126,122)
#8C8A87
(140,138,135)
#989694
(152,150,148)
#A4A2A1
(164,162,161)
#B0AEAE
(176,174,174)
#BCBABB
(188,186,187)
#C8C6C8
(200,198,200)
#D4D2D5
(212,210,213)
#E0DEE2
(224,222,226)
#ECEAEF
(236,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74726D; }

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

This text font color is #74726D.


Background Color

.myBgColor { background-color: #74726D; }

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

This div background color is #74726D.


Border color

.myBorderColor { border: 1px solid #74726D; }

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

This div border color is #74726D.


Opacity

.myOpacity80 { color: #74726D; opacity: 0.8; }

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

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

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

This text has shadow with #74726D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74726D on black background.


Color preview on white background

This text has color #74726D on white background.



Black color preview on #74726D background

This text has black color on #74726D background.


White color preview on #74726D background

This text has white color on #74726D background.