COLOR #7F808F

HEX: #7F808F
RGB: (127,128,143)

Color info

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

RGB color model

#7F808F color RGB value is (127,128,143).

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

RGB channels and saturation

R 127 of 255 = 50%
G 128 of 255 = 50%
B 143 of 255 = 56%

127
128
143

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

Portions of RGB colors in percentages

R + G + B =
127 + 128 + 143 = 398 (100%)
R 127 of 398 ~ 31.91%
G 128 of 398 ~ 32.16%
B 143 of 398 ~ 35.93%

%31.91
%32.16
%35.93

CMYK color model

#7F808F color CMYK value is (11,10,0,44).

  • cyan value is 11.19%
  • magenta value is 10.49%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(11,10,0,44)
C11M10Y0K44 
(11%,10%,0%,44%)
(0.11/0.10/0.00/0.44)	

CMYK percentages

%11.19
%10.49
%0
%43.92

Codes

Color #7F808F in popluar color models

7F808F
RGB127128143
HSL236°6.67%52.94%
HSB/HSV236°11.19%56.08%
CMYK11.19%10.49%0.00%
43.92%

Color #7F808F in popluar number systems.

HEX7F808F
Decimal127128143
Binary11111111000000010001111
Octal177200217

Shades and tints

Shades of #7F808F

#7F808F
(127,128,143)
#747582
(116,117,130)
#696A75
(105,106,117)
#5E5F68
(94,95,104)
#53545B
(83,84,91)
#48494E
(72,73,78)
#3D3E41
(61,62,65)
#323334
(50,51,52)
#272827
(39,40,39)
#1C1D1A
(28,29,26)
#11120D
(17,18,13)
#000000
(0,0,0)

Tints of #7F808F

#7F808F
(127,128,143)
#8A8B99
(138,139,153)
#9596A3
(149,150,163)
#A0A1AD
(160,161,173)
#ABACB7
(171,172,183)
#B6B7C1
(182,183,193)
#C1C2CB
(193,194,203)
#CCCDD5
(204,205,213)
#D7D8DF
(215,216,223)
#E2E3E9
(226,227,233)
#EDEEF3
(237,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F808F; }

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

This text font color is #7F808F.


Background Color

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

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

This div background color is #7F808F.


Border color

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

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

This div border color is #7F808F.


Opacity

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

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

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

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

This text has shadow with #7F808F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F808F on black background.


Color preview on white background

This text has color #7F808F on white background.



Black color preview on #7F808F background

This text has black color on #7F808F background.


White color preview on #7F808F background

This text has white color on #7F808F background.