COLOR #7F7A7F

HEX: #7F7A7F RGB: (127,122,127)

Color info

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

RGB color model

#7F7A7F color RGB value is (127,122,127).

RGB: (127,122,127) (50%, 48%, 50%)

RGB channels and saturation

R 127 of 255 = 50%
G 122 of 255 = 48%
B 127 of 255 = 50%

127
122
127

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

Portions of RGB colors in percentages

R + G + B = 127 + 122 + 127 = 376 (100%)
R 127 of 376 ~ 33.78%
G 122 of 376 ~ 32.45%
B 127 of 376 ~ 33.78'%

%33.78
%32.45
%33.78

CMYK color model

#7F7A7F color CMYK value is (0,4,0,50).

  • cyan value is 0.00%
  • magenta value is 3.94%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK: (0,4,0,50) C0M4Y0K50 (0%,4%,0%,50%) (0.00/0.04/0.00/0.50) 

CMYK percentages

%0
%3.94
%0
%50.2

Codes

Color #7F7A7F in popluar color models

7F 7A 7F
RGB 127 122 127
HSL 300° 2.01% 48.82%
HSB/HSV 300° 3.94% 49.80%
CMYK 0.00% 3.94% 0.00%
50.20%

Color #7F7A7F in popluar number systems.

HEX 7F 7A 7F
Decimal 127 122 127
Binary 1111111 1111010 1111111
Octal 177 172 177

Shades and tints

Shades of #7F7A7F

#7F7A7F
(127,122,127)
#746F74
(116,111,116)
#696469
(105,100,105)
#5E595E
(94,89,94)
#534E53
(83,78,83)
#484348
(72,67,72)
#3D383D
(61,56,61)
#322D32
(50,45,50)
#272227
(39,34,39)
#1C171C
(28,23,28)
#110C11
(17,12,17)
#000000
(0,0,0)

Tints of #7F7A7F

#7F7A7F
(127,122,127)
#8A868A
(138,134,138)
#959295
(149,146,149)
#A09EA0
(160,158,160)
#ABAAAB
(171,170,171)
#B6B6B6
(182,182,182)
#C1C2C1
(193,194,193)
#CCCECC
(204,206,204)
#D7DAD7
(215,218,215)
#E2E6E2
(226,230,226)
#EDF2ED
(237,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F7A7F; }

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

This text font color is #7F7A7F.

Background Color

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

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

This div background color is #7F7A7F.

Border color

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

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

This div border color is #7F7A7F.

Opacity

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

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

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

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

This text has shadow with #7F7A7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F7A7F.

Preview

Color preview on black background

This text has color #7F7A7F on black background.


Color preview on white background

This text has color #7F7A7F on white background.


Black color preview on #7F7A7F background

This text has black color on #7F7A7F background.


White color preview on #7F7A7F background

This text has white color on #7F7A7F background.


Related colors

Complementary color

Complementary color for #hex is #808580.


I love getcolorcode.com

Triadic colors

1 #7F7F7A and #7A7F7F with #7F7A7F are triadic colors.

2 #7F7A7F and #7A7F7F with #7F7A7F are triadic colors.