COLOR #74725C

HEX: #74725C RGB: (116,114,92)

Color info

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

RGB color model

#74725C color RGB value is (116,114,92).

RGB: (116,114,92) (45%, 45%, 36%)

RGB channels and saturation

R 116 of 255 = 45%
G 114 of 255 = 45%
B 92 of 255 = 36%

116
114
92

R + G + B ~ 42%. #74725C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 116 + 114 + 92 = 322 (100%)
R 116 of 322 ~ 36.02%
G 114 of 322 ~ 35.4%
B 92 of 322 ~ 28.57'%

%36.02
%35.4
%28.57

CMYK color model

#74725C color CMYK value is (0,2,21,55).

  • cyan value is 0.00%
  • magenta value is 1.72%
  • yellow value is 20.69%
  • key color value is 54.51%

CMYK: (0,2,21,55)
C0M2Y21K55 (0%, 2%, 21%, 55%)
(0.00 / 0.02 / 0.21 / 0.55)

CMYK percentages

%0
%1.72
%20.69
%54.51

Codes

Color #74725C in popluar color models

74 72 5C
RGB 116 114 92
HSL 55° 11.54% 40.78%
HSB/HSV 55° 20.69% 45.49%
CMYK 0.00% 1.72% 20.69%
54.51%

Color #74725C in popluar number systems.

HEX 74 72 5C
Decimal 116 114 92
Binary 1110100 1110010 1011100
Octal 164 162 134

Shades and tints

Shades of #74725C

#74725C
(116,114,92)
#6A6854
(106,104,84)
#605E4C
(96,94,76)
#565444
(86,84,68)
#4C4A3C
(76,74,60)
#424034
(66,64,52)
#38362C
(56,54,44)
#2E2C24
(46,44,36)
#24221C
(36,34,28)
#1A1814
(26,24,20)
#100E0C
(16,14,12)
#000000
(0,0,0)

Tints of #74725C

#74725C
(116,114,92)
#807E6A
(128,126,106)
#8C8A78
(140,138,120)
#989686
(152,150,134)
#A4A294
(164,162,148)
#B0AEA2
(176,174,162)
#BCBAB0
(188,186,176)
#C8C6BE
(200,198,190)
#D4D2CC
(212,210,204)
#E0DEDA
(224,222,218)
#ECEAE8
(236,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74725C color. Also use rgb(116,114,92) instead hex code.

Text Font Color

.myTextColor { color: #74725C; }

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

This text font color is #74725C.

Background Color

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

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

This div background color is #74725C.

Border color

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

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

This div border color is #74725C.

Opacity

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

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

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

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

This text has shadow with #74725C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74725C.

Preview

Color preview on black background

This text has color #74725C on black background.


Color preview on white background

This text has color #74725C on white background.


Black color preview on #74725C background

This text has black color on #74725C background.


White color preview on #74725C background

This text has white color on #74725C background.


Related colors

Complementary color

Complementary color for #hex is #8B8DA3.


I love getcolorcode.com

Triadic colors

1 #5C7472 and #725C74 with #74725C are triadic colors.

2 #5C7274 and #72745C with #74725C are triadic colors.