COLOR #747C5C

HEX: #747C5C
RGB: (116,124,92)

Color info

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

RGB color model

#747C5C color RGB value is (116,124,92).

  • red value is 116;
  • green value is 124;
  • blue value is 92.
RGB:
(116,124,92)
(45%,49%,36%)

RGB channels and saturation

R 116 of 255 = 45%
G 124 of 255 = 49%
B 92 of 255 = 36%

116
124
92

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

Portions of RGB colors in percentages

R + G + B =
116 + 124 + 92 = 332 (100%)
R 116 of 332 ~ 34.94%
G 124 of 332 ~ 37.35%
B 92 of 332 ~ 27.71%

%34.94
%37.35
%27.71

CMYK color model

#747C5C color CMYK value is (6,0,26,51).

  • cyan value is 6.45%
  • magenta value is 0.00%
  • yellow value is 25.81%
  • key color value is 51.37%
CMYK:
(6,0,26,51)
C6M0Y26K51 
(6%,0%,26%,51%)
(0.06/0.00/0.26/0.51)	

CMYK percentages

%6.45
%0
%25.81
%51.37

Codes

Color #747C5C in popluar color models

747C5C
RGB11612492
HSL75°14.81%42.35%
HSB/HSV75°25.81%48.63%
CMYK6.45%0.00%25.81%
51.37%

Color #747C5C in popluar number systems.

HEX747C5C
Decimal11612492
Binary111010011111001011100
Octal164174134

Shades and tints

Shades of #747C5C

#747C5C
(116,124,92)
#6A7154
(106,113,84)
#60664C
(96,102,76)
#565B44
(86,91,68)
#4C503C
(76,80,60)
#424534
(66,69,52)
#383A2C
(56,58,44)
#2E2F24
(46,47,36)
#24241C
(36,36,28)
#1A1914
(26,25,20)
#100E0C
(16,14,12)
#000000
(0,0,0)

Tints of #747C5C

#747C5C
(116,124,92)
#80876A
(128,135,106)
#8C9278
(140,146,120)
#989D86
(152,157,134)
#A4A894
(164,168,148)
#B0B3A2
(176,179,162)
#BCBEB0
(188,190,176)
#C8C9BE
(200,201,190)
#D4D4CC
(212,212,204)
#E0DFDA
(224,223,218)
#ECEAE8
(236,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #747C5C; }

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

This text font color is #747C5C.


Background Color

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

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

This div background color is #747C5C.


Border color

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

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

This div border color is #747C5C.


Opacity

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

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

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

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

This text has shadow with #747C5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747C5C on black background.


Color preview on white background

This text has color #747C5C on white background.



Black color preview on #747C5C background

This text has black color on #747C5C background.


White color preview on #747C5C background

This text has white color on #747C5C background.