COLOR #747064

HEX: #747064
RGB: (116,112,100)

Color info

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

RGB color model

#747064 color RGB value is (116,112,100).

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

RGB channels and saturation

R 116 of 255 = 45%
G 112 of 255 = 44%
B 100 of 255 = 39%

116
112
100

R + G + B ~ 43%. #747064 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 112 + 100 = 328 (100%)
R 116 of 328 ~ 35.37%
G 112 of 328 ~ 34.15%
B 100 of 328 ~ 30.49%

%35.37
%34.15
%30.49

CMYK color model

#747064 color CMYK value is (0,3,14,55).

  • cyan value is 0.00%
  • magenta value is 3.45%
  • yellow value is 13.79%
  • key color value is 54.51%
CMYK:
(0,3,14,55)
C0M3Y14K55 
(0%,3%,14%,55%)
(0.00/0.03/0.14/0.55)	

CMYK percentages

%0
%3.45
%13.79
%54.51

Codes

Color #747064 in popluar color models

747064
RGB116112100
HSL45°7.41%42.35%
HSB/HSV45°13.79%45.49%
CMYK0.00%3.45%13.79%
54.51%

Color #747064 in popluar number systems.

HEX747064
Decimal116112100
Binary111010011100001100100
Octal164160144

Shades and tints

Shades of #747064

#747064
(116,112,100)
#6A665B
(106,102,91)
#605C52
(96,92,82)
#565249
(86,82,73)
#4C4840
(76,72,64)
#423E37
(66,62,55)
#38342E
(56,52,46)
#2E2A25
(46,42,37)
#24201C
(36,32,28)
#1A1613
(26,22,19)
#100C0A
(16,12,10)
#000000
(0,0,0)

Tints of #747064

#747064
(116,112,100)
#807D72
(128,125,114)
#8C8A80
(140,138,128)
#98978E
(152,151,142)
#A4A49C
(164,164,156)
#B0B1AA
(176,177,170)
#BCBEB8
(188,190,184)
#C8CBC6
(200,203,198)
#D4D8D4
(212,216,212)
#E0E5E2
(224,229,226)
#ECF2F0
(236,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #747064; }

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

This text font color is #747064.


Background Color

.myBgColor { background-color: #747064; }

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

This div background color is #747064.


Border color

.myBorderColor { border: 1px solid #747064; }

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

This div border color is #747064.


Opacity

.myOpacity80 { color: #747064; opacity: 0.8; }

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

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

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

This text has shadow with #747064 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747064 on black background.


Color preview on white background

This text has color #747064 on white background.



Black color preview on #747064 background

This text has black color on #747064 background.


White color preview on #747064 background

This text has white color on #747064 background.