COLOR #74664C

HEX: #74664C
RGB: (116,102,76)

Color info

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

RGB color model

#74664C color RGB value is (116,102,76).

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

RGB channels and saturation

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

116
102
76

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

Portions of RGB colors in percentages

R + G + B =
116 + 102 + 76 = 294 (100%)
R 116 of 294 ~ 39.46%
G 102 of 294 ~ 34.69%
B 76 of 294 ~ 25.85%

%39.46
%34.69
%25.85

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.07%
  • yellow value is 34.48%
  • 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
%34.48
%54.51

Codes

Color #74664C in popluar color models

74664C
RGB11610276
HSL39°20.83%37.65%
HSB/HSV39°34.48%45.49%
CMYK0.00%12.07%34.48%
54.51%

Color #74664C in popluar number systems.

HEX74664C
Decimal11610276
Binary111010011001101001100
Octal164146114

Shades and tints

Shades of #74664C

#74664C
(116,102,76)
#6A5D46
(106,93,70)
#605440
(96,84,64)
#564B3A
(86,75,58)
#4C4234
(76,66,52)
#42392E
(66,57,46)
#383028
(56,48,40)
#2E2722
(46,39,34)
#241E1C
(36,30,28)
#1A1516
(26,21,22)
#100C10
(16,12,16)
#000000
(0,0,0)

Tints of #74664C

#74664C
(116,102,76)
#80735C
(128,115,92)
#8C806C
(140,128,108)
#988D7C
(152,141,124)
#A49A8C
(164,154,140)
#B0A79C
(176,167,156)
#BCB4AC
(188,180,172)
#C8C1BC
(200,193,188)
#D4CECC
(212,206,204)
#E0DBDC
(224,219,220)
#ECE8EC
(236,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74664C; }

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

This text font color is #74664C.


Background Color

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

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

This div background color is #74664C.


Border color

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

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

This div border color is #74664C.


Opacity

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

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

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

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

This text has shadow with #74664C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74664C on black background.


Color preview on white background

This text has color #74664C on white background.



Black color preview on #74664C background

This text has black color on #74664C background.


White color preview on #74664C background

This text has white color on #74664C background.