COLOR #746F7D

HEX: #746F7D
RGB: (116,111,125)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

116
111
125

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

Portions of RGB colors in percentages

R + G + B =
116 + 111 + 125 = 352 (100%)
R 116 of 352 ~ 32.95%
G 111 of 352 ~ 31.53%
B 125 of 352 ~ 35.51%

%32.95
%31.53
%35.51

CMYK color model

#746F7D color CMYK value is (7,11,0,51).

  • cyan value is 7.20%
  • magenta value is 11.20%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(7,11,0,51)
C7M11Y0K51 
(7%,11%,0%,51%)
(0.07/0.11/0.00/0.51)	

CMYK percentages

%7.2
%11.2
%0
%50.98

Codes

Color #746F7D in popluar color models

746F7D
RGB116111125
HSL261°5.93%46.27%
HSB/HSV261°11.20%49.02%
CMYK7.20%11.20%0.00%
50.98%

Color #746F7D in popluar number systems.

HEX746F7D
Decimal116111125
Binary111010011011111111101
Octal164157175

Shades and tints

Shades of #746F7D

#746F7D
(116,111,125)
#6A6572
(106,101,114)
#605B67
(96,91,103)
#56515C
(86,81,92)
#4C4751
(76,71,81)
#423D46
(66,61,70)
#38333B
(56,51,59)
#2E2930
(46,41,48)
#241F25
(36,31,37)
#1A151A
(26,21,26)
#100B0F
(16,11,15)
#000000
(0,0,0)

Tints of #746F7D

#746F7D
(116,111,125)
#807C88
(128,124,136)
#8C8993
(140,137,147)
#98969E
(152,150,158)
#A4A3A9
(164,163,169)
#B0B0B4
(176,176,180)
#BCBDBF
(188,189,191)
#C8CACA
(200,202,202)
#D4D7D5
(212,215,213)
#E0E4E0
(224,228,224)
#ECF1EB
(236,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746F7D; }

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

This text font color is #746F7D.


Background Color

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

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

This div background color is #746F7D.


Border color

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

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

This div border color is #746F7D.


Opacity

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

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

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

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

This text has shadow with #746F7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746F7D on black background.


Color preview on white background

This text has color #746F7D on white background.



Black color preview on #746F7D background

This text has black color on #746F7D background.


White color preview on #746F7D background

This text has white color on #746F7D background.