COLOR #74706A

HEX: #74706A
RGB: (116,112,106)

Color info

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

RGB color model

#74706A color RGB value is (116,112,106).

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

RGB channels and saturation

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

116
112
106

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

Portions of RGB colors in percentages

R + G + B =
116 + 112 + 106 = 334 (100%)
R 116 of 334 ~ 34.73%
G 112 of 334 ~ 33.53%
B 106 of 334 ~ 31.74%

%34.73
%33.53
%31.74

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.45%
  • 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
%3.45
%8.62
%54.51

Codes

Color #74706A in popluar color models

74706A
RGB116112106
HSL36°4.50%43.53%
HSB/HSV36°8.62%45.49%
CMYK0.00%3.45%8.62%
54.51%

Color #74706A in popluar number systems.

HEX74706A
Decimal116112106
Binary111010011100001101010
Octal164160152

Shades and tints

Shades of #74706A

#74706A
(116,112,106)
#6A6661
(106,102,97)
#605C58
(96,92,88)
#56524F
(86,82,79)
#4C4846
(76,72,70)
#423E3D
(66,62,61)
#383434
(56,52,52)
#2E2A2B
(46,42,43)
#242022
(36,32,34)
#1A1619
(26,22,25)
#100C10
(16,12,16)
#000000
(0,0,0)

Tints of #74706A

#74706A
(116,112,106)
#807D77
(128,125,119)
#8C8A84
(140,138,132)
#989791
(152,151,145)
#A4A49E
(164,164,158)
#B0B1AB
(176,177,171)
#BCBEB8
(188,190,184)
#C8CBC5
(200,203,197)
#D4D8D2
(212,216,210)
#E0E5DF
(224,229,223)
#ECF2EC
(236,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74706A; }

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

This text font color is #74706A.


Background Color

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

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

This div background color is #74706A.


Border color

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

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

This div border color is #74706A.


Opacity

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

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

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

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

This text has shadow with #74706A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74706A on black background.


Color preview on white background

This text has color #74706A on white background.



Black color preview on #74706A background

This text has black color on #74706A background.


White color preview on #74706A background

This text has white color on #74706A background.