COLOR #7F806E

HEX: #7F806E
RGB: (127,128,110)

Color info

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

RGB color model

#7F806E color RGB value is (127,128,110).

  • red value is 127;
  • green value is 128;
  • blue value is 110.
RGB:
(127,128,110)
(50%,50%,43%)

RGB channels and saturation

R 127 of 255 = 50%
G 128 of 255 = 50%
B 110 of 255 = 43%

127
128
110

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

Portions of RGB colors in percentages

R + G + B =
127 + 128 + 110 = 365 (100%)
R 127 of 365 ~ 34.79%
G 128 of 365 ~ 35.07%
B 110 of 365 ~ 30.14%

%34.79
%35.07
%30.14

CMYK color model

#7F806E color CMYK value is (1,0,14,50).

  • cyan value is 0.78%
  • magenta value is 0.00%
  • yellow value is 14.06%
  • key color value is 49.80%
CMYK:
(1,0,14,50)
C1M0Y14K50 
(1%,0%,14%,50%)
(0.01/0.00/0.14/0.50)	

CMYK percentages

%0.78
%0
%14.06
%49.8

Codes

Color #7F806E in popluar color models

7F806E
RGB127128110
HSL63°7.56%46.67%
HSB/HSV63°14.06%50.20%
CMYK0.78%0.00%14.06%
49.80%

Color #7F806E in popluar number systems.

HEX7F806E
Decimal127128110
Binary1111111100000001101110
Octal177200156

Shades and tints

Shades of #7F806E

#7F806E
(127,128,110)
#747564
(116,117,100)
#696A5A
(105,106,90)
#5E5F50
(94,95,80)
#535446
(83,84,70)
#48493C
(72,73,60)
#3D3E32
(61,62,50)
#323328
(50,51,40)
#27281E
(39,40,30)
#1C1D14
(28,29,20)
#11120A
(17,18,10)
#000000
(0,0,0)

Tints of #7F806E

#7F806E
(127,128,110)
#8A8B7B
(138,139,123)
#959688
(149,150,136)
#A0A195
(160,161,149)
#ABACA2
(171,172,162)
#B6B7AF
(182,183,175)
#C1C2BC
(193,194,188)
#CCCDC9
(204,205,201)
#D7D8D6
(215,216,214)
#E2E3E3
(226,227,227)
#EDEEF0
(237,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F806E; }

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

This text font color is #7F806E.


Background Color

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

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

This div background color is #7F806E.


Border color

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

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

This div border color is #7F806E.


Opacity

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

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

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

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

This text has shadow with #7F806E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F806E on black background.


Color preview on white background

This text has color #7F806E on white background.



Black color preview on #7F806E background

This text has black color on #7F806E background.


White color preview on #7F806E background

This text has white color on #7F806E background.