COLOR #746A61

HEX: #746A61
RGB: (116,106,97)

Color info

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

RGB color model

#746A61 color RGB value is (116,106,97).

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

RGB channels and saturation

R 116 of 255 = 45%
G 106 of 255 = 42%
B 97 of 255 = 38%

116
106
97

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

Portions of RGB colors in percentages

R + G + B =
116 + 106 + 97 = 319 (100%)
R 116 of 319 ~ 36.36%
G 106 of 319 ~ 33.23%
B 97 of 319 ~ 30.41%

%36.36
%33.23
%30.41

CMYK color model

#746A61 color CMYK value is (0,9,16,55).

  • cyan value is 0.00%
  • magenta value is 8.62%
  • yellow value is 16.38%
  • key color value is 54.51%
CMYK:
(0,9,16,55)
C0M9Y16K55 
(0%,9%,16%,55%)
(0.00/0.09/0.16/0.55)	

CMYK percentages

%0
%8.62
%16.38
%54.51

Codes

Color #746A61 in popluar color models

746A61
RGB11610697
HSL28°8.92%41.76%
HSB/HSV28°16.38%45.49%
CMYK0.00%8.62%16.38%
54.51%

Color #746A61 in popluar number systems.

HEX746A61
Decimal11610697
Binary111010011010101100001
Octal164152141

Shades and tints

Shades of #746A61

#746A61
(116,106,97)
#6A6159
(106,97,89)
#605851
(96,88,81)
#564F49
(86,79,73)
#4C4641
(76,70,65)
#423D39
(66,61,57)
#383431
(56,52,49)
#2E2B29
(46,43,41)
#242221
(36,34,33)
#1A1919
(26,25,25)
#101011
(16,16,17)
#000000
(0,0,0)

Tints of #746A61

#746A61
(116,106,97)
#80776F
(128,119,111)
#8C847D
(140,132,125)
#98918B
(152,145,139)
#A49E99
(164,158,153)
#B0ABA7
(176,171,167)
#BCB8B5
(188,184,181)
#C8C5C3
(200,197,195)
#D4D2D1
(212,210,209)
#E0DFDF
(224,223,223)
#ECECED
(236,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746A61; }

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

This text font color is #746A61.


Background Color

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

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

This div background color is #746A61.


Border color

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

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

This div border color is #746A61.


Opacity

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

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

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

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

This text has shadow with #746A61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746A61 on black background.


Color preview on white background

This text has color #746A61 on white background.



Black color preview on #746A61 background

This text has black color on #746A61 background.


White color preview on #746A61 background

This text has white color on #746A61 background.