COLOR #74795E

HEX: #74795E
RGB: (116,121,94)

Color info

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

RGB color model

#74795E color RGB value is (116,121,94).

  • red value is 116;
  • green value is 121;
  • blue value is 94.
RGB:
(116,121,94)
(45%,47%,37%)

RGB channels and saturation

R 116 of 255 = 45%
G 121 of 255 = 47%
B 94 of 255 = 37%

116
121
94

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

Portions of RGB colors in percentages

R + G + B =
116 + 121 + 94 = 331 (100%)
R 116 of 331 ~ 35.05%
G 121 of 331 ~ 36.56%
B 94 of 331 ~ 28.4%

%35.05
%36.56
%28.4

CMYK color model

#74795E color CMYK value is (4,0,22,53).

  • cyan value is 4.13%
  • magenta value is 0.00%
  • yellow value is 22.31%
  • key color value is 52.55%
CMYK:
(4,0,22,53)
C4M0Y22K53 
(4%,0%,22%,53%)
(0.04/0.00/0.22/0.53)	

CMYK percentages

%4.13
%0
%22.31
%52.55

Codes

Color #74795E in popluar color models

74795E
RGB11612194
HSL71°12.56%42.16%
HSB/HSV71°22.31%47.45%
CMYK4.13%0.00%22.31%
52.55%

Color #74795E in popluar number systems.

HEX74795E
Decimal11612194
Binary111010011110011011110
Octal164171136

Shades and tints

Shades of #74795E

#74795E
(116,121,94)
#6A6E56
(106,110,86)
#60634E
(96,99,78)
#565846
(86,88,70)
#4C4D3E
(76,77,62)
#424236
(66,66,54)
#38372E
(56,55,46)
#2E2C26
(46,44,38)
#24211E
(36,33,30)
#1A1616
(26,22,22)
#100B0E
(16,11,14)
#000000
(0,0,0)

Tints of #74795E

#74795E
(116,121,94)
#80856C
(128,133,108)
#8C917A
(140,145,122)
#989D88
(152,157,136)
#A4A996
(164,169,150)
#B0B5A4
(176,181,164)
#BCC1B2
(188,193,178)
#C8CDC0
(200,205,192)
#D4D9CE
(212,217,206)
#E0E5DC
(224,229,220)
#ECF1EA
(236,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74795E color. Also use rgb(116,121,94) instead hex code.

Text Font Color

.myTextColor { color: #74795E; }

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

This text font color is #74795E.


Background Color

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

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

This div background color is #74795E.


Border color

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

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

This div border color is #74795E.


Opacity

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

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

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

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

This text has shadow with #74795E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74795E on black background.


Color preview on white background

This text has color #74795E on white background.



Black color preview on #74795E background

This text has black color on #74795E background.


White color preview on #74795E background

This text has white color on #74795E background.