COLOR #746A6B

HEX: #746A6B RGB: (116,106,107)

Color info

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

RGB color model

#746A6B color RGB value is (116,106,107).

RGB: (116,106,107) (45%, 42%, 42%)

RGB channels and saturation

R 116 of 255 = 45%
G 106 of 255 = 42%
B 107 of 255 = 42%

116
106
107

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

Portions of RGB colors in percentages

R + G + B = 116 + 106 + 107 = 329 (100%)
R 116 of 329 ~ 35.26%
G 106 of 329 ~ 32.22%
B 107 of 329 ~ 32.52'%

%35.26
%32.22
%32.52

CMYK color model

#746A6B color CMYK value is (0,9,8,55).

  • cyan value is 0.00%
  • magenta value is 8.62%
  • yellow value is 7.76%
  • key color value is 54.51%

CMYK: (0,9,8,55)
C0M9Y8K55 (0%, 9%, 8%, 55%)
(0.00 / 0.09 / 0.08 / 0.55)

CMYK percentages

%0
%8.62
%7.76
%54.51

Codes

Color #746A6B in popluar color models

74 6A 6B
RGB 116 106 107
HSL 354° 4.50% 43.53%
HSB/HSV 354° 8.62% 45.49%
CMYK 0.00% 8.62% 7.76%
54.51%

Color #746A6B in popluar number systems.

HEX 74 6A 6B
Decimal 116 106 107
Binary 1110100 1101010 1101011
Octal 164 152 153

Shades and tints

Shades of #746A6B

#746A6B
(116,106,107)
#6A6162
(106,97,98)
#605859
(96,88,89)
#564F50
(86,79,80)
#4C4647
(76,70,71)
#423D3E
(66,61,62)
#383435
(56,52,53)
#2E2B2C
(46,43,44)
#242223
(36,34,35)
#1A191A
(26,25,26)
#101011
(16,16,17)
#000000
(0,0,0)

Tints of #746A6B

#746A6B
(116,106,107)
#807778
(128,119,120)
#8C8485
(140,132,133)
#989192
(152,145,146)
#A49E9F
(164,158,159)
#B0ABAC
(176,171,172)
#BCB8B9
(188,184,185)
#C8C5C6
(200,197,198)
#D4D2D3
(212,210,211)
#E0DFE0
(224,223,224)
#ECECED
(236,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746A6B; }

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

This text font color is #746A6B.

Background Color

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

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

This div background color is #746A6B.

Border color

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

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

This div border color is #746A6B.

Opacity

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

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

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

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

This text has shadow with #746A6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #746A6B.

Preview

Color preview on black background

This text has color #746A6B on black background.


Color preview on white background

This text has color #746A6B on white background.


Black color preview on #746A6B background

This text has black color on #746A6B background.


White color preview on #746A6B background

This text has white color on #746A6B background.


Related colors

Complementary color

Complementary color for #hex is #8B9594.


I love getcolorcode.com

Triadic colors

1 #6B746A and #6A6B74 with #746A6B are triadic colors.

2 #6B6A74 and #6A746B with #746A6B are triadic colors.