COLOR #727E6B

HEX: #727E6B
RGB: (114,126,107)

Color info

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

RGB color model

#727E6B color RGB value is (114,126,107).

  • red value is 114;
  • green value is 126;
  • blue value is 107.
RGB:
(114,126,107)
(45%,49%,42%)

RGB channels and saturation

R 114 of 255 = 45%
G 126 of 255 = 49%
B 107 of 255 = 42%

114
126
107

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

Portions of RGB colors in percentages

R + G + B =
114 + 126 + 107 = 347 (100%)
R 114 of 347 ~ 32.85%
G 126 of 347 ~ 36.31%
B 107 of 347 ~ 30.84%

%32.85
%36.31
%30.84

CMYK color model

#727E6B color CMYK value is (10,0,15,51).

  • cyan value is 9.52%
  • magenta value is 0.00%
  • yellow value is 15.08%
  • key color value is 50.59%
CMYK:
(10,0,15,51)
C10M0Y15K51 
(10%,0%,15%,51%)
(0.10/0.00/0.15/0.51)	

CMYK percentages

%9.52
%0
%15.08
%50.59

Codes

Color #727E6B in popluar color models

727E6B
RGB114126107
HSL98°8.15%45.69%
HSB/HSV98°15.08%49.41%
CMYK9.52%0.00%15.08%
50.59%

Color #727E6B in popluar number systems.

HEX727E6B
Decimal114126107
Binary111001011111101101011
Octal162176153

Shades and tints

Shades of #727E6B

#727E6B
(114,126,107)
#687362
(104,115,98)
#5E6859
(94,104,89)
#545D50
(84,93,80)
#4A5247
(74,82,71)
#40473E
(64,71,62)
#363C35
(54,60,53)
#2C312C
(44,49,44)
#222623
(34,38,35)
#181B1A
(24,27,26)
#0E1011
(14,16,17)
#000000
(0,0,0)

Tints of #727E6B

#727E6B
(114,126,107)
#7E8978
(126,137,120)
#8A9485
(138,148,133)
#969F92
(150,159,146)
#A2AA9F
(162,170,159)
#AEB5AC
(174,181,172)
#BAC0B9
(186,192,185)
#C6CBC6
(198,203,198)
#D2D6D3
(210,214,211)
#DEE1E0
(222,225,224)
#EAECED
(234,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #727E6B color. Also use rgb(114,126,107) instead hex code.

Text Font Color

.myTextColor { color: #727E6B; }

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

This text font color is #727E6B.


Background Color

.myBgColor { background-color: #727E6B; }

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

This div background color is #727E6B.


Border color

.myBorderColor { border: 1px solid #727E6B; }

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

This div border color is #727E6B.


Opacity

.myOpacity80 { color: #727E6B; opacity: 0.8; }

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

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

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

This text has shadow with #727E6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727E6B on black background.


Color preview on white background

This text has color #727E6B on white background.



Black color preview on #727E6B background

This text has black color on #727E6B background.


White color preview on #727E6B background

This text has white color on #727E6B background.