COLOR #74746D

HEX: #74746D
RGB: (116,116,109)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

116
116
109

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

Portions of RGB colors in percentages

R + G + B =
116 + 116 + 109 = 341 (100%)
R 116 of 341 ~ 34.02%
G 116 of 341 ~ 34.02%
B 109 of 341 ~ 31.96%

%34.02
%34.02
%31.96

CMYK color model

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

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

CMYK percentages

%0
%0
%6.03
%54.51

Codes

Color #74746D in popluar color models

74746D
RGB116116109
HSL60°3.11%44.12%
HSB/HSV60°6.03%45.49%
CMYK0.00%0.00%6.03%
54.51%

Color #74746D in popluar number systems.

HEX74746D
Decimal116116109
Binary111010011101001101101
Octal164164155

Shades and tints

Shades of #74746D

#74746D
(116,116,109)
#6A6A64
(106,106,100)
#60605B
(96,96,91)
#565652
(86,86,82)
#4C4C49
(76,76,73)
#424240
(66,66,64)
#383837
(56,56,55)
#2E2E2E
(46,46,46)
#242425
(36,36,37)
#1A1A1C
(26,26,28)
#101013
(16,16,19)
#000000
(0,0,0)

Tints of #74746D

#74746D
(116,116,109)
#80807A
(128,128,122)
#8C8C87
(140,140,135)
#989894
(152,152,148)
#A4A4A1
(164,164,161)
#B0B0AE
(176,176,174)
#BCBCBB
(188,188,187)
#C8C8C8
(200,200,200)
#D4D4D5
(212,212,213)
#E0E0E2
(224,224,226)
#ECECEF
(236,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74746D; }

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

This text font color is #74746D.


Background Color

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

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

This div background color is #74746D.


Border color

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

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

This div border color is #74746D.


Opacity

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

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

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

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

This text has shadow with #74746D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74746D on black background.


Color preview on white background

This text has color #74746D on white background.



Black color preview on #74746D background

This text has black color on #74746D background.


White color preview on #74746D background

This text has white color on #74746D background.