COLOR #746D70

HEX: #746D70
RGB: (116,109,112)

Color info

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

RGB color model

#746D70 color RGB value is (116,109,112).

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

RGB channels and saturation

R 116 of 255 = 45%
G 109 of 255 = 43%
B 112 of 255 = 44%

116
109
112

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

Portions of RGB colors in percentages

R + G + B =
116 + 109 + 112 = 337 (100%)
R 116 of 337 ~ 34.42%
G 109 of 337 ~ 32.34%
B 112 of 337 ~ 33.23%

%34.42
%32.34
%33.23

CMYK color model

#746D70 color CMYK value is (0,6,3,55).

  • cyan value is 0.00%
  • magenta value is 6.03%
  • yellow value is 3.45%
  • key color value is 54.51%
CMYK:
(0,6,3,55)
C0M6Y3K55 
(0%,6%,3%,55%)
(0.00/0.06/0.03/0.55)	

CMYK percentages

%0
%6.03
%3.45
%54.51

Codes

Color #746D70 in popluar color models

746D70
RGB116109112
HSL334°3.11%44.12%
HSB/HSV334°6.03%45.49%
CMYK0.00%6.03%3.45%
54.51%

Color #746D70 in popluar number systems.

HEX746D70
Decimal116109112
Binary111010011011011110000
Octal164155160

Shades and tints

Shades of #746D70

#746D70
(116,109,112)
#6A6466
(106,100,102)
#605B5C
(96,91,92)
#565252
(86,82,82)
#4C4948
(76,73,72)
#42403E
(66,64,62)
#383734
(56,55,52)
#2E2E2A
(46,46,42)
#242520
(36,37,32)
#1A1C16
(26,28,22)
#10130C
(16,19,12)
#000000
(0,0,0)

Tints of #746D70

#746D70
(116,109,112)
#807A7D
(128,122,125)
#8C878A
(140,135,138)
#989497
(152,148,151)
#A4A1A4
(164,161,164)
#B0AEB1
(176,174,177)
#BCBBBE
(188,187,190)
#C8C8CB
(200,200,203)
#D4D5D8
(212,213,216)
#E0E2E5
(224,226,229)
#ECEFF2
(236,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746D70; }

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

This text font color is #746D70.


Background Color

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

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

This div background color is #746D70.


Border color

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

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

This div border color is #746D70.


Opacity

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

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

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

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

This text has shadow with #746D70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746D70 on black background.


Color preview on white background

This text has color #746D70 on white background.



Black color preview on #746D70 background

This text has black color on #746D70 background.


White color preview on #746D70 background

This text has white color on #746D70 background.