COLOR #746A70

HEX: #746A70
RGB: (116,106,112)

Color info

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

RGB color model

#746A70 color RGB value is (116,106,112).

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

RGB channels and saturation

R 116 of 255 = 45%
G 106 of 255 = 42%
B 112 of 255 = 44%

116
106
112

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

Portions of RGB colors in percentages

R + G + B =
116 + 106 + 112 = 334 (100%)
R 116 of 334 ~ 34.73%
G 106 of 334 ~ 31.74%
B 112 of 334 ~ 33.53%

%34.73
%31.74
%33.53

CMYK color model

#746A70 color CMYK value is (0,9,3,55).

  • cyan value is 0.00%
  • magenta value is 8.62%
  • yellow value is 3.45%
  • key color value is 54.51%
CMYK:
(0,9,3,55)
C0M9Y3K55 
(0%,9%,3%,55%)
(0.00/0.09/0.03/0.55)	

CMYK percentages

%0
%8.62
%3.45
%54.51

Codes

Color #746A70 in popluar color models

746A70
RGB116106112
HSL324°4.50%43.53%
HSB/HSV324°8.62%45.49%
CMYK0.00%8.62%3.45%
54.51%

Color #746A70 in popluar number systems.

HEX746A70
Decimal116106112
Binary111010011010101110000
Octal164152160

Shades and tints

Shades of #746A70

#746A70
(116,106,112)
#6A6166
(106,97,102)
#60585C
(96,88,92)
#564F52
(86,79,82)
#4C4648
(76,70,72)
#423D3E
(66,61,62)
#383434
(56,52,52)
#2E2B2A
(46,43,42)
#242220
(36,34,32)
#1A1916
(26,25,22)
#10100C
(16,16,12)
#000000
(0,0,0)

Tints of #746A70

#746A70
(116,106,112)
#80777D
(128,119,125)
#8C848A
(140,132,138)
#989197
(152,145,151)
#A49EA4
(164,158,164)
#B0ABB1
(176,171,177)
#BCB8BE
(188,184,190)
#C8C5CB
(200,197,203)
#D4D2D8
(212,210,216)
#E0DFE5
(224,223,229)
#ECECF2
(236,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746A70; }

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

This text font color is #746A70.


Background Color

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

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

This div background color is #746A70.


Border color

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

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

This div border color is #746A70.


Opacity

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

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

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

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

This text has shadow with #746A70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746A70 on black background.


Color preview on white background

This text has color #746A70 on white background.



Black color preview on #746A70 background

This text has black color on #746A70 background.


White color preview on #746A70 background

This text has white color on #746A70 background.