COLOR #7F806F

HEX: #7F806F RGB: (127,128,111)

Color info

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

RGB color model

#7F806F color RGB value is (127,128,111).

RGB: (127,128,111) (50%, 50%, 44%)

RGB channels and saturation

R 127 of 255 = 50%
G 128 of 255 = 50%
B 111 of 255 = 44%

127
128
111

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

Portions of RGB colors in percentages

R + G + B = 127 + 128 + 111 = 366 (100%)
R 127 of 366 ~ 34.7%
G 128 of 366 ~ 34.97%
B 111 of 366 ~ 30.33'%

%34.7
%34.97
%30.33

CMYK color model

#7F806F color CMYK value is (1,0,13,50).

  • cyan value is 0.78%
  • magenta value is 0.00%
  • yellow value is 13.28%
  • key color value is 49.80%
CMYK: (1,0,13,50) C1M0Y13K50 (1%,0%,13%,50%) (0.01/0.00/0.13/0.50) 

CMYK percentages

%0.78
%0
%13.28
%49.8

Codes

Color #7F806F in popluar color models

7F 80 6F
RGB 127 128 111
HSL 64° 7.11% 46.86%
HSB/HSV 64° 13.28% 50.20%
CMYK 0.78% 0.00% 13.28%
49.80%

Color #7F806F in popluar number systems.

HEX 7F 80 6F
Decimal 127 128 111
Binary 1111111 10000000 1101111
Octal 177 200 157

Shades and tints

Shades of #7F806F

#7F806F
(127,128,111)
#747565
(116,117,101)
#696A5B
(105,106,91)
#5E5F51
(94,95,81)
#535447
(83,84,71)
#48493D
(72,73,61)
#3D3E33
(61,62,51)
#323329
(50,51,41)
#27281F
(39,40,31)
#1C1D15
(28,29,21)
#11120B
(17,18,11)
#000000
(0,0,0)

Tints of #7F806F

#7F806F
(127,128,111)
#8A8B7C
(138,139,124)
#959689
(149,150,137)
#A0A196
(160,161,150)
#ABACA3
(171,172,163)
#B6B7B0
(182,183,176)
#C1C2BD
(193,194,189)
#CCCDCA
(204,205,202)
#D7D8D7
(215,216,215)
#E2E3E4
(226,227,228)
#EDEEF1
(237,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F806F; }

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

This text font color is #7F806F.

Background Color

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

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

This div background color is #7F806F.

Border color

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

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

This div border color is #7F806F.

Opacity

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

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

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

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

This text has shadow with #7F806F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F806F.

Preview

Color preview on black background

This text has color #7F806F on black background.


Color preview on white background

This text has color #7F806F on white background.


Black color preview on #7F806F background

This text has black color on #7F806F background.


White color preview on #7F806F background

This text has white color on #7F806F background.


Related colors

Complementary color

Complementary color for #hex is #807F90.


I love getcolorcode.com

Triadic colors

1 #6F7F80 and #806F7F with #7F806F are triadic colors.

2 #6F807F and #807F6F with #7F806F are triadic colors.