COLOR #747A4D

HEX: #747A4D
RGB: (116,122,77)

Color info

#747A4D contains red, green and blue colors in about the same proportion. Web safe color of #747A4D is #666633 (or #663).

RGB color model

#747A4D color RGB value is (116,122,77).

  • red value is 116;
  • green value is 122;
  • blue value is 77.
RGB:
(116,122,77)
(45%,48%,30%)

RGB channels and saturation

R 116 of 255 = 45%
G 122 of 255 = 48%
B 77 of 255 = 30%

116
122
77

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

Portions of RGB colors in percentages

R + G + B =
116 + 122 + 77 = 315 (100%)
R 116 of 315 ~ 36.83%
G 122 of 315 ~ 38.73%
B 77 of 315 ~ 24.44%

%36.83
%38.73
%24.44

CMYK color model

#747A4D color CMYK value is (5,0,37,52).

  • cyan value is 4.92%
  • magenta value is 0.00%
  • yellow value is 36.89%
  • key color value is 52.16%
CMYK:
(5,0,37,52)
C5M0Y37K52 
(5%,0%,37%,52%)
(0.05/0.00/0.37/0.52)	

CMYK percentages

%4.92
%0
%36.89
%52.16

Codes

Color #747A4D in popluar color models

747A4D
RGB11612277
HSL68°22.61%39.02%
HSB/HSV68°36.89%47.84%
CMYK4.92%0.00%36.89%
52.16%

Color #747A4D in popluar number systems.

HEX747A4D
Decimal11612277
Binary111010011110101001101
Octal164172115

Shades and tints

Shades of #747A4D

#747A4D
(116,122,77)
#6A6F46
(106,111,70)
#60643F
(96,100,63)
#565938
(86,89,56)
#4C4E31
(76,78,49)
#42432A
(66,67,42)
#383823
(56,56,35)
#2E2D1C
(46,45,28)
#242215
(36,34,21)
#1A170E
(26,23,14)
#100C07
(16,12,7)
#000000
(0,0,0)

Tints of #747A4D

#747A4D
(116,122,77)
#80865D
(128,134,93)
#8C926D
(140,146,109)
#989E7D
(152,158,125)
#A4AA8D
(164,170,141)
#B0B69D
(176,182,157)
#BCC2AD
(188,194,173)
#C8CEBD
(200,206,189)
#D4DACD
(212,218,205)
#E0E6DD
(224,230,221)
#ECF2ED
(236,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #747A4D color. Also use rgb(116,122,77) instead hex code.

Text Font Color

.myTextColor { color: #747A4D; }

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

This text font color is #747A4D.


Background Color

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

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

This div background color is #747A4D.


Border color

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

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

This div border color is #747A4D.


Opacity

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

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

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

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

This text has shadow with #747A4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747A4D on black background.


Color preview on white background

This text has color #747A4D on white background.



Black color preview on #747A4D background

This text has black color on #747A4D background.


White color preview on #747A4D background

This text has white color on #747A4D background.