COLOR #727C7C

HEX: #727C7C RGB: (114,124,124)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

114
124
124

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

Portions of RGB colors in percentages

R + G + B = 114 + 124 + 124 = 362 (100%)
R 114 of 362 ~ 31.49%
G 124 of 362 ~ 34.25%
B 124 of 362 ~ 34.25'%

%31.49
%34.25
%34.25

CMYK color model

#727C7C color CMYK value is (8,0,0,51).

  • cyan value is 8.06%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (8,0,0,51)
C8M0Y0K51 (8%, 0%, 0%, 51%)
(0.08 / 0.00 / 0.00 / 0.51)

CMYK percentages

%8.06
%0
%0
%51.37

Codes

Color #727C7C in popluar color models

72 7C 7C
RGB 114 124 124
HSL 180° 4.20% 46.67%
HSB/HSV 180° 8.06% 48.63%
CMYK 8.06% 0.00% 0.00%
51.37%

Color #727C7C in popluar number systems.

HEX 72 7C 7C
Decimal 114 124 124
Binary 1110010 1111100 1111100
Octal 162 174 174

Shades and tints

Shades of #727C7C

#727C7C
(114,124,124)
#687171
(104,113,113)
#5E6666
(94,102,102)
#545B5B
(84,91,91)
#4A5050
(74,80,80)
#404545
(64,69,69)
#363A3A
(54,58,58)
#2C2F2F
(44,47,47)
#222424
(34,36,36)
#181919
(24,25,25)
#0E0E0E
(14,14,14)
#000000
(0,0,0)

Tints of #727C7C

#727C7C
(114,124,124)
#7E8787
(126,135,135)
#8A9292
(138,146,146)
#969D9D
(150,157,157)
#A2A8A8
(162,168,168)
#AEB3B3
(174,179,179)
#BABEBE
(186,190,190)
#C6C9C9
(198,201,201)
#D2D4D4
(210,212,212)
#DEDFDF
(222,223,223)
#EAEAEA
(234,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #727C7C; }

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

This text font color is #727C7C.

Background Color

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

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

This div background color is #727C7C.

Border color

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

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

This div border color is #727C7C.

Opacity

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

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

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

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

This text has shadow with #727C7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #727C7C.

Preview

Color preview on black background

This text has color #727C7C on black background.


Color preview on white background

This text has color #727C7C on white background.


Black color preview on #727C7C background

This text has black color on #727C7C background.


White color preview on #727C7C background

This text has white color on #727C7C background.


Related colors

Complementary color

Complementary color for #hex is #8D8383.


I love getcolorcode.com