COLOR #74674C

HEX: #74674C RGB: (116,103,76)

Color info

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

RGB color model

#74674C color RGB value is (116,103,76).

RGB: (116,103,76) (45%, 40%, 30%)

RGB channels and saturation

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

116
103
76

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

Portions of RGB colors in percentages

R + G + B = 116 + 103 + 76 = 295 (100%)
R 116 of 295 ~ 39.32%
G 103 of 295 ~ 34.92%
B 76 of 295 ~ 25.76'%

%39.32
%34.92
%25.76

CMYK color model

#74674C color CMYK value is (0,11,34,55).

  • cyan value is 0.00%
  • magenta value is 11.21%
  • yellow value is 34.48%
  • key color value is 54.51%

CMYK: (0,11,34,55)
C0M11Y34K55 (0%, 11%, 34%, 55%)
(0.00 / 0.11 / 0.34 / 0.55)

CMYK percentages

%0
%11.21
%34.48
%54.51

Codes

Color #74674C in popluar color models

74 67 4C
RGB 116 103 76
HSL 41° 20.83% 37.65%
HSB/HSV 41° 34.48% 45.49%
CMYK 0.00% 11.21% 34.48%
54.51%

Color #74674C in popluar number systems.

HEX 74 67 4C
Decimal 116 103 76
Binary 1110100 1100111 1001100
Octal 164 147 114

Shades and tints

Shades of #74674C

#74674C
(116,103,76)
#6A5E46
(106,94,70)
#605540
(96,85,64)
#564C3A
(86,76,58)
#4C4334
(76,67,52)
#423A2E
(66,58,46)
#383128
(56,49,40)
#2E2822
(46,40,34)
#241F1C
(36,31,28)
#1A1616
(26,22,22)
#100D10
(16,13,16)
#000000
(0,0,0)

Tints of #74674C

#74674C
(116,103,76)
#80745C
(128,116,92)
#8C816C
(140,129,108)
#988E7C
(152,142,124)
#A49B8C
(164,155,140)
#B0A89C
(176,168,156)
#BCB5AC
(188,181,172)
#C8C2BC
(200,194,188)
#D4CFCC
(212,207,204)
#E0DCDC
(224,220,220)
#ECE9EC
(236,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74674C; }

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

This text font color is #74674C.

Background Color

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

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

This div background color is #74674C.

Border color

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

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

This div border color is #74674C.

Opacity

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

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

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

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

This text has shadow with #74674C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74674C.

Preview

Color preview on black background

This text has color #74674C on black background.


Color preview on white background

This text has color #74674C on white background.


Black color preview on #74674C background

This text has black color on #74674C background.


White color preview on #74674C background

This text has white color on #74674C background.


Related colors

Complementary color

Complementary color for #hex is #8B98B3.


I love getcolorcode.com

Triadic colors

1 #4C7467 and #674C74 with #74674C are triadic colors.

2 #4C6774 and #67744C with #74674C are triadic colors.