COLOR #746D7A

HEX: #746D7A
RGB: (116,109,122)

Color info

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

RGB color model

#746D7A color RGB value is (116,109,122).

  • red value is 116;
  • green value is 109;
  • blue value is 122.
RGB:
(116,109,122)
(45%,43%,48%)

RGB channels and saturation

R 116 of 255 = 45%
G 109 of 255 = 43%
B 122 of 255 = 48%

116
109
122

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

Portions of RGB colors in percentages

R + G + B =
116 + 109 + 122 = 347 (100%)
R 116 of 347 ~ 33.43%
G 109 of 347 ~ 31.41%
B 122 of 347 ~ 35.16%

%33.43
%31.41
%35.16

CMYK color model

#746D7A color CMYK value is (5,11,0,52).

  • cyan value is 4.92%
  • magenta value is 10.66%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(5,11,0,52)
C5M11Y0K52 
(5%,11%,0%,52%)
(0.05/0.11/0.00/0.52)	

CMYK percentages

%4.92
%10.66
%0
%52.16

Codes

Color #746D7A in popluar color models

746D7A
RGB116109122
HSL272°5.63%45.29%
HSB/HSV272°10.66%47.84%
CMYK4.92%10.66%0.00%
52.16%

Color #746D7A in popluar number systems.

HEX746D7A
Decimal116109122
Binary111010011011011111010
Octal164155172

Shades and tints

Shades of #746D7A

#746D7A
(116,109,122)
#6A646F
(106,100,111)
#605B64
(96,91,100)
#565259
(86,82,89)
#4C494E
(76,73,78)
#424043
(66,64,67)
#383738
(56,55,56)
#2E2E2D
(46,46,45)
#242522
(36,37,34)
#1A1C17
(26,28,23)
#10130C
(16,19,12)
#000000
(0,0,0)

Tints of #746D7A

#746D7A
(116,109,122)
#807A86
(128,122,134)
#8C8792
(140,135,146)
#98949E
(152,148,158)
#A4A1AA
(164,161,170)
#B0AEB6
(176,174,182)
#BCBBC2
(188,187,194)
#C8C8CE
(200,200,206)
#D4D5DA
(212,213,218)
#E0E2E6
(224,226,230)
#ECEFF2
(236,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746D7A; }

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

This text font color is #746D7A.


Background Color

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

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

This div background color is #746D7A.


Border color

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

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

This div border color is #746D7A.


Opacity

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

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

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

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

This text has shadow with #746D7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746D7A on black background.


Color preview on white background

This text has color #746D7A on white background.



Black color preview on #746D7A background

This text has black color on #746D7A background.


White color preview on #746D7A background

This text has white color on #746D7A background.