COLOR #74706C

HEX: #74706C
RGB: (116,112,108)

Color info

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

RGB color model

#74706C color RGB value is (116,112,108).

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

RGB channels and saturation

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

116
112
108

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

Portions of RGB colors in percentages

R + G + B =
116 + 112 + 108 = 336 (100%)
R 116 of 336 ~ 34.52%
G 112 of 336 ~ 33.33%
B 108 of 336 ~ 32.14%

%34.52
%33.33
%32.14

CMYK color model

#74706C color CMYK value is (0,3,7,55).

  • cyan value is 0.00%
  • magenta value is 3.45%
  • yellow value is 6.90%
  • key color value is 54.51%
CMYK:
(0,3,7,55)
C0M3Y7K55 
(0%,3%,7%,55%)
(0.00/0.03/0.07/0.55)	

CMYK percentages

%0
%3.45
%6.9
%54.51

Codes

Color #74706C in popluar color models

74706C
RGB116112108
HSL30°3.57%43.92%
HSB/HSV30°6.90%45.49%
CMYK0.00%3.45%6.90%
54.51%

Color #74706C in popluar number systems.

HEX74706C
Decimal116112108
Binary111010011100001101100
Octal164160154

Shades and tints

Shades of #74706C

#74706C
(116,112,108)
#6A6663
(106,102,99)
#605C5A
(96,92,90)
#565251
(86,82,81)
#4C4848
(76,72,72)
#423E3F
(66,62,63)
#383436
(56,52,54)
#2E2A2D
(46,42,45)
#242024
(36,32,36)
#1A161B
(26,22,27)
#100C12
(16,12,18)
#000000
(0,0,0)

Tints of #74706C

#74706C
(116,112,108)
#807D79
(128,125,121)
#8C8A86
(140,138,134)
#989793
(152,151,147)
#A4A4A0
(164,164,160)
#B0B1AD
(176,177,173)
#BCBEBA
(188,190,186)
#C8CBC7
(200,203,199)
#D4D8D4
(212,216,212)
#E0E5E1
(224,229,225)
#ECF2EE
(236,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74706C; }

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

This text font color is #74706C.


Background Color

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

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

This div background color is #74706C.


Border color

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

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

This div border color is #74706C.


Opacity

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

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

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

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

This text has shadow with #74706C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74706C on black background.


Color preview on white background

This text has color #74706C on white background.



Black color preview on #74706C background

This text has black color on #74706C background.


White color preview on #74706C background

This text has white color on #74706C background.