COLOR #727676

HEX: #727676 RGB: (114,118,118)

Color info

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

RGB color model

#727676 color RGB value is (114,118,118).

RGB: (114,118,118) (45%, 46%, 46%)

RGB channels and saturation

R 114 of 255 = 45%
G 118 of 255 = 46%
B 118 of 255 = 46%

114
118
118

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

Portions of RGB colors in percentages

R + G + B = 114 + 118 + 118 = 350 (100%)
R 114 of 350 ~ 32.57%
G 118 of 350 ~ 33.71%
B 118 of 350 ~ 33.71'%

%32.57
%33.71
%33.71

CMYK color model

#727676 color CMYK value is (3,0,0,54).

  • cyan value is 3.39%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 53.73%

CMYK: (3,0,0,54)
C3M0Y0K54 (3%, 0%, 0%, 54%)
(0.03 / 0.00 / 0.00 / 0.54)

CMYK percentages

%3.39
%0
%0
%53.73

Codes

Color #727676 in popluar color models

72 76 76
RGB 114 118 118
HSL 180° 1.72% 45.49%
HSB/HSV 180° 3.39% 46.27%
CMYK 3.39% 0.00% 0.00%
53.73%

Color #727676 in popluar number systems.

HEX 72 76 76
Decimal 114 118 118
Binary 1110010 1110110 1110110
Octal 162 166 166

Shades and tints

Shades of #727676

#727676
(114,118,118)
#686C6C
(104,108,108)
#5E6262
(94,98,98)
#545858
(84,88,88)
#4A4E4E
(74,78,78)
#404444
(64,68,68)
#363A3A
(54,58,58)
#2C3030
(44,48,48)
#222626
(34,38,38)
#181C1C
(24,28,28)
#0E1212
(14,18,18)
#000000
(0,0,0)

Tints of #727676

#727676
(114,118,118)
#7E8282
(126,130,130)
#8A8E8E
(138,142,142)
#969A9A
(150,154,154)
#A2A6A6
(162,166,166)
#AEB2B2
(174,178,178)
#BABEBE
(186,190,190)
#C6CACA
(198,202,202)
#D2D6D6
(210,214,214)
#DEE2E2
(222,226,226)
#EAEEEE
(234,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #727676; }

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

This text font color is #727676.

Background Color

.myBgColor { background-color: #727676; }

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

This div background color is #727676.

Border color

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

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

This div border color is #727676.

Opacity

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

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

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

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

This text has shadow with #727676 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #727676.

Preview

Color preview on black background

This text has color #727676 on black background.


Color preview on white background

This text has color #727676 on white background.


Black color preview on #727676 background

This text has black color on #727676 background.


White color preview on #727676 background

This text has white color on #727676 background.


Related colors

Complementary color

Complementary color for #hex is #8D8989.


I love getcolorcode.com