COLOR #727070

HEX: #727070
RGB: (114,112,112)

Color info

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

RGB color model

#727070 color RGB value is (114,112,112).

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

RGB channels and saturation

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

114
112
112

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

Portions of RGB colors in percentages

R + G + B =
114 + 112 + 112 = 338 (100%)
R 114 of 338 ~ 33.73%
G 112 of 338 ~ 33.14%
B 112 of 338 ~ 33.14%

%33.73
%33.14
%33.14

CMYK color model

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

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

CMYK percentages

%0
%1.75
%1.75
%55.29

Codes

Color #727070 in popluar color models

727070
RGB114112112
HSL0.88%44.31%
HSB/HSV1.75%44.71%
CMYK0.00%1.75%1.75%
55.29%

Color #727070 in popluar number systems.

HEX727070
Decimal114112112
Binary111001011100001110000
Octal162160160

Shades and tints

Shades of #727070

#727070
(114,112,112)
#686666
(104,102,102)
#5E5C5C
(94,92,92)
#545252
(84,82,82)
#4A4848
(74,72,72)
#403E3E
(64,62,62)
#363434
(54,52,52)
#2C2A2A
(44,42,42)
#222020
(34,32,32)
#181616
(24,22,22)
#0E0C0C
(14,12,12)
#000000
(0,0,0)

Tints of #727070

#727070
(114,112,112)
#7E7D7D
(126,125,125)
#8A8A8A
(138,138,138)
#969797
(150,151,151)
#A2A4A4
(162,164,164)
#AEB1B1
(174,177,177)
#BABEBE
(186,190,190)
#C6CBCB
(198,203,203)
#D2D8D8
(210,216,216)
#DEE5E5
(222,229,229)
#EAF2F2
(234,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #727070; }

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

This text font color is #727070.


Background Color

.myBgColor { background-color: #727070; }

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

This div background color is #727070.


Border color

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

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

This div border color is #727070.


Opacity

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

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

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

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

This text has shadow with #727070 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727070 on black background.


Color preview on white background

This text has color #727070 on white background.



Black color preview on #727070 background

This text has black color on #727070 background.


White color preview on #727070 background

This text has white color on #727070 background.