COLOR #74656F

HEX: #74656F RGB: (116,101,111)

Color info

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

RGB color model

#74656F color RGB value is (116,101,111).

RGB: (116,101,111) (45%, 40%, 44%)

RGB channels and saturation

R 116 of 255 = 45%
G 101 of 255 = 40%
B 111 of 255 = 44%

116
101
111

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

Portions of RGB colors in percentages

R + G + B = 116 + 101 + 111 = 328 (100%)
R 116 of 328 ~ 35.37%
G 101 of 328 ~ 30.79%
B 111 of 328 ~ 33.84'%

%35.37
%30.79
%33.84

CMYK color model

#74656F color CMYK value is (0,13,4,55).

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

CMYK: (0,13,4,55)
C0M13Y4K55 (0%, 13%, 4%, 55%)
(0.00 / 0.13 / 0.04 / 0.55)

CMYK percentages

%0
%12.93
%4.31
%54.51

Codes

Color #74656F in popluar color models

74 65 6F
RGB 116 101 111
HSL 320° 6.91% 42.55%
HSB/HSV 320° 12.93% 45.49%
CMYK 0.00% 12.93% 4.31%
54.51%

Color #74656F in popluar number systems.

HEX 74 65 6F
Decimal 116 101 111
Binary 1110100 1100101 1101111
Octal 164 145 157

Shades and tints

Shades of #74656F

#74656F
(116,101,111)
#6A5C65
(106,92,101)
#60535B
(96,83,91)
#564A51
(86,74,81)
#4C4147
(76,65,71)
#42383D
(66,56,61)
#382F33
(56,47,51)
#2E2629
(46,38,41)
#241D1F
(36,29,31)
#1A1415
(26,20,21)
#100B0B
(16,11,11)
#000000
(0,0,0)

Tints of #74656F

#74656F
(116,101,111)
#80737C
(128,115,124)
#8C8189
(140,129,137)
#988F96
(152,143,150)
#A49DA3
(164,157,163)
#B0ABB0
(176,171,176)
#BCB9BD
(188,185,189)
#C8C7CA
(200,199,202)
#D4D5D7
(212,213,215)
#E0E3E4
(224,227,228)
#ECF1F1
(236,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74656F; }

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

This text font color is #74656F.

Background Color

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

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

This div background color is #74656F.

Border color

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

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

This div border color is #74656F.

Opacity

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

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

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

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

This text has shadow with #74656F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74656F.

Preview

Color preview on black background

This text has color #74656F on black background.


Color preview on white background

This text has color #74656F on white background.


Black color preview on #74656F background

This text has black color on #74656F background.


White color preview on #74656F background

This text has white color on #74656F background.


Related colors

Complementary color

Complementary color for #hex is #8B9A90.


I love getcolorcode.com

Triadic colors

1 #6F7465 and #656F74 with #74656F are triadic colors.

2 #6F6574 and #65746F with #74656F are triadic colors.