COLOR #746B6D

HEX: #746B6D
RGB: (116,107,109)

Color info

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

RGB color model

#746B6D color RGB value is (116,107,109).

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

RGB channels and saturation

R 116 of 255 = 45%
G 107 of 255 = 42%
B 109 of 255 = 43%

116
107
109

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

Portions of RGB colors in percentages

R + G + B =
116 + 107 + 109 = 332 (100%)
R 116 of 332 ~ 34.94%
G 107 of 332 ~ 32.23%
B 109 of 332 ~ 32.83%

%34.94
%32.23
%32.83

CMYK color model

#746B6D color CMYK value is (0,8,6,55).

  • cyan value is 0.00%
  • magenta value is 7.76%
  • yellow value is 6.03%
  • key color value is 54.51%
CMYK:
(0,8,6,55)
C0M8Y6K55 
(0%,8%,6%,55%)
(0.00/0.08/0.06/0.55)	

CMYK percentages

%0
%7.76
%6.03
%54.51

Codes

Color #746B6D in popluar color models

746B6D
RGB116107109
HSL347°4.04%43.73%
HSB/HSV347°7.76%45.49%
CMYK0.00%7.76%6.03%
54.51%

Color #746B6D in popluar number systems.

HEX746B6D
Decimal116107109
Binary111010011010111101101
Octal164153155

Shades and tints

Shades of #746B6D

#746B6D
(116,107,109)
#6A6264
(106,98,100)
#60595B
(96,89,91)
#565052
(86,80,82)
#4C4749
(76,71,73)
#423E40
(66,62,64)
#383537
(56,53,55)
#2E2C2E
(46,44,46)
#242325
(36,35,37)
#1A1A1C
(26,26,28)
#101113
(16,17,19)
#000000
(0,0,0)

Tints of #746B6D

#746B6D
(116,107,109)
#80787A
(128,120,122)
#8C8587
(140,133,135)
#989294
(152,146,148)
#A49FA1
(164,159,161)
#B0ACAE
(176,172,174)
#BCB9BB
(188,185,187)
#C8C6C8
(200,198,200)
#D4D3D5
(212,211,213)
#E0E0E2
(224,224,226)
#ECEDEF
(236,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746B6D; }

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

This text font color is #746B6D.


Background Color

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

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

This div background color is #746B6D.


Border color

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

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

This div border color is #746B6D.


Opacity

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

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

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

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

This text has shadow with #746B6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746B6D on black background.


Color preview on white background

This text has color #746B6D on white background.



Black color preview on #746B6D background

This text has black color on #746B6D background.


White color preview on #746B6D background

This text has white color on #746B6D background.