COLOR #7F728F

HEX: #7F728F
RGB: (127,114,143)

Color info

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

RGB color model

#7F728F color RGB value is (127,114,143).

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

RGB channels and saturation

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

127
114
143

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

Portions of RGB colors in percentages

R + G + B =
127 + 114 + 143 = 384 (100%)
R 127 of 384 ~ 33.07%
G 114 of 384 ~ 29.69%
B 143 of 384 ~ 37.24%

%33.07
%29.69
%37.24

CMYK color model

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

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

CMYK percentages

%11.19
%20.28
%0
%43.92

Codes

Color #7F728F in popluar color models

7F728F
RGB127114143
HSL267°11.46%50.39%
HSB/HSV267°20.28%56.08%
CMYK11.19%20.28%0.00%
43.92%

Color #7F728F in popluar number systems.

HEX7F728F
Decimal127114143
Binary1111111111001010001111
Octal177162217

Shades and tints

Shades of #7F728F

#7F728F
(127,114,143)
#746882
(116,104,130)
#695E75
(105,94,117)
#5E5468
(94,84,104)
#534A5B
(83,74,91)
#48404E
(72,64,78)
#3D3641
(61,54,65)
#322C34
(50,44,52)
#272227
(39,34,39)
#1C181A
(28,24,26)
#110E0D
(17,14,13)
#000000
(0,0,0)

Tints of #7F728F

#7F728F
(127,114,143)
#8A7E99
(138,126,153)
#958AA3
(149,138,163)
#A096AD
(160,150,173)
#ABA2B7
(171,162,183)
#B6AEC1
(182,174,193)
#C1BACB
(193,186,203)
#CCC6D5
(204,198,213)
#D7D2DF
(215,210,223)
#E2DEE9
(226,222,233)
#EDEAF3
(237,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F728F; }

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

This text font color is #7F728F.


Background Color

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

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

This div background color is #7F728F.


Border color

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

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

This div border color is #7F728F.


Opacity

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

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

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

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

This text has shadow with #7F728F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F728F on black background.


Color preview on white background

This text has color #7F728F on white background.



Black color preview on #7F728F background

This text has black color on #7F728F background.


White color preview on #7F728F background

This text has white color on #7F728F background.