COLOR #74656D

HEX: #74656D RGB: (116,101,109)

Color info

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

RGB color model

#74656D color RGB value is (116,101,109).

RGB: (116,101,109) (45%, 40%, 43%)

RGB channels and saturation

R 116 of 255 = 45%
G 101 of 255 = 40%
B 109 of 255 = 43%

116
101
109

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

Portions of RGB colors in percentages

R + G + B = 116 + 101 + 109 = 326 (100%)
R 116 of 326 ~ 35.58%
G 101 of 326 ~ 30.98%
B 109 of 326 ~ 33.44'%

%35.58
%30.98
%33.44

CMYK color model

#74656D color CMYK value is (0,13,6,55).

  • cyan value is 0.00%
  • magenta value is 12.93%
  • yellow value is 6.03%
  • key color value is 54.51%

CMYK: (0,13,6,55)
C0M13Y6K55 (0%, 13%, 6%, 55%)
(0.00 / 0.13 / 0.06 / 0.55)

CMYK percentages

%0
%12.93
%6.03
%54.51

Codes

Color #74656D in popluar color models

74 65 6D
RGB 116 101 109
HSL 328° 6.91% 42.55%
HSB/HSV 328° 12.93% 45.49%
CMYK 0.00% 12.93% 6.03%
54.51%

Color #74656D in popluar number systems.

HEX 74 65 6D
Decimal 116 101 109
Binary 1110100 1100101 1101101
Octal 164 145 155

Shades and tints

Shades of #74656D

#74656D
(116,101,109)
#6A5C64
(106,92,100)
#60535B
(96,83,91)
#564A52
(86,74,82)
#4C4149
(76,65,73)
#423840
(66,56,64)
#382F37
(56,47,55)
#2E262E
(46,38,46)
#241D25
(36,29,37)
#1A141C
(26,20,28)
#100B13
(16,11,19)
#000000
(0,0,0)

Tints of #74656D

#74656D
(116,101,109)
#80737A
(128,115,122)
#8C8187
(140,129,135)
#988F94
(152,143,148)
#A49DA1
(164,157,161)
#B0ABAE
(176,171,174)
#BCB9BB
(188,185,187)
#C8C7C8
(200,199,200)
#D4D5D5
(212,213,213)
#E0E3E2
(224,227,226)
#ECF1EF
(236,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74656D color. Also use rgb(116,101,109) instead hex code.

Text Font Color

.myTextColor { color: #74656D; }

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

This text font color is #74656D.

Background Color

.myBgColor { background-color: #74656D; }

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

This div background color is #74656D.

Border color

.myBorderColor { border: 1px solid #74656D; }

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

This div border color is #74656D.

Opacity

.myOpacity80 { color: #74656D; opacity: 0.8; }

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

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

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

This text has shadow with #74656D color.


.textShadow {text-shadow: 3px 3px 1px #74656D', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #74656D; -webkit-box-shadow: 1px 1px 3px 2px #74656D; box-shadow:1px 1px 3px 2px #74656D;">
Div content here
</div>

This div box has shadow with color #74656D.

Preview

Color preview on black background

This text has color #74656D on black background.


Color preview on white background

This text has color #74656D on white background.


Black color preview on #74656D background

This text has black color on #74656D background.


White color preview on #74656D background

This text has white color on #74656D background.


Related colors

Complementary color

Complementary color for #hex is #8B9A92.


I love getcolorcode.com

Triadic colors

1 #6D7465 and #656D74 with #74656D are triadic colors.

2 #6D6574 and #65746D with #74656D are triadic colors.