COLOR #7F806C

HEX: #7F806C RGB: (127,128,108)

Color info

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

RGB color model

#7F806C color RGB value is (127,128,108).

RGB: (127,128,108) (50%, 50%, 42%)

RGB channels and saturation

R 127 of 255 = 50%
G 128 of 255 = 50%
B 108 of 255 = 42%

127
128
108

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

Portions of RGB colors in percentages

R + G + B = 127 + 128 + 108 = 363 (100%)
R 127 of 363 ~ 34.99%
G 128 of 363 ~ 35.26%
B 108 of 363 ~ 29.75'%

%34.99
%35.26
%29.75

CMYK color model

#7F806C color CMYK value is (1,0,16,50).

  • cyan value is 0.78%
  • magenta value is 0.00%
  • yellow value is 15.63%
  • key color value is 49.80%

CMYK: (1,0,16,50)
C1M0Y16K50 (1%, 0%, 16%, 50%)
(0.01 / 0.00 / 0.16 / 0.50)

CMYK percentages

%0.78
%0
%15.63
%49.8

Codes

Color #7F806C in popluar color models

7F 80 6C
RGB 127 128 108
HSL 63° 8.47% 46.27%
HSB/HSV 63° 15.63% 50.20%
CMYK 0.78% 0.00% 15.63%
49.80%

Color #7F806C in popluar number systems.

HEX 7F 80 6C
Decimal 127 128 108
Binary 1111111 10000000 1101100
Octal 177 200 154

Shades and tints

Shades of #7F806C

#7F806C
(127,128,108)
#747563
(116,117,99)
#696A5A
(105,106,90)
#5E5F51
(94,95,81)
#535448
(83,84,72)
#48493F
(72,73,63)
#3D3E36
(61,62,54)
#32332D
(50,51,45)
#272824
(39,40,36)
#1C1D1B
(28,29,27)
#111212
(17,18,18)
#000000
(0,0,0)

Tints of #7F806C

#7F806C
(127,128,108)
#8A8B79
(138,139,121)
#959686
(149,150,134)
#A0A193
(160,161,147)
#ABACA0
(171,172,160)
#B6B7AD
(182,183,173)
#C1C2BA
(193,194,186)
#CCCDC7
(204,205,199)
#D7D8D4
(215,216,212)
#E2E3E1
(226,227,225)
#EDEEEE
(237,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F806C; }

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

This text font color is #7F806C.

Background Color

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

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

This div background color is #7F806C.

Border color

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

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

This div border color is #7F806C.

Opacity

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

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

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

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

This text has shadow with #7F806C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F806C.

Preview

Color preview on black background

This text has color #7F806C on black background.


Color preview on white background

This text has color #7F806C on white background.


Black color preview on #7F806C background

This text has black color on #7F806C background.


White color preview on #7F806C background

This text has white color on #7F806C background.


Related colors

Complementary color

Complementary color for #hex is #807F93.


I love getcolorcode.com

Triadic colors

1 #6C7F80 and #806C7F with #7F806C are triadic colors.

2 #6C807F and #807F6C with #7F806C are triadic colors.