COLOR #7F8181

HEX: #7F8181
RGB: (127,129,129)

Color info

#7F8181 contains red, green and blue colors in about the same proportion. Web safe color of #7F8181 is #669999 (or #699).

RGB color model

#7F8181 color RGB value is (127,129,129).

  • red value is 127;
  • green value is 129;
  • blue value is 129.
RGB:
(127,129,129)
(50%,51%,51%)

RGB channels and saturation

R 127 of 255 = 50%
G 129 of 255 = 51%
B 129 of 255 = 51%

127
129
129

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

Portions of RGB colors in percentages

R + G + B =
127 + 129 + 129 = 385 (100%)
R 127 of 385 ~ 32.99%
G 129 of 385 ~ 33.51%
B 129 of 385 ~ 33.51%

%32.99
%33.51
%33.51

CMYK color model

#7F8181 color CMYK value is (2,0,0,49).

  • cyan value is 1.55%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(2,0,0,49)
C2M0Y0K49 
(2%,0%,0%,49%)
(0.02/0.00/0.00/0.49)	

CMYK percentages

%1.55
%0
%0
%49.41

Codes

Color #7F8181 in popluar color models

7F8181
RGB127129129
HSL180°0.79%50.20%
HSB/HSV180°1.55%50.59%
CMYK1.55%0.00%0.00%
49.41%

Color #7F8181 in popluar number systems.

HEX7F8181
Decimal127129129
Binary11111111000000110000001
Octal177201201

Shades and tints

Shades of #7F8181

#7F8181
(127,129,129)
#747676
(116,118,118)
#696B6B
(105,107,107)
#5E6060
(94,96,96)
#535555
(83,85,85)
#484A4A
(72,74,74)
#3D3F3F
(61,63,63)
#323434
(50,52,52)
#272929
(39,41,41)
#1C1E1E
(28,30,30)
#111313
(17,19,19)
#000000
(0,0,0)

Tints of #7F8181

#7F8181
(127,129,129)
#8A8C8C
(138,140,140)
#959797
(149,151,151)
#A0A2A2
(160,162,162)
#ABADAD
(171,173,173)
#B6B8B8
(182,184,184)
#C1C3C3
(193,195,195)
#CCCECE
(204,206,206)
#D7D9D9
(215,217,217)
#E2E4E4
(226,228,228)
#EDEFEF
(237,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F8181; }

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

This text font color is #7F8181.


Background Color

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

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

This div background color is #7F8181.


Border color

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

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

This div border color is #7F8181.


Opacity

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

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

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

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

This text has shadow with #7F8181 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F8181 on black background.


Color preview on white background

This text has color #7F8181 on white background.



Black color preview on #7F8181 background

This text has black color on #7F8181 background.


White color preview on #7F8181 background

This text has white color on #7F8181 background.