COLOR #747C61

HEX: #747C61 RGB: (116,124,97)

Color info

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

RGB color model

#747C61 color RGB value is (116,124,97).

RGB: (116,124,97) (45%, 49%, 38%)

RGB channels and saturation

R 116 of 255 = 45%
G 124 of 255 = 49%
B 97 of 255 = 38%

116
124
97

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

Portions of RGB colors in percentages

R + G + B = 116 + 124 + 97 = 337 (100%)
R 116 of 337 ~ 34.42%
G 124 of 337 ~ 36.8%
B 97 of 337 ~ 28.78'%

%34.42
%36.8
%28.78

CMYK color model

#747C61 color CMYK value is (6,0,22,51).

  • cyan value is 6.45%
  • magenta value is 0.00%
  • yellow value is 21.77%
  • key color value is 51.37%

CMYK: (6,0,22,51)
C6M0Y22K51 (6%, 0%, 22%, 51%)
(0.06 / 0.00 / 0.22 / 0.51)

CMYK percentages

%6.45
%0
%21.77
%51.37

Codes

Color #747C61 in popluar color models

74 7C 61
RGB 116 124 97
HSL 78° 12.22% 43.33%
HSB/HSV 78° 21.77% 48.63%
CMYK 6.45% 0.00% 21.77%
51.37%

Color #747C61 in popluar number systems.

HEX 74 7C 61
Decimal 116 124 97
Binary 1110100 1111100 1100001
Octal 164 174 141

Shades and tints

Shades of #747C61

#747C61
(116,124,97)
#6A7159
(106,113,89)
#606651
(96,102,81)
#565B49
(86,91,73)
#4C5041
(76,80,65)
#424539
(66,69,57)
#383A31
(56,58,49)
#2E2F29
(46,47,41)
#242421
(36,36,33)
#1A1919
(26,25,25)
#100E11
(16,14,17)
#000000
(0,0,0)

Tints of #747C61

#747C61
(116,124,97)
#80876F
(128,135,111)
#8C927D
(140,146,125)
#989D8B
(152,157,139)
#A4A899
(164,168,153)
#B0B3A7
(176,179,167)
#BCBEB5
(188,190,181)
#C8C9C3
(200,201,195)
#D4D4D1
(212,212,209)
#E0DFDF
(224,223,223)
#ECEAED
(236,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #747C61 color. Also use rgb(116,124,97) instead hex code.

Text Font Color

.myTextColor { color: #747C61; }

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

This text font color is #747C61.

Background Color

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

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

This div background color is #747C61.

Border color

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

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

This div border color is #747C61.

Opacity

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

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

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

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

This text has shadow with #747C61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #747C61.

Preview

Color preview on black background

This text has color #747C61 on black background.


Color preview on white background

This text has color #747C61 on white background.


Black color preview on #747C61 background

This text has black color on #747C61 background.


White color preview on #747C61 background

This text has white color on #747C61 background.


Related colors

Complementary color

Complementary color for #hex is #8B839E.


I love getcolorcode.com

Triadic colors

1 #61747C and #7C6174 with #747C61 are triadic colors.

2 #617C74 and #7C7461 with #747C61 are triadic colors.