COLOR #747860

HEX: #747860
RGB: (116,120,96)

Color info

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

RGB color model

#747860 color RGB value is (116,120,96).

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

RGB channels and saturation

R 116 of 255 = 45%
G 120 of 255 = 47%
B 96 of 255 = 38%

116
120
96

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

Portions of RGB colors in percentages

R + G + B =
116 + 120 + 96 = 332 (100%)
R 116 of 332 ~ 34.94%
G 120 of 332 ~ 36.14%
B 96 of 332 ~ 28.92%

%34.94
%36.14
%28.92

CMYK color model

#747860 color CMYK value is (3,0,20,53).

  • cyan value is 3.33%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 52.94%
CMYK:
(3,0,20,53)
C3M0Y20K53 
(3%,0%,20%,53%)
(0.03/0.00/0.20/0.53)	

CMYK percentages

%3.33
%0
%20
%52.94

Codes

Color #747860 in popluar color models

747860
RGB11612096
HSL70°11.11%42.35%
HSB/HSV70°20.00%47.06%
CMYK3.33%0.00%20.00%
52.94%

Color #747860 in popluar number systems.

HEX747860
Decimal11612096
Binary111010011110001100000
Octal164170140

Shades and tints

Shades of #747860

#747860
(116,120,96)
#6A6E58
(106,110,88)
#606450
(96,100,80)
#565A48
(86,90,72)
#4C5040
(76,80,64)
#424638
(66,70,56)
#383C30
(56,60,48)
#2E3228
(46,50,40)
#242820
(36,40,32)
#1A1E18
(26,30,24)
#101410
(16,20,16)
#000000
(0,0,0)

Tints of #747860

#747860
(116,120,96)
#80846E
(128,132,110)
#8C907C
(140,144,124)
#989C8A
(152,156,138)
#A4A898
(164,168,152)
#B0B4A6
(176,180,166)
#BCC0B4
(188,192,180)
#C8CCC2
(200,204,194)
#D4D8D0
(212,216,208)
#E0E4DE
(224,228,222)
#ECF0EC
(236,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #747860; }

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

This text font color is #747860.


Background Color

.myBgColor { background-color: #747860; }

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

This div background color is #747860.


Border color

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

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

This div border color is #747860.


Opacity

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

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

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

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

This text has shadow with #747860 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747860 on black background.


Color preview on white background

This text has color #747860 on white background.



Black color preview on #747860 background

This text has black color on #747860 background.


White color preview on #747860 background

This text has white color on #747860 background.