COLOR #74676E

HEX: #74676E
RGB: (116,103,110)

Color info

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

RGB color model

#74676E color RGB value is (116,103,110).

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

RGB channels and saturation

R 116 of 255 = 45%
G 103 of 255 = 40%
B 110 of 255 = 43%

116
103
110

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

Portions of RGB colors in percentages

R + G + B =
116 + 103 + 110 = 329 (100%)
R 116 of 329 ~ 35.26%
G 103 of 329 ~ 31.31%
B 110 of 329 ~ 33.43%

%35.26
%31.31
%33.43

CMYK color model

#74676E color CMYK value is (0,11,5,55).

  • cyan value is 0.00%
  • magenta value is 11.21%
  • yellow value is 5.17%
  • key color value is 54.51%
CMYK:
(0,11,5,55)
C0M11Y5K55 
(0%,11%,5%,55%)
(0.00/0.11/0.05/0.55)	

CMYK percentages

%0
%11.21
%5.17
%54.51

Codes

Color #74676E in popluar color models

74676E
RGB116103110
HSL328°5.94%42.94%
HSB/HSV328°11.21%45.49%
CMYK0.00%11.21%5.17%
54.51%

Color #74676E in popluar number systems.

HEX74676E
Decimal116103110
Binary111010011001111101110
Octal164147156

Shades and tints

Shades of #74676E

#74676E
(116,103,110)
#6A5E64
(106,94,100)
#60555A
(96,85,90)
#564C50
(86,76,80)
#4C4346
(76,67,70)
#423A3C
(66,58,60)
#383132
(56,49,50)
#2E2828
(46,40,40)
#241F1E
(36,31,30)
#1A1614
(26,22,20)
#100D0A
(16,13,10)
#000000
(0,0,0)

Tints of #74676E

#74676E
(116,103,110)
#80747B
(128,116,123)
#8C8188
(140,129,136)
#988E95
(152,142,149)
#A49BA2
(164,155,162)
#B0A8AF
(176,168,175)
#BCB5BC
(188,181,188)
#C8C2C9
(200,194,201)
#D4CFD6
(212,207,214)
#E0DCE3
(224,220,227)
#ECE9F0
(236,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74676E; }

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

This text font color is #74676E.


Background Color

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

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

This div background color is #74676E.


Border color

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

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

This div border color is #74676E.


Opacity

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

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

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

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

This text has shadow with #74676E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74676E on black background.


Color preview on white background

This text has color #74676E on white background.



Black color preview on #74676E background

This text has black color on #74676E background.


White color preview on #74676E background

This text has white color on #74676E background.