COLOR #727876

HEX: #727876
RGB: (114,120,118)

Color info

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

RGB color model

#727876 color RGB value is (114,120,118).

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

RGB channels and saturation

R 114 of 255 = 45%
G 120 of 255 = 47%
B 118 of 255 = 46%

114
120
118

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

Portions of RGB colors in percentages

R + G + B =
114 + 120 + 118 = 352 (100%)
R 114 of 352 ~ 32.39%
G 120 of 352 ~ 34.09%
B 118 of 352 ~ 33.52%

%32.39
%34.09
%33.52

CMYK color model

#727876 color CMYK value is (5,0,2,53).

  • cyan value is 5.00%
  • magenta value is 0.00%
  • yellow value is 1.67%
  • key color value is 52.94%
CMYK:
(5,0,2,53)
C5M0Y2K53 
(5%,0%,2%,53%)
(0.05/0.00/0.02/0.53)	

CMYK percentages

%5
%0
%1.67
%52.94

Codes

Color #727876 in popluar color models

727876
RGB114120118
HSL160°2.56%45.88%
HSB/HSV160°5.00%47.06%
CMYK5.00%0.00%1.67%
52.94%

Color #727876 in popluar number systems.

HEX727876
Decimal114120118
Binary111001011110001110110
Octal162170166

Shades and tints

Shades of #727876

#727876
(114,120,118)
#686E6C
(104,110,108)
#5E6462
(94,100,98)
#545A58
(84,90,88)
#4A504E
(74,80,78)
#404644
(64,70,68)
#363C3A
(54,60,58)
#2C3230
(44,50,48)
#222826
(34,40,38)
#181E1C
(24,30,28)
#0E1412
(14,20,18)
#000000
(0,0,0)

Tints of #727876

#727876
(114,120,118)
#7E8482
(126,132,130)
#8A908E
(138,144,142)
#969C9A
(150,156,154)
#A2A8A6
(162,168,166)
#AEB4B2
(174,180,178)
#BAC0BE
(186,192,190)
#C6CCCA
(198,204,202)
#D2D8D6
(210,216,214)
#DEE4E2
(222,228,226)
#EAF0EE
(234,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #727876; }

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

This text font color is #727876.


Background Color

.myBgColor { background-color: #727876; }

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

This div background color is #727876.


Border color

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

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

This div border color is #727876.


Opacity

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

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

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

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

This text has shadow with #727876 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727876 on black background.


Color preview on white background

This text has color #727876 on white background.



Black color preview on #727876 background

This text has black color on #727876 background.


White color preview on #727876 background

This text has white color on #727876 background.