COLOR #7F728E

HEX: #7F728E
RGB: (127,114,142)

Color info

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

RGB color model

#7F728E color RGB value is (127,114,142).

  • red value is 127;
  • green value is 114;
  • blue value is 142.
RGB:
(127,114,142)
(50%,45%,56%)

RGB channels and saturation

R 127 of 255 = 50%
G 114 of 255 = 45%
B 142 of 255 = 56%

127
114
142

R + G + B ~ 50%. #7F728E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
127 + 114 + 142 = 383 (100%)
R 127 of 383 ~ 33.16%
G 114 of 383 ~ 29.77%
B 142 of 383 ~ 37.08%

%33.16
%29.77
%37.08

CMYK color model

#7F728E color CMYK value is (11,20,0,44).

  • cyan value is 10.56%
  • magenta value is 19.72%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(11,20,0,44)
C11M20Y0K44 
(11%,20%,0%,44%)
(0.11/0.20/0.00/0.44)	

CMYK percentages

%10.56
%19.72
%0
%44.31

Codes

Color #7F728E in popluar color models

7F728E
RGB127114142
HSL268°11.02%50.20%
HSB/HSV268°19.72%55.69%
CMYK10.56%19.72%0.00%
44.31%

Color #7F728E in popluar number systems.

HEX7F728E
Decimal127114142
Binary1111111111001010001110
Octal177162216

Shades and tints

Shades of #7F728E

#7F728E
(127,114,142)
#746882
(116,104,130)
#695E76
(105,94,118)
#5E546A
(94,84,106)
#534A5E
(83,74,94)
#484052
(72,64,82)
#3D3646
(61,54,70)
#322C3A
(50,44,58)
#27222E
(39,34,46)
#1C1822
(28,24,34)
#110E16
(17,14,22)
#000000
(0,0,0)

Tints of #7F728E

#7F728E
(127,114,142)
#8A7E98
(138,126,152)
#958AA2
(149,138,162)
#A096AC
(160,150,172)
#ABA2B6
(171,162,182)
#B6AEC0
(182,174,192)
#C1BACA
(193,186,202)
#CCC6D4
(204,198,212)
#D7D2DE
(215,210,222)
#E2DEE8
(226,222,232)
#EDEAF2
(237,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F728E color. Also use rgb(127,114,142) instead hex code.

Text Font Color

.myTextColor { color: #7F728E; }

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

This text font color is #7F728E.


Background Color

.myBgColor { background-color: #7F728E; }

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

This div background color is #7F728E.


Border color

.myBorderColor { border: 1px solid #7F728E; }

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

This div border color is #7F728E.


Opacity

.myOpacity80 { color: #7F728E; opacity: 0.8; }

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

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

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

This text has shadow with #7F728E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F728E on black background.


Color preview on white background

This text has color #7F728E on white background.



Black color preview on #7F728E background

This text has black color on #7F728E background.


White color preview on #7F728E background

This text has white color on #7F728E background.