COLOR #746960

HEX: #746960
RGB: (116,105,96)

Color info

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

RGB color model

#746960 color RGB value is (116,105,96).

  • red value is 116;
  • green value is 105;
  • blue value is 96.
RGB:
(116,105,96)
(45%,41%,38%)

RGB channels and saturation

R 116 of 255 = 45%
G 105 of 255 = 41%
B 96 of 255 = 38%

116
105
96

R + G + B ~ 41%. #746960 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 105 + 96 = 317 (100%)
R 116 of 317 ~ 36.59%
G 105 of 317 ~ 33.12%
B 96 of 317 ~ 30.28%

%36.59
%33.12
%30.28

CMYK color model

#746960 color CMYK value is (0,9,17,55).

  • cyan value is 0.00%
  • magenta value is 9.48%
  • yellow value is 17.24%
  • key color value is 54.51%
CMYK:
(0,9,17,55)
C0M9Y17K55 
(0%,9%,17%,55%)
(0.00/0.09/0.17/0.55)	

CMYK percentages

%0
%9.48
%17.24
%54.51

Codes

Color #746960 in popluar color models

746960
RGB11610596
HSL27°9.43%41.57%
HSB/HSV27°17.24%45.49%
CMYK0.00%9.48%17.24%
54.51%

Color #746960 in popluar number systems.

HEX746960
Decimal11610596
Binary111010011010011100000
Octal164151140

Shades and tints

Shades of #746960

#746960
(116,105,96)
#6A6058
(106,96,88)
#605750
(96,87,80)
#564E48
(86,78,72)
#4C4540
(76,69,64)
#423C38
(66,60,56)
#383330
(56,51,48)
#2E2A28
(46,42,40)
#242120
(36,33,32)
#1A1818
(26,24,24)
#100F10
(16,15,16)
#000000
(0,0,0)

Tints of #746960

#746960
(116,105,96)
#80766E
(128,118,110)
#8C837C
(140,131,124)
#98908A
(152,144,138)
#A49D98
(164,157,152)
#B0AAA6
(176,170,166)
#BCB7B4
(188,183,180)
#C8C4C2
(200,196,194)
#D4D1D0
(212,209,208)
#E0DEDE
(224,222,222)
#ECEBEC
(236,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #746960 color. Also use rgb(116,105,96) instead hex code.

Text Font Color

.myTextColor { color: #746960; }

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

This text font color is #746960.


Background Color

.myBgColor { background-color: #746960; }

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

This div background color is #746960.


Border color

.myBorderColor { border: 1px solid #746960; }

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

This div border color is #746960.


Opacity

.myOpacity80 { color: #746960; opacity: 0.8; }

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

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

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

This text has shadow with #746960 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746960 on black background.


Color preview on white background

This text has color #746960 on white background.



Black color preview on #746960 background

This text has black color on #746960 background.


White color preview on #746960 background

This text has white color on #746960 background.