COLOR #747D65

HEX: #747D65 RGB: (116,125,101)

Color info

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

RGB color model

#747D65 color RGB value is (116,125,101).

RGB: (116,125,101) (45%, 49%, 40%)

RGB channels and saturation

R 116 of 255 = 45%
G 125 of 255 = 49%
B 101 of 255 = 40%

116
125
101

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

Portions of RGB colors in percentages

R + G + B = 116 + 125 + 101 = 342 (100%)
R 116 of 342 ~ 33.92%
G 125 of 342 ~ 36.55%
B 101 of 342 ~ 29.53'%

%33.92
%36.55
%29.53

CMYK color model

#747D65 color CMYK value is (7,0,19,51).

  • cyan value is 7.20%
  • magenta value is 0.00%
  • yellow value is 19.20%
  • key color value is 50.98%
CMYK: (7,0,19,51) C7M0Y19K51 (7%,0%,19%,51%) (0.07/0.00/0.19/0.51) 

CMYK percentages

%7.2
%0
%19.2
%50.98

Codes

Color #747D65 in popluar color models

74 7D 65
RGB 116 125 101
HSL 83° 10.62% 44.31%
HSB/HSV 83° 19.20% 49.02%
CMYK 7.20% 0.00% 19.20%
50.98%

Color #747D65 in popluar number systems.

HEX 74 7D 65
Decimal 116 125 101
Binary 1110100 1111101 1100101
Octal 164 175 145

Shades and tints

Shades of #747D65

#747D65
(116,125,101)
#6A725C
(106,114,92)
#606753
(96,103,83)
#565C4A
(86,92,74)
#4C5141
(76,81,65)
#424638
(66,70,56)
#383B2F
(56,59,47)
#2E3026
(46,48,38)
#24251D
(36,37,29)
#1A1A14
(26,26,20)
#100F0B
(16,15,11)
#000000
(0,0,0)

Tints of #747D65

#747D65
(116,125,101)
#808873
(128,136,115)
#8C9381
(140,147,129)
#989E8F
(152,158,143)
#A4A99D
(164,169,157)
#B0B4AB
(176,180,171)
#BCBFB9
(188,191,185)
#C8CAC7
(200,202,199)
#D4D5D5
(212,213,213)
#E0E0E3
(224,224,227)
#ECEBF1
(236,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #747D65; }

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

This text font color is #747D65.

Background Color

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

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

This div background color is #747D65.

Border color

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

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

This div border color is #747D65.

Opacity

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

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

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

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

This text has shadow with #747D65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #747D65.

Preview

Color preview on black background

This text has color #747D65 on black background.


Color preview on white background

This text has color #747D65 on white background.


Black color preview on #747D65 background

This text has black color on #747D65 background.


White color preview on #747D65 background

This text has white color on #747D65 background.


Related colors

Complementary color

Complementary color for #hex is #8B829A.


I love getcolorcode.com

Triadic colors

1 #65747D and #7D6574 with #747D65 are triadic colors.

2 #657D74 and #7D7465 with #747D65 are triadic colors.