COLOR #74716E

HEX: #74716E
RGB: (116,113,110)

Color info

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

RGB color model

#74716E color RGB value is (116,113,110).

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

RGB channels and saturation

R 116 of 255 = 45%
G 113 of 255 = 44%
B 110 of 255 = 43%

116
113
110

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

Portions of RGB colors in percentages

R + G + B =
116 + 113 + 110 = 339 (100%)
R 116 of 339 ~ 34.22%
G 113 of 339 ~ 33.33%
B 110 of 339 ~ 32.45%

%34.22
%33.33
%32.45

CMYK color model

#74716E color CMYK value is (0,3,5,55).

  • cyan value is 0.00%
  • magenta value is 2.59%
  • yellow value is 5.17%
  • key color value is 54.51%
CMYK:
(0,3,5,55)
C0M3Y5K55 
(0%,3%,5%,55%)
(0.00/0.03/0.05/0.55)	

CMYK percentages

%0
%2.59
%5.17
%54.51

Codes

Color #74716E in popluar color models

74716E
RGB116113110
HSL30°2.65%44.31%
HSB/HSV30°5.17%45.49%
CMYK0.00%2.59%5.17%
54.51%

Color #74716E in popluar number systems.

HEX74716E
Decimal116113110
Binary111010011100011101110
Octal164161156

Shades and tints

Shades of #74716E

#74716E
(116,113,110)
#6A6764
(106,103,100)
#605D5A
(96,93,90)
#565350
(86,83,80)
#4C4946
(76,73,70)
#423F3C
(66,63,60)
#383532
(56,53,50)
#2E2B28
(46,43,40)
#24211E
(36,33,30)
#1A1714
(26,23,20)
#100D0A
(16,13,10)
#000000
(0,0,0)

Tints of #74716E

#74716E
(116,113,110)
#807D7B
(128,125,123)
#8C8988
(140,137,136)
#989595
(152,149,149)
#A4A1A2
(164,161,162)
#B0ADAF
(176,173,175)
#BCB9BC
(188,185,188)
#C8C5C9
(200,197,201)
#D4D1D6
(212,209,214)
#E0DDE3
(224,221,227)
#ECE9F0
(236,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74716E; }

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

This text font color is #74716E.


Background Color

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

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

This div background color is #74716E.


Border color

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

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

This div border color is #74716E.


Opacity

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

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

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

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

This text has shadow with #74716E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74716E on black background.


Color preview on white background

This text has color #74716E on white background.



Black color preview on #74716E background

This text has black color on #74716E background.


White color preview on #74716E background

This text has white color on #74716E background.