COLOR #74664D

HEX: #74664D
RGB: (116,102,77)

Color info

#74664D contains red, green and blue colors in about the same proportion. Web safe color of #74664D is #666633 (or #663).

RGB color model

#74664D color RGB value is (116,102,77).

  • red value is 116;
  • green value is 102;
  • blue value is 77.
RGB:
(116,102,77)
(45%,40%,30%)

RGB channels and saturation

R 116 of 255 = 45%
G 102 of 255 = 40%
B 77 of 255 = 30%

116
102
77

R + G + B ~ 38%. #74664D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 102 + 77 = 295 (100%)
R 116 of 295 ~ 39.32%
G 102 of 295 ~ 34.58%
B 77 of 295 ~ 26.1%

%39.32
%34.58
%26.1

CMYK color model

#74664D color CMYK value is (0,12,34,55).

  • cyan value is 0.00%
  • magenta value is 12.07%
  • yellow value is 33.62%
  • key color value is 54.51%
CMYK:
(0,12,34,55)
C0M12Y34K55 
(0%,12%,34%,55%)
(0.00/0.12/0.34/0.55)	

CMYK percentages

%0
%12.07
%33.62
%54.51

Codes

Color #74664D in popluar color models

74664D
RGB11610277
HSL38°20.21%37.84%
HSB/HSV38°33.62%45.49%
CMYK0.00%12.07%33.62%
54.51%

Color #74664D in popluar number systems.

HEX74664D
Decimal11610277
Binary111010011001101001101
Octal164146115

Shades and tints

Shades of #74664D

#74664D
(116,102,77)
#6A5D46
(106,93,70)
#60543F
(96,84,63)
#564B38
(86,75,56)
#4C4231
(76,66,49)
#42392A
(66,57,42)
#383023
(56,48,35)
#2E271C
(46,39,28)
#241E15
(36,30,21)
#1A150E
(26,21,14)
#100C07
(16,12,7)
#000000
(0,0,0)

Tints of #74664D

#74664D
(116,102,77)
#80735D
(128,115,93)
#8C806D
(140,128,109)
#988D7D
(152,141,125)
#A49A8D
(164,154,141)
#B0A79D
(176,167,157)
#BCB4AD
(188,180,173)
#C8C1BD
(200,193,189)
#D4CECD
(212,206,205)
#E0DBDD
(224,219,221)
#ECE8ED
(236,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74664D color. Also use rgb(116,102,77) instead hex code.

Text Font Color

.myTextColor { color: #74664D; }

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

This text font color is #74664D.


Background Color

.myBgColor { background-color: #74664D; }

<div style="background-color:#74664D">Inner text</div>

This div background color is #74664D.


Border color

.myBorderColor { border: 1px solid #74664D; }

<div style="border:3px solid #74664D">Div</div>

This div border color is #74664D.


Opacity

.myOpacity80 { color: #74664D; opacity: 0.8; }

<p style="color:#74664D;opacity:0.8;">80%</p>

Text with #74664D 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 #74664D;}

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

This text has shadow with #74664D color.

.textShadow {text-shadow: 3px 3px 1px #74664D, 3px 3px 1px red;}

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

This text has shadow with #74664D primary color and red secondary color.


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

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

This text has shadow with #74664D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74664D on black background.


Color preview on white background

This text has color #74664D on white background.



Black color preview on #74664D background

This text has black color on #74664D background.


White color preview on #74664D background

This text has white color on #74664D background.