COLOR #727F7C

HEX: #727F7C
RGB: (114,127,124)

Color info

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

RGB color model

#727F7C color RGB value is (114,127,124).

  • red value is 114;
  • green value is 127;
  • blue value is 124.
RGB:
(114,127,124)
(45%,50%,49%)

RGB channels and saturation

R 114 of 255 = 45%
G 127 of 255 = 50%
B 124 of 255 = 49%

114
127
124

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

Portions of RGB colors in percentages

R + G + B =
114 + 127 + 124 = 365 (100%)
R 114 of 365 ~ 31.23%
G 127 of 365 ~ 34.79%
B 124 of 365 ~ 33.97%

%31.23
%34.79
%33.97

CMYK color model

#727F7C color CMYK value is (10,0,2,50).

  • cyan value is 10.24%
  • magenta value is 0.00%
  • yellow value is 2.36%
  • key color value is 50.20%
CMYK:
(10,0,2,50)
C10M0Y2K50 
(10%,0%,2%,50%)
(0.10/0.00/0.02/0.50)	

CMYK percentages

%10.24
%0
%2.36
%50.2

Codes

Color #727F7C in popluar color models

727F7C
RGB114127124
HSL166°5.39%47.25%
HSB/HSV166°10.24%49.80%
CMYK10.24%0.00%2.36%
50.20%

Color #727F7C in popluar number systems.

HEX727F7C
Decimal114127124
Binary111001011111111111100
Octal162177174

Shades and tints

Shades of #727F7C

#727F7C
(114,127,124)
#687471
(104,116,113)
#5E6966
(94,105,102)
#545E5B
(84,94,91)
#4A5350
(74,83,80)
#404845
(64,72,69)
#363D3A
(54,61,58)
#2C322F
(44,50,47)
#222724
(34,39,36)
#181C19
(24,28,25)
#0E110E
(14,17,14)
#000000
(0,0,0)

Tints of #727F7C

#727F7C
(114,127,124)
#7E8A87
(126,138,135)
#8A9592
(138,149,146)
#96A09D
(150,160,157)
#A2ABA8
(162,171,168)
#AEB6B3
(174,182,179)
#BAC1BE
(186,193,190)
#C6CCC9
(198,204,201)
#D2D7D4
(210,215,212)
#DEE2DF
(222,226,223)
#EAEDEA
(234,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #727F7C color. Also use rgb(114,127,124) instead hex code.

Text Font Color

.myTextColor { color: #727F7C; }

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

This text font color is #727F7C.


Background Color

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

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

This div background color is #727F7C.


Border color

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

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

This div border color is #727F7C.


Opacity

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

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

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

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

This text has shadow with #727F7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727F7C on black background.


Color preview on white background

This text has color #727F7C on white background.



Black color preview on #727F7C background

This text has black color on #727F7C background.


White color preview on #727F7C background

This text has white color on #727F7C background.