COLOR #727076

HEX: #727076
RGB: (114,112,118)

Color info

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

RGB color model

#727076 color RGB value is (114,112,118).

  • red value is 114;
  • green value is 112;
  • blue value is 118.
RGB:
(114,112,118)
(45%,44%,46%)

RGB channels and saturation

R 114 of 255 = 45%
G 112 of 255 = 44%
B 118 of 255 = 46%

114
112
118

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

Portions of RGB colors in percentages

R + G + B =
114 + 112 + 118 = 344 (100%)
R 114 of 344 ~ 33.14%
G 112 of 344 ~ 32.56%
B 118 of 344 ~ 34.3%

%33.14
%32.56
%34.3

CMYK color model

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

  • cyan value is 3.39%
  • magenta value is 5.08%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(3,5,0,54)
C3M5Y0K54 
(3%,5%,0%,54%)
(0.03/0.05/0.00/0.54)	

CMYK percentages

%3.39
%5.08
%0
%53.73

Codes

Color #727076 in popluar color models

727076
RGB114112118
HSL260°2.61%45.10%
HSB/HSV260°5.08%46.27%
CMYK3.39%5.08%0.00%
53.73%

Color #727076 in popluar number systems.

HEX727076
Decimal114112118
Binary111001011100001110110
Octal162160166

Shades and tints

Shades of #727076

#727076
(114,112,118)
#68666C
(104,102,108)
#5E5C62
(94,92,98)
#545258
(84,82,88)
#4A484E
(74,72,78)
#403E44
(64,62,68)
#36343A
(54,52,58)
#2C2A30
(44,42,48)
#222026
(34,32,38)
#18161C
(24,22,28)
#0E0C12
(14,12,18)
#000000
(0,0,0)

Tints of #727076

#727076
(114,112,118)
#7E7D82
(126,125,130)
#8A8A8E
(138,138,142)
#96979A
(150,151,154)
#A2A4A6
(162,164,166)
#AEB1B2
(174,177,178)
#BABEBE
(186,190,190)
#C6CBCA
(198,203,202)
#D2D8D6
(210,216,214)
#DEE5E2
(222,229,226)
#EAF2EE
(234,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #727076; }

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

This text font color is #727076.


Background Color

.myBgColor { background-color: #727076; }

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

This div background color is #727076.


Border color

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

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

This div border color is #727076.


Opacity

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

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

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

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

This text has shadow with #727076 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727076 on black background.


Color preview on white background

This text has color #727076 on white background.



Black color preview on #727076 background

This text has black color on #727076 background.


White color preview on #727076 background

This text has white color on #727076 background.