COLOR #746F6F

HEX: #746F6F
RGB: (116,111,111)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

116
111
111

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

Portions of RGB colors in percentages

R + G + B =
116 + 111 + 111 = 338 (100%)
R 116 of 338 ~ 34.32%
G 111 of 338 ~ 32.84%
B 111 of 338 ~ 32.84%

%34.32
%32.84
%32.84

CMYK color model

#746F6F color CMYK value is (0,4,4,55).

  • cyan value is 0.00%
  • magenta value is 4.31%
  • yellow value is 4.31%
  • key color value is 54.51%
CMYK:
(0,4,4,55)
C0M4Y4K55 
(0%,4%,4%,55%)
(0.00/0.04/0.04/0.55)	

CMYK percentages

%0
%4.31
%4.31
%54.51

Codes

Color #746F6F in popluar color models

746F6F
RGB116111111
HSL2.20%44.51%
HSB/HSV4.31%45.49%
CMYK0.00%4.31%4.31%
54.51%

Color #746F6F in popluar number systems.

HEX746F6F
Decimal116111111
Binary111010011011111101111
Octal164157157

Shades and tints

Shades of #746F6F

#746F6F
(116,111,111)
#6A6565
(106,101,101)
#605B5B
(96,91,91)
#565151
(86,81,81)
#4C4747
(76,71,71)
#423D3D
(66,61,61)
#383333
(56,51,51)
#2E2929
(46,41,41)
#241F1F
(36,31,31)
#1A1515
(26,21,21)
#100B0B
(16,11,11)
#000000
(0,0,0)

Tints of #746F6F

#746F6F
(116,111,111)
#807C7C
(128,124,124)
#8C8989
(140,137,137)
#989696
(152,150,150)
#A4A3A3
(164,163,163)
#B0B0B0
(176,176,176)
#BCBDBD
(188,189,189)
#C8CACA
(200,202,202)
#D4D7D7
(212,215,215)
#E0E4E4
(224,228,228)
#ECF1F1
(236,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746F6F; }

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

This text font color is #746F6F.


Background Color

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

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

This div background color is #746F6F.


Border color

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

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

This div border color is #746F6F.


Opacity

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

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

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

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

This text has shadow with #746F6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746F6F on black background.


Color preview on white background

This text has color #746F6F on white background.



Black color preview on #746F6F background

This text has black color on #746F6F background.


White color preview on #746F6F background

This text has white color on #746F6F background.