COLOR #727170

HEX: #727170
RGB: (114,113,112)

Color info

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

RGB color model

#727170 color RGB value is (114,113,112).

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

RGB channels and saturation

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

114
113
112

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

Portions of RGB colors in percentages

R + G + B =
114 + 113 + 112 = 339 (100%)
R 114 of 339 ~ 33.63%
G 113 of 339 ~ 33.33%
B 112 of 339 ~ 33.04%

%33.63
%33.33
%33.04

CMYK color model

#727170 color CMYK value is (0,1,2,55).

  • cyan value is 0.00%
  • magenta value is 0.88%
  • yellow value is 1.75%
  • key color value is 55.29%
CMYK:
(0,1,2,55)
C0M1Y2K55 
(0%,1%,2%,55%)
(0.00/0.01/0.02/0.55)	

CMYK percentages

%0
%0.88
%1.75
%55.29

Codes

Color #727170 in popluar color models

727170
RGB114113112
HSL30°0.88%44.31%
HSB/HSV30°1.75%44.71%
CMYK0.00%0.88%1.75%
55.29%

Color #727170 in popluar number systems.

HEX727170
Decimal114113112
Binary111001011100011110000
Octal162161160

Shades and tints

Shades of #727170

#727170
(114,113,112)
#686766
(104,103,102)
#5E5D5C
(94,93,92)
#545352
(84,83,82)
#4A4948
(74,73,72)
#403F3E
(64,63,62)
#363534
(54,53,52)
#2C2B2A
(44,43,42)
#222120
(34,33,32)
#181716
(24,23,22)
#0E0D0C
(14,13,12)
#000000
(0,0,0)

Tints of #727170

#727170
(114,113,112)
#7E7D7D
(126,125,125)
#8A898A
(138,137,138)
#969597
(150,149,151)
#A2A1A4
(162,161,164)
#AEADB1
(174,173,177)
#BAB9BE
(186,185,190)
#C6C5CB
(198,197,203)
#D2D1D8
(210,209,216)
#DEDDE5
(222,221,229)
#EAE9F2
(234,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #727170; }

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

This text font color is #727170.


Background Color

.myBgColor { background-color: #727170; }

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

This div background color is #727170.


Border color

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

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

This div border color is #727170.


Opacity

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

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

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

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

This text has shadow with #727170 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727170 on black background.


Color preview on white background

This text has color #727170 on white background.



Black color preview on #727170 background

This text has black color on #727170 background.


White color preview on #727170 background

This text has white color on #727170 background.