COLOR #747876

HEX: #747876
RGB: (116,120,118)

Color info

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

RGB color model

#747876 color RGB value is (116,120,118).

  • red value is 116;
  • green value is 120;
  • blue value is 118.
RGB:
(116,120,118)
(45%,47%,46%)

RGB channels and saturation

R 116 of 255 = 45%
G 120 of 255 = 47%
B 118 of 255 = 46%

116
120
118

R + G + B ~ 46%. #747876 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 120 + 118 = 354 (100%)
R 116 of 354 ~ 32.77%
G 120 of 354 ~ 33.9%
B 118 of 354 ~ 33.33%

%32.77
%33.9
%33.33

CMYK color model

#747876 color CMYK value is (3,0,2,53).

  • cyan value is 3.33%
  • magenta value is 0.00%
  • yellow value is 1.67%
  • key color value is 52.94%
CMYK:
(3,0,2,53)
C3M0Y2K53 
(3%,0%,2%,53%)
(0.03/0.00/0.02/0.53)	

CMYK percentages

%3.33
%0
%1.67
%52.94

Codes

Color #747876 in popluar color models

747876
RGB116120118
HSL150°1.69%46.27%
HSB/HSV150°3.33%47.06%
CMYK3.33%0.00%1.67%
52.94%

Color #747876 in popluar number systems.

HEX747876
Decimal116120118
Binary111010011110001110110
Octal164170166

Shades and tints

Shades of #747876

#747876
(116,120,118)
#6A6E6C
(106,110,108)
#606462
(96,100,98)
#565A58
(86,90,88)
#4C504E
(76,80,78)
#424644
(66,70,68)
#383C3A
(56,60,58)
#2E3230
(46,50,48)
#242826
(36,40,38)
#1A1E1C
(26,30,28)
#101412
(16,20,18)
#000000
(0,0,0)

Tints of #747876

#747876
(116,120,118)
#808482
(128,132,130)
#8C908E
(140,144,142)
#989C9A
(152,156,154)
#A4A8A6
(164,168,166)
#B0B4B2
(176,180,178)
#BCC0BE
(188,192,190)
#C8CCCA
(200,204,202)
#D4D8D6
(212,216,214)
#E0E4E2
(224,228,226)
#ECF0EE
(236,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #747876 color. Also use rgb(116,120,118) instead hex code.

Text Font Color

.myTextColor { color: #747876; }

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

This text font color is #747876.


Background Color

.myBgColor { background-color: #747876; }

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

This div background color is #747876.


Border color

.myBorderColor { border: 1px solid #747876; }

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

This div border color is #747876.


Opacity

.myOpacity80 { color: #747876; opacity: 0.8; }

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

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

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

This text has shadow with #747876 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747876 on black background.


Color preview on white background

This text has color #747876 on white background.



Black color preview on #747876 background

This text has black color on #747876 background.


White color preview on #747876 background

This text has white color on #747876 background.