COLOR #727C7F

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

Color info

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

RGB color model

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

RGB: (114,124,127) (45%, 49%, 50%)

RGB channels and saturation

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

114
124
127

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

Portions of RGB colors in percentages

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

%31.23
%33.97
%34.79

CMYK color model

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

  • cyan value is 10.24%
  • magenta value is 2.36%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (10,2,0,50)
C10M2Y0K50 (10%, 2%, 0%, 50%)
(0.10 / 0.02 / 0.00 / 0.50)

CMYK percentages

%10.24
%2.36
%0
%50.2

Codes

Color #727C7F in popluar color models

72 7C 7F
RGB 114 124 127
HSL 194° 5.39% 47.25%
HSB/HSV 194° 10.24% 49.80%
CMYK 10.24% 2.36% 0.00%
50.20%

Color #727C7F in popluar number systems.

HEX 72 7C 7F
Decimal 114 124 127
Binary 1110010 1111100 1111111
Octal 162 174 177

Shades and tints

Shades of #727C7F

#727C7F
(114,124,127)
#687174
(104,113,116)
#5E6669
(94,102,105)
#545B5E
(84,91,94)
#4A5053
(74,80,83)
#404548
(64,69,72)
#363A3D
(54,58,61)
#2C2F32
(44,47,50)
#222427
(34,36,39)
#18191C
(24,25,28)
#0E0E11
(14,14,17)
#000000
(0,0,0)

Tints of #727C7F

#727C7F
(114,124,127)
#7E878A
(126,135,138)
#8A9295
(138,146,149)
#969DA0
(150,157,160)
#A2A8AB
(162,168,171)
#AEB3B6
(174,179,182)
#BABEC1
(186,190,193)
#C6C9CC
(198,201,204)
#D2D4D7
(210,212,215)
#DEDFE2
(222,223,226)
#EAEAED
(234,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #727C7F; }

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

This text font color is #727C7F.

Background Color

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

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

This div background color is #727C7F.

Border color

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

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

This div border color is #727C7F.

Opacity

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

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

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

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

This text has shadow with #727C7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #727C7F.

Preview

Color preview on black background

This text has color #727C7F on black background.


Color preview on white background

This text has color #727C7F on white background.


Black color preview on #727C7F background

This text has black color on #727C7F background.


White color preview on #727C7F background

This text has white color on #727C7F background.


Related colors

Complementary color

Complementary color for #hex is #8D8380.


I love getcolorcode.com

Triadic colors

1 #7F727C and #7C7F72 with #727C7F are triadic colors.

2 #7F7C72 and #7C727F with #727C7F are triadic colors.