COLOR #727471

HEX: #727471
RGB: (114,116,113)

Color info

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

RGB color model

#727471 color RGB value is (114,116,113).

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

RGB channels and saturation

R 114 of 255 = 45%
G 116 of 255 = 45%
B 113 of 255 = 44%

114
116
113

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

Portions of RGB colors in percentages

R + G + B =
114 + 116 + 113 = 343 (100%)
R 114 of 343 ~ 33.24%
G 116 of 343 ~ 33.82%
B 113 of 343 ~ 32.94%

%33.24
%33.82
%32.94

CMYK color model

#727471 color CMYK value is (2,0,3,55).

  • cyan value is 1.72%
  • magenta value is 0.00%
  • yellow value is 2.59%
  • key color value is 54.51%
CMYK:
(2,0,3,55)
C2M0Y3K55 
(2%,0%,3%,55%)
(0.02/0.00/0.03/0.55)	

CMYK percentages

%1.72
%0
%2.59
%54.51

Codes

Color #727471 in popluar color models

727471
RGB114116113
HSL100°1.31%44.90%
HSB/HSV100°2.59%45.49%
CMYK1.72%0.00%2.59%
54.51%

Color #727471 in popluar number systems.

HEX727471
Decimal114116113
Binary111001011101001110001
Octal162164161

Shades and tints

Shades of #727471

#727471
(114,116,113)
#686A67
(104,106,103)
#5E605D
(94,96,93)
#545653
(84,86,83)
#4A4C49
(74,76,73)
#40423F
(64,66,63)
#363835
(54,56,53)
#2C2E2B
(44,46,43)
#222421
(34,36,33)
#181A17
(24,26,23)
#0E100D
(14,16,13)
#000000
(0,0,0)

Tints of #727471

#727471
(114,116,113)
#7E807D
(126,128,125)
#8A8C89
(138,140,137)
#969895
(150,152,149)
#A2A4A1
(162,164,161)
#AEB0AD
(174,176,173)
#BABCB9
(186,188,185)
#C6C8C5
(198,200,197)
#D2D4D1
(210,212,209)
#DEE0DD
(222,224,221)
#EAECE9
(234,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #727471; }

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

This text font color is #727471.


Background Color

.myBgColor { background-color: #727471; }

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

This div background color is #727471.


Border color

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

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

This div border color is #727471.


Opacity

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

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

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

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

This text has shadow with #727471 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727471 on black background.


Color preview on white background

This text has color #727471 on white background.



Black color preview on #727471 background

This text has black color on #727471 background.


White color preview on #727471 background

This text has white color on #727471 background.