COLOR #727272

HEX: #727272
RGB: (114,114,114)

Color info

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

RGB color model

#727272 color RGB value is (114,114,114).

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

RGB channels and saturation

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

114
114
114

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

Portions of RGB colors in percentages

R + G + B =
114 + 114 + 114 = 342 (100%)
R 114 of 342 ~ 33.33%
G 114 of 342 ~ 33.33%
B 114 of 342 ~ 33.33%

%33.33
%33.33
%33.33

CMYK color model

#727272 color CMYK value is (0,0,0,55).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(0,0,0,55)
C0M0Y0K55 
(0%,0%,0%,55%)
(0.00/0.00/0.00/0.55)	

CMYK percentages

%0
%0
%0
%55.29

Codes

Color #727272 in popluar color models

727272
RGB114114114
HSL0.00%0.45%
HSB/HSV0.00%0.45%
CMYK0.00%0.00%0.00%
55.29%

Color #727272 in popluar number systems.

HEX727272
Decimal114114114
Binary111001011100101110010
Octal162162162

Shades and tints

Shades of #727272

#727272
(114,114,114)
#686868
(104,104,104)
#5E5E5E
(94,94,94)
#545454
(84,84,84)
#4A4A4A
(74,74,74)
#404040
(64,64,64)
#363636
(54,54,54)
#2C2C2C
(44,44,44)
#222222
(34,34,34)
#181818
(24,24,24)
#0E0E0E
(14,14,14)
#000000
(0,0,0)

Tints of #727272

#727272
(114,114,114)
#7E7E7E
(126,126,126)
#8A8A8A
(138,138,138)
#969696
(150,150,150)
#A2A2A2
(162,162,162)
#AEAEAE
(174,174,174)
#BABABA
(186,186,186)
#C6C6C6
(198,198,198)
#D2D2D2
(210,210,210)
#DEDEDE
(222,222,222)
#EAEAEA
(234,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #727272; }

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

This text font color is #727272.


Background Color

.myBgColor { background-color: #727272; }

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

This div background color is #727272.


Border color

.myBorderColor { border: 1px solid #727272; }

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

This div border color is #727272.


Opacity

.myOpacity80 { color: #727272; opacity: 0.8; }

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

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

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

This text has shadow with #727272 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727272 on black background.


Color preview on white background

This text has color #727272 on white background.



Black color preview on #727272 background

This text has black color on #727272 background.


White color preview on #727272 background

This text has white color on #727272 background.