COLOR #727679

HEX: #727679
RGB: (114,118,121)

Color info

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

RGB color model

#727679 color RGB value is (114,118,121).

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

RGB channels and saturation

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

114
118
121

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

Portions of RGB colors in percentages

R + G + B =
114 + 118 + 121 = 353 (100%)
R 114 of 353 ~ 32.29%
G 118 of 353 ~ 33.43%
B 121 of 353 ~ 34.28%

%32.29
%33.43
%34.28

CMYK color model

#727679 color CMYK value is (6,2,0,53).

  • cyan value is 5.79%
  • magenta value is 2.48%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(6,2,0,53)
C6M2Y0K53 
(6%,2%,0%,53%)
(0.06/0.02/0.00/0.53)	

CMYK percentages

%5.79
%2.48
%0
%52.55

Codes

Color #727679 in popluar color models

727679
RGB114118121
HSL206°2.98%46.08%
HSB/HSV206°5.79%47.45%
CMYK5.79%2.48%0.00%
52.55%

Color #727679 in popluar number systems.

HEX727679
Decimal114118121
Binary111001011101101111001
Octal162166171

Shades and tints

Shades of #727679

#727679
(114,118,121)
#686C6E
(104,108,110)
#5E6263
(94,98,99)
#545858
(84,88,88)
#4A4E4D
(74,78,77)
#404442
(64,68,66)
#363A37
(54,58,55)
#2C302C
(44,48,44)
#222621
(34,38,33)
#181C16
(24,28,22)
#0E120B
(14,18,11)
#000000
(0,0,0)

Tints of #727679

#727679
(114,118,121)
#7E8285
(126,130,133)
#8A8E91
(138,142,145)
#969A9D
(150,154,157)
#A2A6A9
(162,166,169)
#AEB2B5
(174,178,181)
#BABEC1
(186,190,193)
#C6CACD
(198,202,205)
#D2D6D9
(210,214,217)
#DEE2E5
(222,226,229)
#EAEEF1
(234,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #727679; }

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

This text font color is #727679.


Background Color

.myBgColor { background-color: #727679; }

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

This div background color is #727679.


Border color

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

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

This div border color is #727679.


Opacity

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

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

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

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

This text has shadow with #727679 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727679 on black background.


Color preview on white background

This text has color #727679 on white background.



Black color preview on #727679 background

This text has black color on #727679 background.


White color preview on #727679 background

This text has white color on #727679 background.