COLOR #737972

HEX: #737972 RGB: (115,121,114)

Color info

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

RGB color model

#737972 color RGB value is (115,121,114).

RGB: (115,121,114) (45%, 47%, 45%)

RGB channels and saturation

R 115 of 255 = 45%
G 121 of 255 = 47%
B 114 of 255 = 45%

115
121
114

R + G + B ~ 46%. #737972 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 115 + 121 + 114 = 350 (100%)
R 115 of 350 ~ 32.86%
G 121 of 350 ~ 34.57%
B 114 of 350 ~ 32.57'%

%32.86
%34.57
%32.57

CMYK color model

#737972 color CMYK value is (5,0,6,53).

  • cyan value is 4.96%
  • magenta value is 0.00%
  • yellow value is 5.79%
  • key color value is 52.55%

CMYK: (5,0,6,53)
C5M0Y6K53 (5%, 0%, 6%, 53%)
(0.05 / 0.00 / 0.06 / 0.53)

CMYK percentages

%4.96
%0
%5.79
%52.55

Codes

Color #737972 in popluar color models

73 79 72
RGB 115 121 114
HSL 111° 2.98% 46.08%
HSB/HSV 111° 5.79% 47.45%
CMYK 4.96% 0.00% 5.79%
52.55%

Color #737972 in popluar number systems.

HEX 73 79 72
Decimal 115 121 114
Binary 1110011 1111001 1110010
Octal 163 171 162

Shades and tints

Shades of #737972

#737972
(115,121,114)
#696E68
(105,110,104)
#5F635E
(95,99,94)
#555854
(85,88,84)
#4B4D4A
(75,77,74)
#414240
(65,66,64)
#373736
(55,55,54)
#2D2C2C
(45,44,44)
#232122
(35,33,34)
#191618
(25,22,24)
#0F0B0E
(15,11,14)
#000000
(0,0,0)

Tints of #737972

#737972
(115,121,114)
#7F857E
(127,133,126)
#8B918A
(139,145,138)
#979D96
(151,157,150)
#A3A9A2
(163,169,162)
#AFB5AE
(175,181,174)
#BBC1BA
(187,193,186)
#C7CDC6
(199,205,198)
#D3D9D2
(211,217,210)
#DFE5DE
(223,229,222)
#EBF1EA
(235,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #737972 color. Also use rgb(115,121,114) instead hex code.

Text Font Color

.myTextColor { color: #737972; }

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

This text font color is #737972.

Background Color

.myBgColor { background-color: #737972; }

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

This div background color is #737972.

Border color

.myBorderColor { border: 1px solid #737972; }

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

This div border color is #737972.

Opacity

.myOpacity80 { color: #737972; opacity: 0.8; }

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

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

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

This text has shadow with #737972 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #737972.

Preview

Color preview on black background

This text has color #737972 on black background.


Color preview on white background

This text has color #737972 on white background.


Black color preview on #737972 background

This text has black color on #737972 background.


White color preview on #737972 background

This text has white color on #737972 background.


Related colors

Complementary color

Complementary color for #hex is #8C868D.


I love getcolorcode.com

Triadic colors

1 #727379 and #797273 with #737972 are triadic colors.

2 #727973 and #797372 with #737972 are triadic colors.