COLOR #74716A

HEX: #74716A
RGB: (116,113,106)

Color info

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

RGB color model

#74716A color RGB value is (116,113,106).

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

RGB channels and saturation

R 116 of 255 = 45%
G 113 of 255 = 44%
B 106 of 255 = 42%

116
113
106

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

Portions of RGB colors in percentages

R + G + B =
116 + 113 + 106 = 335 (100%)
R 116 of 335 ~ 34.63%
G 113 of 335 ~ 33.73%
B 106 of 335 ~ 31.64%

%34.63
%33.73
%31.64

CMYK color model

#74716A color CMYK value is (0,3,9,55).

  • cyan value is 0.00%
  • magenta value is 2.59%
  • yellow value is 8.62%
  • key color value is 54.51%
CMYK:
(0,3,9,55)
C0M3Y9K55 
(0%,3%,9%,55%)
(0.00/0.03/0.09/0.55)	

CMYK percentages

%0
%2.59
%8.62
%54.51

Codes

Color #74716A in popluar color models

74716A
RGB116113106
HSL42°4.50%43.53%
HSB/HSV42°8.62%45.49%
CMYK0.00%2.59%8.62%
54.51%

Color #74716A in popluar number systems.

HEX74716A
Decimal116113106
Binary111010011100011101010
Octal164161152

Shades and tints

Shades of #74716A

#74716A
(116,113,106)
#6A6761
(106,103,97)
#605D58
(96,93,88)
#56534F
(86,83,79)
#4C4946
(76,73,70)
#423F3D
(66,63,61)
#383534
(56,53,52)
#2E2B2B
(46,43,43)
#242122
(36,33,34)
#1A1719
(26,23,25)
#100D10
(16,13,16)
#000000
(0,0,0)

Tints of #74716A

#74716A
(116,113,106)
#807D77
(128,125,119)
#8C8984
(140,137,132)
#989591
(152,149,145)
#A4A19E
(164,161,158)
#B0ADAB
(176,173,171)
#BCB9B8
(188,185,184)
#C8C5C5
(200,197,197)
#D4D1D2
(212,209,210)
#E0DDDF
(224,221,223)
#ECE9EC
(236,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74716A; }

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

This text font color is #74716A.


Background Color

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

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

This div background color is #74716A.


Border color

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

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

This div border color is #74716A.


Opacity

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

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

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

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

This text has shadow with #74716A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74716A on black background.


Color preview on white background

This text has color #74716A on white background.



Black color preview on #74716A background

This text has black color on #74716A background.


White color preview on #74716A background

This text has white color on #74716A background.