COLOR #74705A

HEX: #74705A
RGB: (116,112,90)

Color info

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

RGB color model

#74705A color RGB value is (116,112,90).

  • red value is 116;
  • green value is 112;
  • blue value is 90.
RGB:
(116,112,90)
(45%,44%,35%)

RGB channels and saturation

R 116 of 255 = 45%
G 112 of 255 = 44%
B 90 of 255 = 35%

116
112
90

R + G + B ~ 41%. #74705A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 112 + 90 = 318 (100%)
R 116 of 318 ~ 36.48%
G 112 of 318 ~ 35.22%
B 90 of 318 ~ 28.3%

%36.48
%35.22
%28.3

CMYK color model

#74705A color CMYK value is (0,3,22,55).

  • cyan value is 0.00%
  • magenta value is 3.45%
  • yellow value is 22.41%
  • key color value is 54.51%
CMYK:
(0,3,22,55)
C0M3Y22K55 
(0%,3%,22%,55%)
(0.00/0.03/0.22/0.55)	

CMYK percentages

%0
%3.45
%22.41
%54.51

Codes

Color #74705A in popluar color models

74705A
RGB11611290
HSL51°12.62%40.39%
HSB/HSV51°22.41%45.49%
CMYK0.00%3.45%22.41%
54.51%

Color #74705A in popluar number systems.

HEX74705A
Decimal11611290
Binary111010011100001011010
Octal164160132

Shades and tints

Shades of #74705A

#74705A
(116,112,90)
#6A6652
(106,102,82)
#605C4A
(96,92,74)
#565242
(86,82,66)
#4C483A
(76,72,58)
#423E32
(66,62,50)
#38342A
(56,52,42)
#2E2A22
(46,42,34)
#24201A
(36,32,26)
#1A1612
(26,22,18)
#100C0A
(16,12,10)
#000000
(0,0,0)

Tints of #74705A

#74705A
(116,112,90)
#807D69
(128,125,105)
#8C8A78
(140,138,120)
#989787
(152,151,135)
#A4A496
(164,164,150)
#B0B1A5
(176,177,165)
#BCBEB4
(188,190,180)
#C8CBC3
(200,203,195)
#D4D8D2
(212,216,210)
#E0E5E1
(224,229,225)
#ECF2F0
(236,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74705A color. Also use rgb(116,112,90) instead hex code.

Text Font Color

.myTextColor { color: #74705A; }

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

This text font color is #74705A.


Background Color

.myBgColor { background-color: #74705A; }

<div style="background-color:#74705A">Inner text</div>

This div background color is #74705A.


Border color

.myBorderColor { border: 1px solid #74705A; }

<div style="border:3px solid #74705A">Div</div>

This div border color is #74705A.


Opacity

.myOpacity80 { color: #74705A; opacity: 0.8; }

<p style="color:#74705A;opacity:0.8;">80%</p>

Text with #74705A 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 #74705A;}

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

This text has shadow with #74705A color.

.textShadow {text-shadow: 3px 3px 1px #74705A, 3px 3px 1px red;}

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

This text has shadow with #74705A primary color and red secondary color.


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

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

This text has shadow with #74705A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74705A on black background.


Color preview on white background

This text has color #74705A on white background.



Black color preview on #74705A background

This text has black color on #74705A background.


White color preview on #74705A background

This text has white color on #74705A background.