COLOR #746B73

HEX: #746B73
RGB: (116,107,115)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

116
107
115

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

Portions of RGB colors in percentages

R + G + B =
116 + 107 + 115 = 338 (100%)
R 116 of 338 ~ 34.32%
G 107 of 338 ~ 31.66%
B 115 of 338 ~ 34.02%

%34.32
%31.66
%34.02

CMYK color model

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

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

CMYK percentages

%0
%7.76
%0.86
%54.51

Codes

Color #746B73 in popluar color models

746B73
RGB116107115
HSL307°4.04%43.73%
HSB/HSV307°7.76%45.49%
CMYK0.00%7.76%0.86%
54.51%

Color #746B73 in popluar number systems.

HEX746B73
Decimal116107115
Binary111010011010111110011
Octal164153163

Shades and tints

Shades of #746B73

#746B73
(116,107,115)
#6A6269
(106,98,105)
#60595F
(96,89,95)
#565055
(86,80,85)
#4C474B
(76,71,75)
#423E41
(66,62,65)
#383537
(56,53,55)
#2E2C2D
(46,44,45)
#242323
(36,35,35)
#1A1A19
(26,26,25)
#10110F
(16,17,15)
#000000
(0,0,0)

Tints of #746B73

#746B73
(116,107,115)
#80787F
(128,120,127)
#8C858B
(140,133,139)
#989297
(152,146,151)
#A49FA3
(164,159,163)
#B0ACAF
(176,172,175)
#BCB9BB
(188,185,187)
#C8C6C7
(200,198,199)
#D4D3D3
(212,211,211)
#E0E0DF
(224,224,223)
#ECEDEB
(236,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746B73; }

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

This text font color is #746B73.


Background Color

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

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

This div background color is #746B73.


Border color

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

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

This div border color is #746B73.


Opacity

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

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

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

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

This text has shadow with #746B73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746B73 on black background.


Color preview on white background

This text has color #746B73 on white background.



Black color preview on #746B73 background

This text has black color on #746B73 background.


White color preview on #746B73 background

This text has white color on #746B73 background.