COLOR #747F65

HEX: #747F65
RGB: (116,127,101)

Color info

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

RGB color model

#747F65 color RGB value is (116,127,101).

  • red value is 116;
  • green value is 127;
  • blue value is 101.
RGB:
(116,127,101)
(45%,50%,40%)

RGB channels and saturation

R 116 of 255 = 45%
G 127 of 255 = 50%
B 101 of 255 = 40%

116
127
101

R + G + B ~ 45%. #747F65 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 127 + 101 = 344 (100%)
R 116 of 344 ~ 33.72%
G 127 of 344 ~ 36.92%
B 101 of 344 ~ 29.36%

%33.72
%36.92
%29.36

CMYK color model

#747F65 color CMYK value is (9,0,20,50).

  • cyan value is 8.66%
  • magenta value is 0.00%
  • yellow value is 20.47%
  • key color value is 50.20%
CMYK:
(9,0,20,50)
C9M0Y20K50 
(9%,0%,20%,50%)
(0.09/0.00/0.20/0.50)	

CMYK percentages

%8.66
%0
%20.47
%50.2

Codes

Color #747F65 in popluar color models

747F65
RGB116127101
HSL85°11.40%44.71%
HSB/HSV85°20.47%49.80%
CMYK8.66%0.00%20.47%
50.20%

Color #747F65 in popluar number systems.

HEX747F65
Decimal116127101
Binary111010011111111100101
Octal164177145

Shades and tints

Shades of #747F65

#747F65
(116,127,101)
#6A745C
(106,116,92)
#606953
(96,105,83)
#565E4A
(86,94,74)
#4C5341
(76,83,65)
#424838
(66,72,56)
#383D2F
(56,61,47)
#2E3226
(46,50,38)
#24271D
(36,39,29)
#1A1C14
(26,28,20)
#10110B
(16,17,11)
#000000
(0,0,0)

Tints of #747F65

#747F65
(116,127,101)
#808A73
(128,138,115)
#8C9581
(140,149,129)
#98A08F
(152,160,143)
#A4AB9D
(164,171,157)
#B0B6AB
(176,182,171)
#BCC1B9
(188,193,185)
#C8CCC7
(200,204,199)
#D4D7D5
(212,215,213)
#E0E2E3
(224,226,227)
#ECEDF1
(236,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #747F65 color. Also use rgb(116,127,101) instead hex code.

Text Font Color

.myTextColor { color: #747F65; }

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

This text font color is #747F65.


Background Color

.myBgColor { background-color: #747F65; }

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

This div background color is #747F65.


Border color

.myBorderColor { border: 1px solid #747F65; }

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

This div border color is #747F65.


Opacity

.myOpacity80 { color: #747F65; opacity: 0.8; }

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

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

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

This text has shadow with #747F65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747F65 on black background.


Color preview on white background

This text has color #747F65 on white background.



Black color preview on #747F65 background

This text has black color on #747F65 background.


White color preview on #747F65 background

This text has white color on #747F65 background.