COLOR #747F56

HEX: #747F56 RGB: (116,127,86)

Color info

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

RGB color model

#747F56 color RGB value is (116,127,86).

RGB: (116,127,86) (45%, 50%, 34%)

RGB channels and saturation

R 116 of 255 = 45%
G 127 of 255 = 50%
B 86 of 255 = 34%

116
127
86

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

Portions of RGB colors in percentages

R + G + B = 116 + 127 + 86 = 329 (100%)
R 116 of 329 ~ 35.26%
G 127 of 329 ~ 38.6%
B 86 of 329 ~ 26.14'%

%35.26
%38.6
%26.14

CMYK color model

#747F56 color CMYK value is (9,0,32,50).

  • cyan value is 8.66%
  • magenta value is 0.00%
  • yellow value is 32.28%
  • key color value is 50.20%

CMYK: (9,0,32,50)
C9M0Y32K50 (9%, 0%, 32%, 50%)
(0.09 / 0.00 / 0.32 / 0.50)

CMYK percentages

%8.66
%0
%32.28
%50.2

Codes

Color #747F56 in popluar color models

74 7F 56
RGB 116 127 86
HSL 76° 19.25% 41.76%
HSB/HSV 76° 32.28% 49.80%
CMYK 8.66% 0.00% 32.28%
50.20%

Color #747F56 in popluar number systems.

HEX 74 7F 56
Decimal 116 127 86
Binary 1110100 1111111 1010110
Octal 164 177 126

Shades and tints

Shades of #747F56

#747F56
(116,127,86)
#6A744F
(106,116,79)
#606948
(96,105,72)
#565E41
(86,94,65)
#4C533A
(76,83,58)
#424833
(66,72,51)
#383D2C
(56,61,44)
#2E3225
(46,50,37)
#24271E
(36,39,30)
#1A1C17
(26,28,23)
#101110
(16,17,16)
#000000
(0,0,0)

Tints of #747F56

#747F56
(116,127,86)
#808A65
(128,138,101)
#8C9574
(140,149,116)
#98A083
(152,160,131)
#A4AB92
(164,171,146)
#B0B6A1
(176,182,161)
#BCC1B0
(188,193,176)
#C8CCBF
(200,204,191)
#D4D7CE
(212,215,206)
#E0E2DD
(224,226,221)
#ECEDEC
(236,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #747F56; }

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

This text font color is #747F56.

Background Color

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

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

This div background color is #747F56.

Border color

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

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

This div border color is #747F56.

Opacity

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

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

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

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

This text has shadow with #747F56 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #747F56.

Preview

Color preview on black background

This text has color #747F56 on black background.


Color preview on white background

This text has color #747F56 on white background.


Black color preview on #747F56 background

This text has black color on #747F56 background.


White color preview on #747F56 background

This text has white color on #747F56 background.


Related colors

Complementary color

Complementary color for #hex is #8B80A9.


I love getcolorcode.com

Triadic colors

1 #56747F and #7F5674 with #747F56 are triadic colors.

2 #567F74 and #7F7456 with #747F56 are triadic colors.