COLOR #737772

HEX: #737772
RGB: (115,119,114)

Color info

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

RGB color model

#737772 color RGB value is (115,119,114).

  • red value is 115;
  • green value is 119;
  • blue value is 114.
RGB:
(115,119,114)
(45%,47%,45%)

RGB channels and saturation

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

115
119
114

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

Portions of RGB colors in percentages

R + G + B =
115 + 119 + 114 = 348 (100%)
R 115 of 348 ~ 33.05%
G 119 of 348 ~ 34.2%
B 114 of 348 ~ 32.76%

%33.05
%34.2
%32.76

CMYK color model

#737772 color CMYK value is (3,0,4,53).

  • cyan value is 3.36%
  • magenta value is 0.00%
  • yellow value is 4.20%
  • key color value is 53.33%
CMYK:
(3,0,4,53)
C3M0Y4K53 
(3%,0%,4%,53%)
(0.03/0.00/0.04/0.53)	

CMYK percentages

%3.36
%0
%4.2
%53.33

Codes

Color #737772 in popluar color models

737772
RGB115119114
HSL108°2.15%45.69%
HSB/HSV108°4.20%46.67%
CMYK3.36%0.00%4.20%
53.33%

Color #737772 in popluar number systems.

HEX737772
Decimal115119114
Binary111001111101111110010
Octal163167162

Shades and tints

Shades of #737772

#737772
(115,119,114)
#696D68
(105,109,104)
#5F635E
(95,99,94)
#555954
(85,89,84)
#4B4F4A
(75,79,74)
#414540
(65,69,64)
#373B36
(55,59,54)
#2D312C
(45,49,44)
#232722
(35,39,34)
#191D18
(25,29,24)
#0F130E
(15,19,14)
#000000
(0,0,0)

Tints of #737772

#737772
(115,119,114)
#7F837E
(127,131,126)
#8B8F8A
(139,143,138)
#979B96
(151,155,150)
#A3A7A2
(163,167,162)
#AFB3AE
(175,179,174)
#BBBFBA
(187,191,186)
#C7CBC6
(199,203,198)
#D3D7D2
(211,215,210)
#DFE3DE
(223,227,222)
#EBEFEA
(235,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #737772; }

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

This text font color is #737772.


Background Color

.myBgColor { background-color: #737772; }

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

This div background color is #737772.


Border color

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

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

This div border color is #737772.


Opacity

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

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

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

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

This text has shadow with #737772 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737772 on black background.


Color preview on white background

This text has color #737772 on white background.



Black color preview on #737772 background

This text has black color on #737772 background.


White color preview on #737772 background

This text has white color on #737772 background.