COLOR #727E8A

HEX: #727E8A RGB: (114,126,138)

Color info

#727E8A contains red, green and blue colors in about the same proportion. Web safe color of #727E8A is #666699 (or #669).

RGB color model

#727E8A color RGB value is (114,126,138).

RGB: (114,126,138) (45%, 49%, 54%)

RGB channels and saturation

R 114 of 255 = 45%
G 126 of 255 = 49%
B 138 of 255 = 54%

114
126
138

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

Portions of RGB colors in percentages

R + G + B = 114 + 126 + 138 = 378 (100%)
R 114 of 378 ~ 30.16%
G 126 of 378 ~ 33.33%
B 138 of 378 ~ 36.51'%

%30.16
%33.33
%36.51

CMYK color model

#727E8A color CMYK value is (17,9,0,46).

  • cyan value is 17.39%
  • magenta value is 8.70%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (17,9,0,46)
C17M9Y0K46 (17%, 9%, 0%, 46%)
(0.17 / 0.09 / 0.00 / 0.46)

CMYK percentages

%17.39
%8.7
%0
%45.88

Codes

Color #727E8A in popluar color models

72 7E 8A
RGB 114 126 138
HSL 210° 9.52% 49.41%
HSB/HSV 210° 17.39% 54.12%
CMYK 17.39% 8.70% 0.00%
45.88%

Color #727E8A in popluar number systems.

HEX 72 7E 8A
Decimal 114 126 138
Binary 1110010 1111110 10001010
Octal 162 176 212

Shades and tints

Shades of #727E8A

#727E8A
(114,126,138)
#68737E
(104,115,126)
#5E6872
(94,104,114)
#545D66
(84,93,102)
#4A525A
(74,82,90)
#40474E
(64,71,78)
#363C42
(54,60,66)
#2C3136
(44,49,54)
#22262A
(34,38,42)
#181B1E
(24,27,30)
#0E1012
(14,16,18)
#000000
(0,0,0)

Tints of #727E8A

#727E8A
(114,126,138)
#7E8994
(126,137,148)
#8A949E
(138,148,158)
#969FA8
(150,159,168)
#A2AAB2
(162,170,178)
#AEB5BC
(174,181,188)
#BAC0C6
(186,192,198)
#C6CBD0
(198,203,208)
#D2D6DA
(210,214,218)
#DEE1E4
(222,225,228)
#EAECEE
(234,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #727E8A color. Also use rgb(114,126,138) instead hex code.

Text Font Color

.myTextColor { color: #727E8A; }

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

This text font color is #727E8A.

Background Color

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

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

This div background color is #727E8A.

Border color

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

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

This div border color is #727E8A.

Opacity

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

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

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

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

This text has shadow with #727E8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #727E8A.

Preview

Color preview on black background

This text has color #727E8A on black background.


Color preview on white background

This text has color #727E8A on white background.


Black color preview on #727E8A background

This text has black color on #727E8A background.


White color preview on #727E8A background

This text has white color on #727E8A background.


Related colors

Complementary color

Complementary color for #hex is #8D8175.


I love getcolorcode.com

Triadic colors

1 #8A727E and #7E8A72 with #727E8A are triadic colors.

2 #8A7E72 and #7E728A with #727E8A are triadic colors.