COLOR #737672

HEX: #737672 RGB: (115,118,114)

Color info

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

RGB color model

#737672 color RGB value is (115,118,114).

RGB: (115,118,114) (45%, 46%, 45%)

RGB channels and saturation

R 115 of 255 = 45%
G 118 of 255 = 46%
B 114 of 255 = 45%

115
118
114

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

Portions of RGB colors in percentages

R + G + B = 115 + 118 + 114 = 347 (100%)
R 115 of 347 ~ 33.14%
G 118 of 347 ~ 34.01%
B 114 of 347 ~ 32.85'%

%33.14
%34.01
%32.85

CMYK color model

#737672 color CMYK value is (3,0,3,54).

  • cyan value is 2.54%
  • magenta value is 0.00%
  • yellow value is 3.39%
  • key color value is 53.73%

CMYK: (3,0,3,54)
C3M0Y3K54 (3%, 0%, 3%, 54%)
(0.03 / 0.00 / 0.03 / 0.54)

CMYK percentages

%2.54
%0
%3.39
%53.73

Codes

Color #737672 in popluar color models

73 76 72
RGB 115 118 114
HSL 105° 1.72% 45.49%
HSB/HSV 105° 3.39% 46.27%
CMYK 2.54% 0.00% 3.39%
53.73%

Color #737672 in popluar number systems.

HEX 73 76 72
Decimal 115 118 114
Binary 1110011 1110110 1110010
Octal 163 166 162

Shades and tints

Shades of #737672

#737672
(115,118,114)
#696C68
(105,108,104)
#5F625E
(95,98,94)
#555854
(85,88,84)
#4B4E4A
(75,78,74)
#414440
(65,68,64)
#373A36
(55,58,54)
#2D302C
(45,48,44)
#232622
(35,38,34)
#191C18
(25,28,24)
#0F120E
(15,18,14)
#000000
(0,0,0)

Tints of #737672

#737672
(115,118,114)
#7F827E
(127,130,126)
#8B8E8A
(139,142,138)
#979A96
(151,154,150)
#A3A6A2
(163,166,162)
#AFB2AE
(175,178,174)
#BBBEBA
(187,190,186)
#C7CAC6
(199,202,198)
#D3D6D2
(211,214,210)
#DFE2DE
(223,226,222)
#EBEEEA
(235,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #737672; }

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

This text font color is #737672.

Background Color

.myBgColor { background-color: #737672; }

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

This div background color is #737672.

Border color

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

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

This div border color is #737672.

Opacity

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

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

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

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

This text has shadow with #737672 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #737672.

Preview

Color preview on black background

This text has color #737672 on black background.


Color preview on white background

This text has color #737672 on white background.


Black color preview on #737672 background

This text has black color on #737672 background.


White color preview on #737672 background

This text has white color on #737672 background.


Related colors

Complementary color

Complementary color for #hex is #8C898D.


I love getcolorcode.com

Triadic colors

1 #727376 and #767273 with #737672 are triadic colors.

2 #727673 and #767372 with #737672 are triadic colors.