COLOR #727A86

HEX: #727A86
RGB: (114,122,134)

Color info

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

RGB color model

#727A86 color RGB value is (114,122,134).

  • red value is 114;
  • green value is 122;
  • blue value is 134.
RGB:
(114,122,134)
(45%,48%,53%)

RGB channels and saturation

R 114 of 255 = 45%
G 122 of 255 = 48%
B 134 of 255 = 53%

114
122
134

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

Portions of RGB colors in percentages

R + G + B =
114 + 122 + 134 = 370 (100%)
R 114 of 370 ~ 30.81%
G 122 of 370 ~ 32.97%
B 134 of 370 ~ 36.22%

%30.81
%32.97
%36.22

CMYK color model

#727A86 color CMYK value is (15,9,0,47).

  • cyan value is 14.93%
  • magenta value is 8.96%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(15,9,0,47)
C15M9Y0K47 
(15%,9%,0%,47%)
(0.15/0.09/0.00/0.47)	

CMYK percentages

%14.93
%8.96
%0
%47.45

Codes

Color #727A86 in popluar color models

727A86
RGB114122134
HSL216°8.06%48.63%
HSB/HSV216°14.93%52.55%
CMYK14.93%8.96%0.00%
47.45%

Color #727A86 in popluar number systems.

HEX727A86
Decimal114122134
Binary1110010111101010000110
Octal162172206

Shades and tints

Shades of #727A86

#727A86
(114,122,134)
#686F7A
(104,111,122)
#5E646E
(94,100,110)
#545962
(84,89,98)
#4A4E56
(74,78,86)
#40434A
(64,67,74)
#36383E
(54,56,62)
#2C2D32
(44,45,50)
#222226
(34,34,38)
#18171A
(24,23,26)
#0E0C0E
(14,12,14)
#000000
(0,0,0)

Tints of #727A86

#727A86
(114,122,134)
#7E8691
(126,134,145)
#8A929C
(138,146,156)
#969EA7
(150,158,167)
#A2AAB2
(162,170,178)
#AEB6BD
(174,182,189)
#BAC2C8
(186,194,200)
#C6CED3
(198,206,211)
#D2DADE
(210,218,222)
#DEE6E9
(222,230,233)
#EAF2F4
(234,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #727A86 color. Also use rgb(114,122,134) instead hex code.

Text Font Color

.myTextColor { color: #727A86; }

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

This text font color is #727A86.


Background Color

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

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

This div background color is #727A86.


Border color

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

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

This div border color is #727A86.


Opacity

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

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

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

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

This text has shadow with #727A86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727A86 on black background.


Color preview on white background

This text has color #727A86 on white background.



Black color preview on #727A86 background

This text has black color on #727A86 background.


White color preview on #727A86 background

This text has white color on #727A86 background.