COLOR #7F787A

HEX: #7F787A RGB: (127,120,122)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

127
120
122

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

Portions of RGB colors in percentages

R + G + B = 127 + 120 + 122 = 369 (100%)
R 127 of 369 ~ 34.42%
G 120 of 369 ~ 32.52%
B 122 of 369 ~ 33.06'%

%34.42
%32.52
%33.06

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.51%
  • yellow value is 3.94%
  • key color value is 50.20%

CMYK: (0,6,4,50)
C0M6Y4K50 (0%, 6%, 4%, 50%)
(0.00 / 0.06 / 0.04 / 0.50)

CMYK percentages

%0
%5.51
%3.94
%50.2

Codes

Color #7F787A in popluar color models

7F 78 7A
RGB 127 120 122
HSL 343° 2.83% 48.43%
HSB/HSV 343° 5.51% 49.80%
CMYK 0.00% 5.51% 3.94%
50.20%

Color #7F787A in popluar number systems.

HEX 7F 78 7A
Decimal 127 120 122
Binary 1111111 1111000 1111010
Octal 177 170 172

Shades and tints

Shades of #7F787A

#7F787A
(127,120,122)
#746E6F
(116,110,111)
#696464
(105,100,100)
#5E5A59
(94,90,89)
#53504E
(83,80,78)
#484643
(72,70,67)
#3D3C38
(61,60,56)
#32322D
(50,50,45)
#272822
(39,40,34)
#1C1E17
(28,30,23)
#11140C
(17,20,12)
#000000
(0,0,0)

Tints of #7F787A

#7F787A
(127,120,122)
#8A8486
(138,132,134)
#959092
(149,144,146)
#A09C9E
(160,156,158)
#ABA8AA
(171,168,170)
#B6B4B6
(182,180,182)
#C1C0C2
(193,192,194)
#CCCCCE
(204,204,206)
#D7D8DA
(215,216,218)
#E2E4E6
(226,228,230)
#EDF0F2
(237,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F787A; }

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

This text font color is #7F787A.

Background Color

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

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

This div background color is #7F787A.

Border color

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

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

This div border color is #7F787A.

Opacity

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

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

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

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

This text has shadow with #7F787A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F787A.

Preview

Color preview on black background

This text has color #7F787A on black background.


Color preview on white background

This text has color #7F787A on white background.


Black color preview on #7F787A background

This text has black color on #7F787A background.


White color preview on #7F787A background

This text has white color on #7F787A background.


Related colors

Complementary color

Complementary color for #hex is #808785.


I love getcolorcode.com

Triadic colors

1 #7A7F78 and #787A7F with #7F787A are triadic colors.

2 #7A787F and #787F7A with #7F787A are triadic colors.