COLOR #746B7A

HEX: #746B7A
RGB: (116,107,122)

Color info

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

RGB color model

#746B7A color RGB value is (116,107,122).

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

RGB channels and saturation

R 116 of 255 = 45%
G 107 of 255 = 42%
B 122 of 255 = 48%

116
107
122

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

Portions of RGB colors in percentages

R + G + B =
116 + 107 + 122 = 345 (100%)
R 116 of 345 ~ 33.62%
G 107 of 345 ~ 31.01%
B 122 of 345 ~ 35.36%

%33.62
%31.01
%35.36

CMYK color model

#746B7A color CMYK value is (5,12,0,52).

  • cyan value is 4.92%
  • magenta value is 12.30%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(5,12,0,52)
C5M12Y0K52 
(5%,12%,0%,52%)
(0.05/0.12/0.00/0.52)	

CMYK percentages

%4.92
%12.3
%0
%52.16

Codes

Color #746B7A in popluar color models

746B7A
RGB116107122
HSL276°6.55%44.90%
HSB/HSV276°12.30%47.84%
CMYK4.92%12.30%0.00%
52.16%

Color #746B7A in popluar number systems.

HEX746B7A
Decimal116107122
Binary111010011010111111010
Octal164153172

Shades and tints

Shades of #746B7A

#746B7A
(116,107,122)
#6A626F
(106,98,111)
#605964
(96,89,100)
#565059
(86,80,89)
#4C474E
(76,71,78)
#423E43
(66,62,67)
#383538
(56,53,56)
#2E2C2D
(46,44,45)
#242322
(36,35,34)
#1A1A17
(26,26,23)
#10110C
(16,17,12)
#000000
(0,0,0)

Tints of #746B7A

#746B7A
(116,107,122)
#807886
(128,120,134)
#8C8592
(140,133,146)
#98929E
(152,146,158)
#A49FAA
(164,159,170)
#B0ACB6
(176,172,182)
#BCB9C2
(188,185,194)
#C8C6CE
(200,198,206)
#D4D3DA
(212,211,218)
#E0E0E6
(224,224,230)
#ECEDF2
(236,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746B7A; }

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

This text font color is #746B7A.


Background Color

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

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

This div background color is #746B7A.


Border color

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

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

This div border color is #746B7A.


Opacity

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

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

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

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

This text has shadow with #746B7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746B7A on black background.


Color preview on white background

This text has color #746B7A on white background.



Black color preview on #746B7A background

This text has black color on #746B7A background.


White color preview on #746B7A background

This text has white color on #746B7A background.