COLOR #727C82

HEX: #727C82 RGB: (114,124,130)

Color info

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

RGB color model

#727C82 color RGB value is (114,124,130).

RGB: (114,124,130) (45%, 49%, 51%)

RGB channels and saturation

R 114 of 255 = 45%
G 124 of 255 = 49%
B 130 of 255 = 51%

114
124
130

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

Portions of RGB colors in percentages

R + G + B = 114 + 124 + 130 = 368 (100%)
R 114 of 368 ~ 30.98%
G 124 of 368 ~ 33.7%
B 130 of 368 ~ 35.33'%

%30.98
%33.7
%35.33

CMYK color model

#727C82 color CMYK value is (12,5,0,49).

  • cyan value is 12.31%
  • magenta value is 4.62%
  • yellow value is 0.00%
  • key color value is 49.02%

CMYK: (12,5,0,49)
C12M5Y0K49 (12%, 5%, 0%, 49%)
(0.12 / 0.05 / 0.00 / 0.49)

CMYK percentages

%12.31
%4.62
%0
%49.02

Codes

Color #727C82 in popluar color models

72 7C 82
RGB 114 124 130
HSL 203° 6.56% 47.84%
HSB/HSV 203° 12.31% 50.98%
CMYK 12.31% 4.62% 0.00%
49.02%

Color #727C82 in popluar number systems.

HEX 72 7C 82
Decimal 114 124 130
Binary 1110010 1111100 10000010
Octal 162 174 202

Shades and tints

Shades of #727C82

#727C82
(114,124,130)
#687177
(104,113,119)
#5E666C
(94,102,108)
#545B61
(84,91,97)
#4A5056
(74,80,86)
#40454B
(64,69,75)
#363A40
(54,58,64)
#2C2F35
(44,47,53)
#22242A
(34,36,42)
#18191F
(24,25,31)
#0E0E14
(14,14,20)
#000000
(0,0,0)

Tints of #727C82

#727C82
(114,124,130)
#7E878D
(126,135,141)
#8A9298
(138,146,152)
#969DA3
(150,157,163)
#A2A8AE
(162,168,174)
#AEB3B9
(174,179,185)
#BABEC4
(186,190,196)
#C6C9CF
(198,201,207)
#D2D4DA
(210,212,218)
#DEDFE5
(222,223,229)
#EAEAF0
(234,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #727C82; }

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

This text font color is #727C82.

Background Color

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

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

This div background color is #727C82.

Border color

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

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

This div border color is #727C82.

Opacity

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

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

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

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

This text has shadow with #727C82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #727C82.

Preview

Color preview on black background

This text has color #727C82 on black background.


Color preview on white background

This text has color #727C82 on white background.


Black color preview on #727C82 background

This text has black color on #727C82 background.


White color preview on #727C82 background

This text has white color on #727C82 background.


Related colors

Complementary color

Complementary color for #hex is #8D837D.


I love getcolorcode.com

Triadic colors

1 #82727C and #7C8272 with #727C82 are triadic colors.

2 #827C72 and #7C7282 with #727C82 are triadic colors.