COLOR #74744F

HEX: #74744F RGB: (116,116,79)

Color info

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

RGB color model

#74744F color RGB value is (116,116,79).

RGB: (116,116,79) (45%, 45%, 31%)

RGB channels and saturation

R 116 of 255 = 45%
G 116 of 255 = 45%
B 79 of 255 = 31%

116
116
79

R + G + B ~ 40%. #74744F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 116 + 116 + 79 = 311 (100%)
R 116 of 311 ~ 37.3%
G 116 of 311 ~ 37.3%
B 79 of 311 ~ 25.4'%

%37.3
%37.3
%25.4

CMYK color model

#74744F color CMYK value is (0,0,32,55).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 31.90%
  • key color value is 54.51%
CMYK: (0,0,32,55) C0M0Y32K55 (0%,0%,32%,55%) (0.00/0.00/0.32/0.55) 

CMYK percentages

%0
%0
%31.9
%54.51

Codes

Color #74744F in popluar color models

74 74 4F
RGB 116 116 79
HSL 60° 18.97% 38.24%
HSB/HSV 60° 31.90% 45.49%
CMYK 0.00% 0.00% 31.90%
54.51%

Color #74744F in popluar number systems.

HEX 74 74 4F
Decimal 116 116 79
Binary 1110100 1110100 1001111
Octal 164 164 117

Shades and tints

Shades of #74744F

#74744F
(116,116,79)
#6A6A48
(106,106,72)
#606041
(96,96,65)
#56563A
(86,86,58)
#4C4C33
(76,76,51)
#42422C
(66,66,44)
#383825
(56,56,37)
#2E2E1E
(46,46,30)
#242417
(36,36,23)
#1A1A10
(26,26,16)
#101009
(16,16,9)
#000000
(0,0,0)

Tints of #74744F

#74744F
(116,116,79)
#80805F
(128,128,95)
#8C8C6F
(140,140,111)
#98987F
(152,152,127)
#A4A48F
(164,164,143)
#B0B09F
(176,176,159)
#BCBCAF
(188,188,175)
#C8C8BF
(200,200,191)
#D4D4CF
(212,212,207)
#E0E0DF
(224,224,223)
#ECECEF
(236,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74744F; }

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

This text font color is #74744F.

Background Color

.myBgColor { background-color: #74744F; }

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

This div background color is #74744F.

Border color

.myBorderColor { border: 1px solid #74744F; }

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

This div border color is #74744F.

Opacity

.myOpacity80 { color: #74744F; opacity: 0.8; }

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

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

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

This text has shadow with #74744F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74744F.

Preview

Color preview on black background

This text has color #74744F on black background.


Color preview on white background

This text has color #74744F on white background.


Black color preview on #74744F background

This text has black color on #74744F background.


White color preview on #74744F background

This text has white color on #74744F background.


Related colors

Complementary color

Complementary color for #hex is #8B8BB0.


I love getcolorcode.com