COLOR #727782

HEX: #727782
RGB: (114,119,130)

Color info

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

RGB color model

#727782 color RGB value is (114,119,130).

  • red value is 114;
  • green value is 119;
  • blue value is 130.
RGB:
(114,119,130)
(45%,47%,51%)

RGB channels and saturation

R 114 of 255 = 45%
G 119 of 255 = 47%
B 130 of 255 = 51%

114
119
130

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

Portions of RGB colors in percentages

R + G + B =
114 + 119 + 130 = 363 (100%)
R 114 of 363 ~ 31.4%
G 119 of 363 ~ 32.78%
B 130 of 363 ~ 35.81%

%31.4
%32.78
%35.81

CMYK color model

#727782 color CMYK value is (12,8,0,49).

  • cyan value is 12.31%
  • magenta value is 8.46%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(12,8,0,49)
C12M8Y0K49 
(12%,8%,0%,49%)
(0.12/0.08/0.00/0.49)	

CMYK percentages

%12.31
%8.46
%0
%49.02

Codes

Color #727782 in popluar color models

727782
RGB114119130
HSL221°6.56%47.84%
HSB/HSV221°12.31%50.98%
CMYK12.31%8.46%0.00%
49.02%

Color #727782 in popluar number systems.

HEX727782
Decimal114119130
Binary1110010111011110000010
Octal162167202

Shades and tints

Shades of #727782

#727782
(114,119,130)
#686D77
(104,109,119)
#5E636C
(94,99,108)
#545961
(84,89,97)
#4A4F56
(74,79,86)
#40454B
(64,69,75)
#363B40
(54,59,64)
#2C3135
(44,49,53)
#22272A
(34,39,42)
#181D1F
(24,29,31)
#0E1314
(14,19,20)
#000000
(0,0,0)

Tints of #727782

#727782
(114,119,130)
#7E838D
(126,131,141)
#8A8F98
(138,143,152)
#969BA3
(150,155,163)
#A2A7AE
(162,167,174)
#AEB3B9
(174,179,185)
#BABFC4
(186,191,196)
#C6CBCF
(198,203,207)
#D2D7DA
(210,215,218)
#DEE3E5
(222,227,229)
#EAEFF0
(234,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #727782; }

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

This text font color is #727782.


Background Color

.myBgColor { background-color: #727782; }

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

This div background color is #727782.


Border color

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

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

This div border color is #727782.


Opacity

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

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

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

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

This text has shadow with #727782 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727782 on black background.


Color preview on white background

This text has color #727782 on white background.



Black color preview on #727782 background

This text has black color on #727782 background.


White color preview on #727782 background

This text has white color on #727782 background.