COLOR #7F816E

HEX: #7F816E
RGB: (127,129,110)

Color info

#7F816E contains red, green and blue colors in about the same proportion. Web safe color of #7F816E is #669966 (or #696).

RGB color model

#7F816E color RGB value is (127,129,110).

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

RGB channels and saturation

R 127 of 255 = 50%
G 129 of 255 = 51%
B 110 of 255 = 43%

127
129
110

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

Portions of RGB colors in percentages

R + G + B =
127 + 129 + 110 = 366 (100%)
R 127 of 366 ~ 34.7%
G 129 of 366 ~ 35.25%
B 110 of 366 ~ 30.05%

%34.7
%35.25
%30.05

CMYK color model

#7F816E color CMYK value is (2,0,15,49).

  • cyan value is 1.55%
  • magenta value is 0.00%
  • yellow value is 14.73%
  • key color value is 49.41%
CMYK:
(2,0,15,49)
C2M0Y15K49 
(2%,0%,15%,49%)
(0.02/0.00/0.15/0.49)	

CMYK percentages

%1.55
%0
%14.73
%49.41

Codes

Color #7F816E in popluar color models

7F816E
RGB127129110
HSL66°7.95%46.86%
HSB/HSV66°14.73%50.59%
CMYK1.55%0.00%14.73%
49.41%

Color #7F816E in popluar number systems.

HEX7F816E
Decimal127129110
Binary1111111100000011101110
Octal177201156

Shades and tints

Shades of #7F816E

#7F816E
(127,129,110)
#747664
(116,118,100)
#696B5A
(105,107,90)
#5E6050
(94,96,80)
#535546
(83,85,70)
#484A3C
(72,74,60)
#3D3F32
(61,63,50)
#323428
(50,52,40)
#27291E
(39,41,30)
#1C1E14
(28,30,20)
#11130A
(17,19,10)
#000000
(0,0,0)

Tints of #7F816E

#7F816E
(127,129,110)
#8A8C7B
(138,140,123)
#959788
(149,151,136)
#A0A295
(160,162,149)
#ABADA2
(171,173,162)
#B6B8AF
(182,184,175)
#C1C3BC
(193,195,188)
#CCCEC9
(204,206,201)
#D7D9D6
(215,217,214)
#E2E4E3
(226,228,227)
#EDEFF0
(237,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F816E; }

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

This text font color is #7F816E.


Background Color

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

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

This div background color is #7F816E.


Border color

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

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

This div border color is #7F816E.


Opacity

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

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

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

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

This text has shadow with #7F816E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F816E on black background.


Color preview on white background

This text has color #7F816E on white background.



Black color preview on #7F816E background

This text has black color on #7F816E background.


White color preview on #7F816E background

This text has white color on #7F816E background.