COLOR #746F76

HEX: #746F76
RGB: (116,111,118)

Color info

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

RGB color model

#746F76 color RGB value is (116,111,118).

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

RGB channels and saturation

R 116 of 255 = 45%
G 111 of 255 = 44%
B 118 of 255 = 46%

116
111
118

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

Portions of RGB colors in percentages

R + G + B =
116 + 111 + 118 = 345 (100%)
R 116 of 345 ~ 33.62%
G 111 of 345 ~ 32.17%
B 118 of 345 ~ 34.2%

%33.62
%32.17
%34.2

CMYK color model

#746F76 color CMYK value is (2,6,0,54).

  • cyan value is 1.69%
  • magenta value is 5.93%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(2,6,0,54)
C2M6Y0K54 
(2%,6%,0%,54%)
(0.02/0.06/0.00/0.54)	

CMYK percentages

%1.69
%5.93
%0
%53.73

Codes

Color #746F76 in popluar color models

746F76
RGB116111118
HSL283°3.06%44.90%
HSB/HSV283°5.93%46.27%
CMYK1.69%5.93%0.00%
53.73%

Color #746F76 in popluar number systems.

HEX746F76
Decimal116111118
Binary111010011011111110110
Octal164157166

Shades and tints

Shades of #746F76

#746F76
(116,111,118)
#6A656C
(106,101,108)
#605B62
(96,91,98)
#565158
(86,81,88)
#4C474E
(76,71,78)
#423D44
(66,61,68)
#38333A
(56,51,58)
#2E2930
(46,41,48)
#241F26
(36,31,38)
#1A151C
(26,21,28)
#100B12
(16,11,18)
#000000
(0,0,0)

Tints of #746F76

#746F76
(116,111,118)
#807C82
(128,124,130)
#8C898E
(140,137,142)
#98969A
(152,150,154)
#A4A3A6
(164,163,166)
#B0B0B2
(176,176,178)
#BCBDBE
(188,189,190)
#C8CACA
(200,202,202)
#D4D7D6
(212,215,214)
#E0E4E2
(224,228,226)
#ECF1EE
(236,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746F76; }

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

This text font color is #746F76.


Background Color

.myBgColor { background-color: #746F76; }

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

This div background color is #746F76.


Border color

.myBorderColor { border: 1px solid #746F76; }

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

This div border color is #746F76.


Opacity

.myOpacity80 { color: #746F76; opacity: 0.8; }

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

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

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

This text has shadow with #746F76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746F76 on black background.


Color preview on white background

This text has color #746F76 on white background.



Black color preview on #746F76 background

This text has black color on #746F76 background.


White color preview on #746F76 background

This text has white color on #746F76 background.