COLOR #74716F

HEX: #74716F
RGB: (116,113,111)

Color info

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

RGB color model

#74716F color RGB value is (116,113,111).

  • red value is 116;
  • green value is 113;
  • blue value is 111.
RGB:
(116,113,111)
(45%,44%,44%)

RGB channels and saturation

R 116 of 255 = 45%
G 113 of 255 = 44%
B 111 of 255 = 44%

116
113
111

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

Portions of RGB colors in percentages

R + G + B =
116 + 113 + 111 = 340 (100%)
R 116 of 340 ~ 34.12%
G 113 of 340 ~ 33.24%
B 111 of 340 ~ 32.65%

%34.12
%33.24
%32.65

CMYK color model

#74716F color CMYK value is (0,3,4,55).

  • cyan value is 0.00%
  • magenta value is 2.59%
  • yellow value is 4.31%
  • key color value is 54.51%
CMYK:
(0,3,4,55)
C0M3Y4K55 
(0%,3%,4%,55%)
(0.00/0.03/0.04/0.55)	

CMYK percentages

%0
%2.59
%4.31
%54.51

Codes

Color #74716F in popluar color models

74716F
RGB116113111
HSL24°2.20%44.51%
HSB/HSV24°4.31%45.49%
CMYK0.00%2.59%4.31%
54.51%

Color #74716F in popluar number systems.

HEX74716F
Decimal116113111
Binary111010011100011101111
Octal164161157

Shades and tints

Shades of #74716F

#74716F
(116,113,111)
#6A6765
(106,103,101)
#605D5B
(96,93,91)
#565351
(86,83,81)
#4C4947
(76,73,71)
#423F3D
(66,63,61)
#383533
(56,53,51)
#2E2B29
(46,43,41)
#24211F
(36,33,31)
#1A1715
(26,23,21)
#100D0B
(16,13,11)
#000000
(0,0,0)

Tints of #74716F

#74716F
(116,113,111)
#807D7C
(128,125,124)
#8C8989
(140,137,137)
#989596
(152,149,150)
#A4A1A3
(164,161,163)
#B0ADB0
(176,173,176)
#BCB9BD
(188,185,189)
#C8C5CA
(200,197,202)
#D4D1D7
(212,209,215)
#E0DDE4
(224,221,228)
#ECE9F1
(236,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74716F; }

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

This text font color is #74716F.


Background Color

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

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

This div background color is #74716F.


Border color

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

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

This div border color is #74716F.


Opacity

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

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

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

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

This text has shadow with #74716F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74716F on black background.


Color preview on white background

This text has color #74716F on white background.



Black color preview on #74716F background

This text has black color on #74716F background.


White color preview on #74716F background

This text has white color on #74716F background.