COLOR #74676B

HEX: #74676B
RGB: (116,103,107)

Color info

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

RGB color model

#74676B color RGB value is (116,103,107).

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

RGB channels and saturation

R 116 of 255 = 45%
G 103 of 255 = 40%
B 107 of 255 = 42%

116
103
107

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

Portions of RGB colors in percentages

R + G + B =
116 + 103 + 107 = 326 (100%)
R 116 of 326 ~ 35.58%
G 103 of 326 ~ 31.6%
B 107 of 326 ~ 32.82%

%35.58
%31.6
%32.82

CMYK color model

#74676B color CMYK value is (0,11,8,55).

  • cyan value is 0.00%
  • magenta value is 11.21%
  • yellow value is 7.76%
  • key color value is 54.51%
CMYK:
(0,11,8,55)
C0M11Y8K55 
(0%,11%,8%,55%)
(0.00/0.11/0.08/0.55)	

CMYK percentages

%0
%11.21
%7.76
%54.51

Codes

Color #74676B in popluar color models

74676B
RGB116103107
HSL342°5.94%42.94%
HSB/HSV342°11.21%45.49%
CMYK0.00%11.21%7.76%
54.51%

Color #74676B in popluar number systems.

HEX74676B
Decimal116103107
Binary111010011001111101011
Octal164147153

Shades and tints

Shades of #74676B

#74676B
(116,103,107)
#6A5E62
(106,94,98)
#605559
(96,85,89)
#564C50
(86,76,80)
#4C4347
(76,67,71)
#423A3E
(66,58,62)
#383135
(56,49,53)
#2E282C
(46,40,44)
#241F23
(36,31,35)
#1A161A
(26,22,26)
#100D11
(16,13,17)
#000000
(0,0,0)

Tints of #74676B

#74676B
(116,103,107)
#807478
(128,116,120)
#8C8185
(140,129,133)
#988E92
(152,142,146)
#A49B9F
(164,155,159)
#B0A8AC
(176,168,172)
#BCB5B9
(188,181,185)
#C8C2C6
(200,194,198)
#D4CFD3
(212,207,211)
#E0DCE0
(224,220,224)
#ECE9ED
(236,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74676B; }

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

This text font color is #74676B.


Background Color

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

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

This div background color is #74676B.


Border color

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

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

This div border color is #74676B.


Opacity

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

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

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

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

This text has shadow with #74676B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74676B on black background.


Color preview on white background

This text has color #74676B on white background.



Black color preview on #74676B background

This text has black color on #74676B background.


White color preview on #74676B background

This text has white color on #74676B background.