COLOR #7F796B

HEX: #7F796B RGB: (127,121,107)

Color info

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

RGB color model

#7F796B color RGB value is (127,121,107).

RGB: (127,121,107) (50%, 47%, 42%)

RGB channels and saturation

R 127 of 255 = 50%
G 121 of 255 = 47%
B 107 of 255 = 42%

127
121
107

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

Portions of RGB colors in percentages

R + G + B = 127 + 121 + 107 = 355 (100%)
R 127 of 355 ~ 35.77%
G 121 of 355 ~ 34.08%
B 107 of 355 ~ 30.14'%

%35.77
%34.08
%30.14

CMYK color model

#7F796B color CMYK value is (0,5,16,50).

  • cyan value is 0.00%
  • magenta value is 4.72%
  • yellow value is 15.75%
  • key color value is 50.20%

CMYK: (0,5,16,50)
C0M5Y16K50 (0%, 5%, 16%, 50%)
(0.00 / 0.05 / 0.16 / 0.50)

CMYK percentages

%0
%4.72
%15.75
%50.2

Codes

Color #7F796B in popluar color models

7F 79 6B
RGB 127 121 107
HSL 42° 8.55% 45.88%
HSB/HSV 42° 15.75% 49.80%
CMYK 0.00% 4.72% 15.75%
50.20%

Color #7F796B in popluar number systems.

HEX 7F 79 6B
Decimal 127 121 107
Binary 1111111 1111001 1101011
Octal 177 171 153

Shades and tints

Shades of #7F796B

#7F796B
(127,121,107)
#746E62
(116,110,98)
#696359
(105,99,89)
#5E5850
(94,88,80)
#534D47
(83,77,71)
#48423E
(72,66,62)
#3D3735
(61,55,53)
#322C2C
(50,44,44)
#272123
(39,33,35)
#1C161A
(28,22,26)
#110B11
(17,11,17)
#000000
(0,0,0)

Tints of #7F796B

#7F796B
(127,121,107)
#8A8578
(138,133,120)
#959185
(149,145,133)
#A09D92
(160,157,146)
#ABA99F
(171,169,159)
#B6B5AC
(182,181,172)
#C1C1B9
(193,193,185)
#CCCDC6
(204,205,198)
#D7D9D3
(215,217,211)
#E2E5E0
(226,229,224)
#EDF1ED
(237,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F796B; }

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

This text font color is #7F796B.

Background Color

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

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

This div background color is #7F796B.

Border color

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

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

This div border color is #7F796B.

Opacity

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

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

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

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

This text has shadow with #7F796B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F796B.

Preview

Color preview on black background

This text has color #7F796B on black background.


Color preview on white background

This text has color #7F796B on white background.


Black color preview on #7F796B background

This text has black color on #7F796B background.


White color preview on #7F796B background

This text has white color on #7F796B background.


Related colors

Complementary color

Complementary color for #hex is #808694.


I love getcolorcode.com

Triadic colors

1 #6B7F79 and #796B7F with #7F796B are triadic colors.

2 #6B797F and #797F6B with #7F796B are triadic colors.