COLOR #746E7A

HEX: #746E7A RGB: (116,110,122)

Color info

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

RGB color model

#746E7A color RGB value is (116,110,122).

RGB: (116,110,122) (45%, 43%, 48%)

RGB channels and saturation

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

116
110
122

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

Portions of RGB colors in percentages

R + G + B = 116 + 110 + 122 = 348 (100%)
R 116 of 348 ~ 33.33%
G 110 of 348 ~ 31.61%
B 122 of 348 ~ 35.06'%

%33.33
%31.61
%35.06

CMYK color model

#746E7A color CMYK value is (5,10,0,52).

  • cyan value is 4.92%
  • magenta value is 9.84%
  • yellow value is 0.00%
  • key color value is 52.16%

CMYK: (5,10,0,52)
C5M10Y0K52 (5%, 10%, 0%, 52%)
(0.05 / 0.10 / 0.00 / 0.52)

CMYK percentages

%4.92
%9.84
%0
%52.16

Codes

Color #746E7A in popluar color models

74 6E 7A
RGB 116 110 122
HSL 270° 5.17% 45.49%
HSB/HSV 270° 9.84% 47.84%
CMYK 4.92% 9.84% 0.00%
52.16%

Color #746E7A in popluar number systems.

HEX 74 6E 7A
Decimal 116 110 122
Binary 1110100 1101110 1111010
Octal 164 156 172

Shades and tints

Shades of #746E7A

#746E7A
(116,110,122)
#6A646F
(106,100,111)
#605A64
(96,90,100)
#565059
(86,80,89)
#4C464E
(76,70,78)
#423C43
(66,60,67)
#383238
(56,50,56)
#2E282D
(46,40,45)
#241E22
(36,30,34)
#1A1417
(26,20,23)
#100A0C
(16,10,12)
#000000
(0,0,0)

Tints of #746E7A

#746E7A
(116,110,122)
#807B86
(128,123,134)
#8C8892
(140,136,146)
#98959E
(152,149,158)
#A4A2AA
(164,162,170)
#B0AFB6
(176,175,182)
#BCBCC2
(188,188,194)
#C8C9CE
(200,201,206)
#D4D6DA
(212,214,218)
#E0E3E6
(224,227,230)
#ECF0F2
(236,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746E7A; }

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

This text font color is #746E7A.

Background Color

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

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

This div background color is #746E7A.

Border color

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

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

This div border color is #746E7A.

Opacity

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

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

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

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

This text has shadow with #746E7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #746E7A.

Preview

Color preview on black background

This text has color #746E7A on black background.


Color preview on white background

This text has color #746E7A on white background.


Black color preview on #746E7A background

This text has black color on #746E7A background.


White color preview on #746E7A background

This text has white color on #746E7A background.


Related colors

Complementary color

Complementary color for #hex is #8B9185.


I love getcolorcode.com

Triadic colors

1 #7A746E and #6E7A74 with #746E7A are triadic colors.

2 #7A6E74 and #6E747A with #746E7A are triadic colors.