COLOR #7F8166

HEX: #7F8166 RGB: (127,129,102)

Color info

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

RGB color model

#7F8166 color RGB value is (127,129,102).

RGB: (127,129,102) (50%, 51%, 40%)

RGB channels and saturation

R 127 of 255 = 50%
G 129 of 255 = 51%
B 102 of 255 = 40%

127
129
102

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

Portions of RGB colors in percentages

R + G + B = 127 + 129 + 102 = 358 (100%)
R 127 of 358 ~ 35.47%
G 129 of 358 ~ 36.03%
B 102 of 358 ~ 28.49'%

%35.47
%36.03
%28.49

CMYK color model

#7F8166 color CMYK value is (2,0,21,49).

  • cyan value is 1.55%
  • magenta value is 0.00%
  • yellow value is 20.93%
  • key color value is 49.41%

CMYK: (2,0,21,49)
C2M0Y21K49 (2%, 0%, 21%, 49%)
(0.02 / 0.00 / 0.21 / 0.49)

CMYK percentages

%1.55
%0
%20.93
%49.41

Codes

Color #7F8166 in popluar color models

7F 81 66
RGB 127 129 102
HSL 64° 11.69% 45.29%
HSB/HSV 64° 20.93% 50.59%
CMYK 1.55% 0.00% 20.93%
49.41%

Color #7F8166 in popluar number systems.

HEX 7F 81 66
Decimal 127 129 102
Binary 1111111 10000001 1100110
Octal 177 201 146

Shades and tints

Shades of #7F8166

#7F8166
(127,129,102)
#74765D
(116,118,93)
#696B54
(105,107,84)
#5E604B
(94,96,75)
#535542
(83,85,66)
#484A39
(72,74,57)
#3D3F30
(61,63,48)
#323427
(50,52,39)
#27291E
(39,41,30)
#1C1E15
(28,30,21)
#11130C
(17,19,12)
#000000
(0,0,0)

Tints of #7F8166

#7F8166
(127,129,102)
#8A8C73
(138,140,115)
#959780
(149,151,128)
#A0A28D
(160,162,141)
#ABAD9A
(171,173,154)
#B6B8A7
(182,184,167)
#C1C3B4
(193,195,180)
#CCCEC1
(204,206,193)
#D7D9CE
(215,217,206)
#E2E4DB
(226,228,219)
#EDEFE8
(237,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F8166; }

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

This text font color is #7F8166.

Background Color

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

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

This div background color is #7F8166.

Border color

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

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

This div border color is #7F8166.

Opacity

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

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

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

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

This text has shadow with #7F8166 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F8166.

Preview

Color preview on black background

This text has color #7F8166 on black background.


Color preview on white background

This text has color #7F8166 on white background.


Black color preview on #7F8166 background

This text has black color on #7F8166 background.


White color preview on #7F8166 background

This text has white color on #7F8166 background.


Related colors

Complementary color

Complementary color for #hex is #807E99.


I love getcolorcode.com

Triadic colors

1 #667F81 and #81667F with #7F8166 are triadic colors.

2 #66817F and #817F66 with #7F8166 are triadic colors.