COLOR #74745F

HEX: #74745F RGB: (116,116,95)

Color info

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

RGB color model

#74745F color RGB value is (116,116,95).

RGB: (116,116,95) (45%, 45%, 37%)

RGB channels and saturation

R 116 of 255 = 45%
G 116 of 255 = 45%
B 95 of 255 = 37%

116
116
95

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

Portions of RGB colors in percentages

R + G + B = 116 + 116 + 95 = 327 (100%)
R 116 of 327 ~ 35.47%
G 116 of 327 ~ 35.47%
B 95 of 327 ~ 29.05'%

%35.47
%35.47
%29.05

CMYK color model

#74745F color CMYK value is (0,0,18,55).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 18.10%
  • key color value is 54.51%

CMYK: (0,0,18,55)
C0M0Y18K55 (0%, 0%, 18%, 55%)
(0.00 / 0.00 / 0.18 / 0.55)

CMYK percentages

%0
%0
%18.1
%54.51

Codes

Color #74745F in popluar color models

74 74 5F
RGB 116 116 95
HSL 60° 9.95% 41.37%
HSB/HSV 60° 18.10% 45.49%
CMYK 0.00% 0.00% 18.10%
54.51%

Color #74745F in popluar number systems.

HEX 74 74 5F
Decimal 116 116 95
Binary 1110100 1110100 1011111
Octal 164 164 137

Shades and tints

Shades of #74745F

#74745F
(116,116,95)
#6A6A57
(106,106,87)
#60604F
(96,96,79)
#565647
(86,86,71)
#4C4C3F
(76,76,63)
#424237
(66,66,55)
#38382F
(56,56,47)
#2E2E27
(46,46,39)
#24241F
(36,36,31)
#1A1A17
(26,26,23)
#10100F
(16,16,15)
#000000
(0,0,0)

Tints of #74745F

#74745F
(116,116,95)
#80806D
(128,128,109)
#8C8C7B
(140,140,123)
#989889
(152,152,137)
#A4A497
(164,164,151)
#B0B0A5
(176,176,165)
#BCBCB3
(188,188,179)
#C8C8C1
(200,200,193)
#D4D4CF
(212,212,207)
#E0E0DD
(224,224,221)
#ECECEB
(236,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74745F; }

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

This text font color is #74745F.

Background Color

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

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

This div background color is #74745F.

Border color

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

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

This div border color is #74745F.

Opacity

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

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

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

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

This text has shadow with #74745F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74745F.

Preview

Color preview on black background

This text has color #74745F on black background.


Color preview on white background

This text has color #74745F on white background.


Black color preview on #74745F background

This text has black color on #74745F background.


White color preview on #74745F background

This text has white color on #74745F background.


Related colors

Complementary color

Complementary color for #hex is #8B8BA0.


I love getcolorcode.com