COLOR #727179

HEX: #727179
RGB: (114,113,121)

Color info

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

RGB color model

#727179 color RGB value is (114,113,121).

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

RGB channels and saturation

R 114 of 255 = 45%
G 113 of 255 = 44%
B 121 of 255 = 47%

114
113
121

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

Portions of RGB colors in percentages

R + G + B =
114 + 113 + 121 = 348 (100%)
R 114 of 348 ~ 32.76%
G 113 of 348 ~ 32.47%
B 121 of 348 ~ 34.77%

%32.76
%32.47
%34.77

CMYK color model

#727179 color CMYK value is (6,7,0,53).

  • cyan value is 5.79%
  • magenta value is 6.61%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(6,7,0,53)
C6M7Y0K53 
(6%,7%,0%,53%)
(0.06/0.07/0.00/0.53)	

CMYK percentages

%5.79
%6.61
%0
%52.55

Codes

Color #727179 in popluar color models

727179
RGB114113121
HSL248°3.42%45.88%
HSB/HSV248°6.61%47.45%
CMYK5.79%6.61%0.00%
52.55%

Color #727179 in popluar number systems.

HEX727179
Decimal114113121
Binary111001011100011111001
Octal162161171

Shades and tints

Shades of #727179

#727179
(114,113,121)
#68676E
(104,103,110)
#5E5D63
(94,93,99)
#545358
(84,83,88)
#4A494D
(74,73,77)
#403F42
(64,63,66)
#363537
(54,53,55)
#2C2B2C
(44,43,44)
#222121
(34,33,33)
#181716
(24,23,22)
#0E0D0B
(14,13,11)
#000000
(0,0,0)

Tints of #727179

#727179
(114,113,121)
#7E7D85
(126,125,133)
#8A8991
(138,137,145)
#96959D
(150,149,157)
#A2A1A9
(162,161,169)
#AEADB5
(174,173,181)
#BAB9C1
(186,185,193)
#C6C5CD
(198,197,205)
#D2D1D9
(210,209,217)
#DEDDE5
(222,221,229)
#EAE9F1
(234,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #727179; }

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

This text font color is #727179.


Background Color

.myBgColor { background-color: #727179; }

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

This div background color is #727179.


Border color

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

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

This div border color is #727179.


Opacity

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

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

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

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

This text has shadow with #727179 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727179 on black background.


Color preview on white background

This text has color #727179 on white background.



Black color preview on #727179 background

This text has black color on #727179 background.


White color preview on #727179 background

This text has white color on #727179 background.