COLOR #7F7777

HEX: #7F7777
RGB: (127,119,119)

Color info

#7F7777 contains red, green and blue colors in about the same proportion. Web safe color of #7F7777 is #666666 (or #666).

RGB color model

#7F7777 color RGB value is (127,119,119).

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

RGB channels and saturation

R 127 of 255 = 50%
G 119 of 255 = 47%
B 119 of 255 = 47%

127
119
119

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

Portions of RGB colors in percentages

R + G + B =
127 + 119 + 119 = 365 (100%)
R 127 of 365 ~ 34.79%
G 119 of 365 ~ 32.6%
B 119 of 365 ~ 32.6%

%34.79
%32.6
%32.6

CMYK color model

#7F7777 color CMYK value is (0,6,6,50).

  • cyan value is 0.00%
  • magenta value is 6.30%
  • yellow value is 6.30%
  • key color value is 50.20%
CMYK:
(0,6,6,50)
C0M6Y6K50 
(0%,6%,6%,50%)
(0.00/0.06/0.06/0.50)	

CMYK percentages

%0
%6.3
%6.3
%50.2

Codes

Color #7F7777 in popluar color models

7F7777
RGB127119119
HSL3.25%48.24%
HSB/HSV6.30%49.80%
CMYK0.00%6.30%6.30%
50.20%

Color #7F7777 in popluar number systems.

HEX7F7777
Decimal127119119
Binary111111111101111110111
Octal177167167

Shades and tints

Shades of #7F7777

#7F7777
(127,119,119)
#746D6D
(116,109,109)
#696363
(105,99,99)
#5E5959
(94,89,89)
#534F4F
(83,79,79)
#484545
(72,69,69)
#3D3B3B
(61,59,59)
#323131
(50,49,49)
#272727
(39,39,39)
#1C1D1D
(28,29,29)
#111313
(17,19,19)
#000000
(0,0,0)

Tints of #7F7777

#7F7777
(127,119,119)
#8A8383
(138,131,131)
#958F8F
(149,143,143)
#A09B9B
(160,155,155)
#ABA7A7
(171,167,167)
#B6B3B3
(182,179,179)
#C1BFBF
(193,191,191)
#CCCBCB
(204,203,203)
#D7D7D7
(215,215,215)
#E2E3E3
(226,227,227)
#EDEFEF
(237,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F7777; }

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

This text font color is #7F7777.


Background Color

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

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

This div background color is #7F7777.


Border color

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

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

This div border color is #7F7777.


Opacity

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

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

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

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

This text has shadow with #7F7777 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F7777 on black background.


Color preview on white background

This text has color #7F7777 on white background.



Black color preview on #7F7777 background

This text has black color on #7F7777 background.


White color preview on #7F7777 background

This text has white color on #7F7777 background.