COLOR #747276

HEX: #747276
RGB: (116,114,118)

Color info

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

RGB color model

#747276 color RGB value is (116,114,118).

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

RGB channels and saturation

R 116 of 255 = 45%
G 114 of 255 = 45%
B 118 of 255 = 46%

116
114
118

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

Portions of RGB colors in percentages

R + G + B =
116 + 114 + 118 = 348 (100%)
R 116 of 348 ~ 33.33%
G 114 of 348 ~ 32.76%
B 118 of 348 ~ 33.91%

%33.33
%32.76
%33.91

CMYK color model

#747276 color CMYK value is (2,3,0,54).

  • cyan value is 1.69%
  • magenta value is 3.39%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(2,3,0,54)
C2M3Y0K54 
(2%,3%,0%,54%)
(0.02/0.03/0.00/0.54)	

CMYK percentages

%1.69
%3.39
%0
%53.73

Codes

Color #747276 in popluar color models

747276
RGB116114118
HSL270°1.72%45.49%
HSB/HSV270°3.39%46.27%
CMYK1.69%3.39%0.00%
53.73%

Color #747276 in popluar number systems.

HEX747276
Decimal116114118
Binary111010011100101110110
Octal164162166

Shades and tints

Shades of #747276

#747276
(116,114,118)
#6A686C
(106,104,108)
#605E62
(96,94,98)
#565458
(86,84,88)
#4C4A4E
(76,74,78)
#424044
(66,64,68)
#38363A
(56,54,58)
#2E2C30
(46,44,48)
#242226
(36,34,38)
#1A181C
(26,24,28)
#100E12
(16,14,18)
#000000
(0,0,0)

Tints of #747276

#747276
(116,114,118)
#807E82
(128,126,130)
#8C8A8E
(140,138,142)
#98969A
(152,150,154)
#A4A2A6
(164,162,166)
#B0AEB2
(176,174,178)
#BCBABE
(188,186,190)
#C8C6CA
(200,198,202)
#D4D2D6
(212,210,214)
#E0DEE2
(224,222,226)
#ECEAEE
(236,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #747276; }

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

This text font color is #747276.


Background Color

.myBgColor { background-color: #747276; }

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

This div background color is #747276.


Border color

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

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

This div border color is #747276.


Opacity

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

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

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

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

This text has shadow with #747276 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747276 on black background.


Color preview on white background

This text has color #747276 on white background.



Black color preview on #747276 background

This text has black color on #747276 background.


White color preview on #747276 background

This text has white color on #747276 background.