COLOR #74686B

HEX: #74686B
RGB: (116,104,107)

Color info

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

RGB color model

#74686B color RGB value is (116,104,107).

  • red value is 116;
  • green value is 104;
  • blue value is 107.
RGB:
(116,104,107)
(45%,41%,42%)

RGB channels and saturation

R 116 of 255 = 45%
G 104 of 255 = 41%
B 107 of 255 = 42%

116
104
107

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

Portions of RGB colors in percentages

R + G + B =
116 + 104 + 107 = 327 (100%)
R 116 of 327 ~ 35.47%
G 104 of 327 ~ 31.8%
B 107 of 327 ~ 32.72%

%35.47
%31.8
%32.72

CMYK color model

#74686B color CMYK value is (0,10,8,55).

  • cyan value is 0.00%
  • magenta value is 10.34%
  • yellow value is 7.76%
  • key color value is 54.51%
CMYK:
(0,10,8,55)
C0M10Y8K55 
(0%,10%,8%,55%)
(0.00/0.10/0.08/0.55)	

CMYK percentages

%0
%10.34
%7.76
%54.51

Codes

Color #74686B in popluar color models

74686B
RGB116104107
HSL345°5.45%43.14%
HSB/HSV345°10.34%45.49%
CMYK0.00%10.34%7.76%
54.51%

Color #74686B in popluar number systems.

HEX74686B
Decimal116104107
Binary111010011010001101011
Octal164150153

Shades and tints

Shades of #74686B

#74686B
(116,104,107)
#6A5F62
(106,95,98)
#605659
(96,86,89)
#564D50
(86,77,80)
#4C4447
(76,68,71)
#423B3E
(66,59,62)
#383235
(56,50,53)
#2E292C
(46,41,44)
#242023
(36,32,35)
#1A171A
(26,23,26)
#100E11
(16,14,17)
#000000
(0,0,0)

Tints of #74686B

#74686B
(116,104,107)
#807578
(128,117,120)
#8C8285
(140,130,133)
#988F92
(152,143,146)
#A49C9F
(164,156,159)
#B0A9AC
(176,169,172)
#BCB6B9
(188,182,185)
#C8C3C6
(200,195,198)
#D4D0D3
(212,208,211)
#E0DDE0
(224,221,224)
#ECEAED
(236,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74686B color. Also use rgb(116,104,107) instead hex code.

Text Font Color

.myTextColor { color: #74686B; }

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

This text font color is #74686B.


Background Color

.myBgColor { background-color: #74686B; }

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

This div background color is #74686B.


Border color

.myBorderColor { border: 1px solid #74686B; }

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

This div border color is #74686B.


Opacity

.myOpacity80 { color: #74686B; opacity: 0.8; }

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

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

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

This text has shadow with #74686B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74686B on black background.


Color preview on white background

This text has color #74686B on white background.



Black color preview on #74686B background

This text has black color on #74686B background.


White color preview on #74686B background

This text has white color on #74686B background.