COLOR #74774F

HEX: #74774F
RGB: (116,119,79)

Color info

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

RGB color model

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

  • red value is 116;
  • green value is 119;
  • blue value is 79.
RGB: (116,119,79) (45%,47%,31%)

RGB channels and saturation

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

116
119
79

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

Portions of RGB colors in percentages

R + G + B =
116 + 119 + 79 = 314 (100%)
R 116 of 314 ~ 36.94%
G 119 of 314 ~ 37.9%
B 79 of 314 ~ 25.16%

%36.94
%37.9
%25.16

CMYK color model

#74774F color CMYK value is (3,0,34,53).

  • cyan value is 2.52%
  • magenta value is 0.00%
  • yellow value is 33.61%
  • key color value is 53.33%
CMYK: (3,0,34,53) C3M0Y34K53 (3%,0%,34%,53%) (0.03/0.00/0.34/0.53)

CMYK percentages

%2.52
%0
%33.61
%53.33

Codes

Color #74774F in popluar color models

74774F
RGB11611979
HSL65°20.20%38.82%
HSB/HSV65°33.61%46.67%
CMYK2.52%0.00%33.61%
53.33%

Color #74774F in popluar number systems.

HEX74774F
Decimal11611979
Binary111010011101111001111
Octal164167117

Shades and tints

Shades of #74774F

#74774F
(116,119,79)
#6A6D48
(106,109,72)
#606341
(96,99,65)
#56593A
(86,89,58)
#4C4F33
(76,79,51)
#42452C
(66,69,44)
#383B25
(56,59,37)
#2E311E
(46,49,30)
#242717
(36,39,23)
#1A1D10
(26,29,16)
#101309
(16,19,9)
#000000
(0,0,0)

Tints of #74774F

#74774F
(116,119,79)
#80835F
(128,131,95)
#8C8F6F
(140,143,111)
#989B7F
(152,155,127)
#A4A78F
(164,167,143)
#B0B39F
(176,179,159)
#BCBFAF
(188,191,175)
#C8CBBF
(200,203,191)
#D4D7CF
(212,215,207)
#E0E3DF
(224,227,223)
#ECEFEF
(236,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74774F; }

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

This text font color is #74774F.


Background Color

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

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

This div background color is #74774F.


Border color

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

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

This div border color is #74774F.


Opacity

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

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

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

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

This text has shadow with #74774F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #74774F on black background.


Color preview on white background

This text has color #74774F on white background.



Black color preview on #74774F background

This text has black color on #74774F background.


White color preview on #74774F background

This text has white color on #74774F background.