COLOR #74745B

HEX: #74745B
RGB: (116,116,91)

Color info

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

RGB color model

#74745B color RGB value is (116,116,91).

  • red value is 116;
  • green value is 116;
  • blue value is 91.
RGB:
(116,116,91)
(45%,45%,36%)

RGB channels and saturation

R 116 of 255 = 45%
G 116 of 255 = 45%
B 91 of 255 = 36%

116
116
91

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

Portions of RGB colors in percentages

R + G + B =
116 + 116 + 91 = 323 (100%)
R 116 of 323 ~ 35.91%
G 116 of 323 ~ 35.91%
B 91 of 323 ~ 28.17%

%35.91
%35.91
%28.17

CMYK color model

#74745B color CMYK value is (0,0,22,55).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 21.55%
  • key color value is 54.51%
CMYK:
(0,0,22,55)
C0M0Y22K55 
(0%,0%,22%,55%)
(0.00/0.00/0.22/0.55)	

CMYK percentages

%0
%0
%21.55
%54.51

Codes

Color #74745B in popluar color models

74745B
RGB11611691
HSL60°12.08%40.59%
HSB/HSV60°21.55%45.49%
CMYK0.00%0.00%21.55%
54.51%

Color #74745B in popluar number systems.

HEX74745B
Decimal11611691
Binary111010011101001011011
Octal164164133

Shades and tints

Shades of #74745B

#74745B
(116,116,91)
#6A6A53
(106,106,83)
#60604B
(96,96,75)
#565643
(86,86,67)
#4C4C3B
(76,76,59)
#424233
(66,66,51)
#38382B
(56,56,43)
#2E2E23
(46,46,35)
#24241B
(36,36,27)
#1A1A13
(26,26,19)
#10100B
(16,16,11)
#000000
(0,0,0)

Tints of #74745B

#74745B
(116,116,91)
#808069
(128,128,105)
#8C8C77
(140,140,119)
#989885
(152,152,133)
#A4A493
(164,164,147)
#B0B0A1
(176,176,161)
#BCBCAF
(188,188,175)
#C8C8BD
(200,200,189)
#D4D4CB
(212,212,203)
#E0E0D9
(224,224,217)
#ECECE7
(236,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74745B; }

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

This text font color is #74745B.


Background Color

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

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

This div background color is #74745B.


Border color

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

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

This div border color is #74745B.


Opacity

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

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

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

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

This text has shadow with #74745B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74745B on black background.


Color preview on white background

This text has color #74745B on white background.



Black color preview on #74745B background

This text has black color on #74745B background.


White color preview on #74745B background

This text has white color on #74745B background.