COLOR #727D7E

HEX: #727D7E
RGB: (114,125,126)

Color info

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

RGB color model

#727D7E color RGB value is (114,125,126).

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

RGB channels and saturation

R 114 of 255 = 45%
G 125 of 255 = 49%
B 126 of 255 = 49%

114
125
126

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

Portions of RGB colors in percentages

R + G + B =
114 + 125 + 126 = 365 (100%)
R 114 of 365 ~ 31.23%
G 125 of 365 ~ 34.25%
B 126 of 365 ~ 34.52%

%31.23
%34.25
%34.52

CMYK color model

#727D7E color CMYK value is (10,1,0,51).

  • cyan value is 9.52%
  • magenta value is 0.79%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(10,1,0,51)
C10M1Y0K51 
(10%,1%,0%,51%)
(0.10/0.01/0.00/0.51)	

CMYK percentages

%9.52
%0.79
%0
%50.59

Codes

Color #727D7E in popluar color models

727D7E
RGB114125126
HSL185°5.00%47.06%
HSB/HSV185°9.52%49.41%
CMYK9.52%0.79%0.00%
50.59%

Color #727D7E in popluar number systems.

HEX727D7E
Decimal114125126
Binary111001011111011111110
Octal162175176

Shades and tints

Shades of #727D7E

#727D7E
(114,125,126)
#687273
(104,114,115)
#5E6768
(94,103,104)
#545C5D
(84,92,93)
#4A5152
(74,81,82)
#404647
(64,70,71)
#363B3C
(54,59,60)
#2C3031
(44,48,49)
#222526
(34,37,38)
#181A1B
(24,26,27)
#0E0F10
(14,15,16)
#000000
(0,0,0)

Tints of #727D7E

#727D7E
(114,125,126)
#7E8889
(126,136,137)
#8A9394
(138,147,148)
#969E9F
(150,158,159)
#A2A9AA
(162,169,170)
#AEB4B5
(174,180,181)
#BABFC0
(186,191,192)
#C6CACB
(198,202,203)
#D2D5D6
(210,213,214)
#DEE0E1
(222,224,225)
#EAEBEC
(234,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #727D7E; }

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

This text font color is #727D7E.


Background Color

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

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

This div background color is #727D7E.


Border color

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

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

This div border color is #727D7E.


Opacity

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

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

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

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

This text has shadow with #727D7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727D7E on black background.


Color preview on white background

This text has color #727D7E on white background.



Black color preview on #727D7E background

This text has black color on #727D7E background.


White color preview on #727D7E background

This text has white color on #727D7E background.