COLOR #7F7A7B

HEX: #7F7A7B
RGB: (127,122,123)

Color info

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

RGB color model

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

  • red value is 127;
  • green value is 122;
  • blue value is 123.
RGB:
(127,122,123)
(50%,48%,48%)

RGB channels and saturation

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

127
122
123

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

Portions of RGB colors in percentages

R + G + B =
127 + 122 + 123 = 372 (100%)
R 127 of 372 ~ 34.14%
G 122 of 372 ~ 32.8%
B 123 of 372 ~ 33.06%

%34.14
%32.8
%33.06

CMYK color model

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

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

CMYK percentages

%0
%3.94
%3.15
%50.2

Codes

Color #7F7A7B in popluar color models

7F7A7B
RGB127122123
HSL348°2.01%48.82%
HSB/HSV348°3.94%49.80%
CMYK0.00%3.94%3.15%
50.20%

Color #7F7A7B in popluar number systems.

HEX7F7A7B
Decimal127122123
Binary111111111110101111011
Octal177172173

Shades and tints

Shades of #7F7A7B

#7F7A7B
(127,122,123)
#746F70
(116,111,112)
#696465
(105,100,101)
#5E595A
(94,89,90)
#534E4F
(83,78,79)
#484344
(72,67,68)
#3D3839
(61,56,57)
#322D2E
(50,45,46)
#272223
(39,34,35)
#1C1718
(28,23,24)
#110C0D
(17,12,13)
#000000
(0,0,0)

Tints of #7F7A7B

#7F7A7B
(127,122,123)
#8A8687
(138,134,135)
#959293
(149,146,147)
#A09E9F
(160,158,159)
#ABAAAB
(171,170,171)
#B6B6B7
(182,182,183)
#C1C2C3
(193,194,195)
#CCCECF
(204,206,207)
#D7DADB
(215,218,219)
#E2E6E7
(226,230,231)
#EDF2F3
(237,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F7A7B; }

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

This text font color is #7F7A7B.


Background Color

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

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

This div background color is #7F7A7B.


Border color

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

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

This div border color is #7F7A7B.


Opacity

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

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

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

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

This text has shadow with #7F7A7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F7A7B on black background.


Color preview on white background

This text has color #7F7A7B on white background.



Black color preview on #7F7A7B background

This text has black color on #7F7A7B background.


White color preview on #7F7A7B background

This text has white color on #7F7A7B background.