COLOR #727F78

HEX: #727F78 RGB: (114,127,120)

Color info

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

RGB color model

#727F78 color RGB value is (114,127,120).

RGB: (114,127,120) (45%, 50%, 47%)

RGB channels and saturation

R 114 of 255 = 45%
G 127 of 255 = 50%
B 120 of 255 = 47%

114
127
120

R + G + B ~ 47%. #727F78 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 114 + 127 + 120 = 361 (100%)
R 114 of 361 ~ 31.58%
G 127 of 361 ~ 35.18%
B 120 of 361 ~ 33.24'%

%31.58
%35.18
%33.24

CMYK color model

#727F78 color CMYK value is (10,0,6,50).

  • cyan value is 10.24%
  • magenta value is 0.00%
  • yellow value is 5.51%
  • key color value is 50.20%

CMYK: (10,0,6,50)
C10M0Y6K50 (10%, 0%, 6%, 50%)
(0.10 / 0.00 / 0.06 / 0.50)

CMYK percentages

%10.24
%0
%5.51
%50.2

Codes

Color #727F78 in popluar color models

72 7F 78
RGB 114 127 120
HSL 148° 5.39% 47.25%
HSB/HSV 148° 10.24% 49.80%
CMYK 10.24% 0.00% 5.51%
50.20%

Color #727F78 in popluar number systems.

HEX 72 7F 78
Decimal 114 127 120
Binary 1110010 1111111 1111000
Octal 162 177 170

Shades and tints

Shades of #727F78

#727F78
(114,127,120)
#68746E
(104,116,110)
#5E6964
(94,105,100)
#545E5A
(84,94,90)
#4A5350
(74,83,80)
#404846
(64,72,70)
#363D3C
(54,61,60)
#2C3232
(44,50,50)
#222728
(34,39,40)
#181C1E
(24,28,30)
#0E1114
(14,17,20)
#000000
(0,0,0)

Tints of #727F78

#727F78
(114,127,120)
#7E8A84
(126,138,132)
#8A9590
(138,149,144)
#96A09C
(150,160,156)
#A2ABA8
(162,171,168)
#AEB6B4
(174,182,180)
#BAC1C0
(186,193,192)
#C6CCCC
(198,204,204)
#D2D7D8
(210,215,216)
#DEE2E4
(222,226,228)
#EAEDF0
(234,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #727F78 color. Also use rgb(114,127,120) instead hex code.

Text Font Color

.myTextColor { color: #727F78; }

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

This text font color is #727F78.

Background Color

.myBgColor { background-color: #727F78; }

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

This div background color is #727F78.

Border color

.myBorderColor { border: 1px solid #727F78; }

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

This div border color is #727F78.

Opacity

.myOpacity80 { color: #727F78; opacity: 0.8; }

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

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

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

This text has shadow with #727F78 color.


.textShadow {text-shadow: 3px 3px 1px #727F78', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #727F78; -webkit-box-shadow: 1px 1px 3px 2px #727F78; box-shadow:1px 1px 3px 2px #727F78;">
Div content here
</div>

This div box has shadow with color #727F78.

Preview

Color preview on black background

This text has color #727F78 on black background.


Color preview on white background

This text has color #727F78 on white background.


Black color preview on #727F78 background

This text has black color on #727F78 background.


White color preview on #727F78 background

This text has white color on #727F78 background.


Related colors

Complementary color

Complementary color for #hex is #8D8087.


I love getcolorcode.com

Triadic colors

1 #78727F and #7F7872 with #727F78 are triadic colors.

2 #787F72 and #7F7278 with #727F78 are triadic colors.