COLOR #727174

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

114
113
116

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

Portions of RGB colors in percentages

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

%33.24
%32.94
%33.82

CMYK color model

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

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

CMYK percentages

%1.72
%2.59
%0
%54.51

Codes

Color #727174 in popluar color models

727174
RGB114113116
HSL260°1.31%44.90%
HSB/HSV260°2.59%45.49%
CMYK1.72%2.59%0.00%
54.51%

Color #727174 in popluar number systems.

HEX727174
Decimal114113116
Binary111001011100011110100
Octal162161164

Shades and tints

Shades of #727174

#727174
(114,113,116)
#68676A
(104,103,106)
#5E5D60
(94,93,96)
#545356
(84,83,86)
#4A494C
(74,73,76)
#403F42
(64,63,66)
#363538
(54,53,56)
#2C2B2E
(44,43,46)
#222124
(34,33,36)
#18171A
(24,23,26)
#0E0D10
(14,13,16)
#000000
(0,0,0)

Tints of #727174

#727174
(114,113,116)
#7E7D80
(126,125,128)
#8A898C
(138,137,140)
#969598
(150,149,152)
#A2A1A4
(162,161,164)
#AEADB0
(174,173,176)
#BAB9BC
(186,185,188)
#C6C5C8
(198,197,200)
#D2D1D4
(210,209,212)
#DEDDE0
(222,221,224)
#EAE9EC
(234,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #727174; }

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

This text font color is #727174.


Background Color

.myBgColor { background-color: #727174; }

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

This div background color is #727174.


Border color

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

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

This div border color is #727174.


Opacity

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

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

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

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

This text has shadow with #727174 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727174 on black background.


Color preview on white background

This text has color #727174 on white background.



Black color preview on #727174 background

This text has black color on #727174 background.


White color preview on #727174 background

This text has white color on #727174 background.