COLOR #746B6B

HEX: #746B6B
RGB: (116,107,107)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

116
107
107

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

Portions of RGB colors in percentages

R + G + B =
116 + 107 + 107 = 330 (100%)
R 116 of 330 ~ 35.15%
G 107 of 330 ~ 32.42%
B 107 of 330 ~ 32.42%

%35.15
%32.42
%32.42

CMYK color model

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

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

CMYK percentages

%0
%7.76
%7.76
%54.51

Codes

Color #746B6B in popluar color models

746B6B
RGB116107107
HSL4.04%43.73%
HSB/HSV7.76%45.49%
CMYK0.00%7.76%7.76%
54.51%

Color #746B6B in popluar number systems.

HEX746B6B
Decimal116107107
Binary111010011010111101011
Octal164153153

Shades and tints

Shades of #746B6B

#746B6B
(116,107,107)
#6A6262
(106,98,98)
#605959
(96,89,89)
#565050
(86,80,80)
#4C4747
(76,71,71)
#423E3E
(66,62,62)
#383535
(56,53,53)
#2E2C2C
(46,44,44)
#242323
(36,35,35)
#1A1A1A
(26,26,26)
#101111
(16,17,17)
#000000
(0,0,0)

Tints of #746B6B

#746B6B
(116,107,107)
#807878
(128,120,120)
#8C8585
(140,133,133)
#989292
(152,146,146)
#A49F9F
(164,159,159)
#B0ACAC
(176,172,172)
#BCB9B9
(188,185,185)
#C8C6C6
(200,198,198)
#D4D3D3
(212,211,211)
#E0E0E0
(224,224,224)
#ECEDED
(236,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746B6B; }

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

This text font color is #746B6B.


Background Color

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

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

This div background color is #746B6B.


Border color

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

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

This div border color is #746B6B.


Opacity

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

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

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

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

This text has shadow with #746B6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746B6B on black background.


Color preview on white background

This text has color #746B6B on white background.



Black color preview on #746B6B background

This text has black color on #746B6B background.


White color preview on #746B6B background

This text has white color on #746B6B background.