COLOR #74736D

HEX: #74736D RGB: (116,115,109)

Color info

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

RGB color model

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

RGB: (116,115,109) (45%, 45%, 43%)

RGB channels and saturation

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

116
115
109

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

Portions of RGB colors in percentages

R + G + B = 116 + 115 + 109 = 340 (100%)
R 116 of 340 ~ 34.12%
G 115 of 340 ~ 33.82%
B 109 of 340 ~ 32.06'%

%34.12
%33.82
%32.06

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.86%
  • yellow value is 6.03%
  • key color value is 54.51%

CMYK: (0,1,6,55)
C0M1Y6K55 (0%, 1%, 6%, 55%)
(0.00 / 0.01 / 0.06 / 0.55)

CMYK percentages

%0
%0.86
%6.03
%54.51

Codes

Color #74736D in popluar color models

74 73 6D
RGB 116 115 109
HSL 51° 3.11% 44.12%
HSB/HSV 51° 6.03% 45.49%
CMYK 0.00% 0.86% 6.03%
54.51%

Color #74736D in popluar number systems.

HEX 74 73 6D
Decimal 116 115 109
Binary 1110100 1110011 1101101
Octal 164 163 155

Shades and tints

Shades of #74736D

#74736D
(116,115,109)
#6A6964
(106,105,100)
#605F5B
(96,95,91)
#565552
(86,85,82)
#4C4B49
(76,75,73)
#424140
(66,65,64)
#383737
(56,55,55)
#2E2D2E
(46,45,46)
#242325
(36,35,37)
#1A191C
(26,25,28)
#100F13
(16,15,19)
#000000
(0,0,0)

Tints of #74736D

#74736D
(116,115,109)
#807F7A
(128,127,122)
#8C8B87
(140,139,135)
#989794
(152,151,148)
#A4A3A1
(164,163,161)
#B0AFAE
(176,175,174)
#BCBBBB
(188,187,187)
#C8C7C8
(200,199,200)
#D4D3D5
(212,211,213)
#E0DFE2
(224,223,226)
#ECEBEF
(236,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74736D; }

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

This text font color is #74736D.

Background Color

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

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

This div background color is #74736D.

Border color

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

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

This div border color is #74736D.

Opacity

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

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

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

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

This text has shadow with #74736D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74736D.

Preview

Color preview on black background

This text has color #74736D on black background.


Color preview on white background

This text has color #74736D on white background.


Black color preview on #74736D background

This text has black color on #74736D background.


White color preview on #74736D background

This text has white color on #74736D background.


Related colors

Complementary color

Complementary color for #hex is #8B8C92.


I love getcolorcode.com

Triadic colors

1 #6D7473 and #736D74 with #74736D are triadic colors.

2 #6D7374 and #73746D with #74736D are triadic colors.