COLOR #7F8F66

HEX: #7F8F66 RGB: (127,143,102)

Color info

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

RGB color model

#7F8F66 color RGB value is (127,143,102).

RGB: (127,143,102) (50%, 56%, 40%)

RGB channels and saturation

R 127 of 255 = 50%
G 143 of 255 = 56%
B 102 of 255 = 40%

127
143
102

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

Portions of RGB colors in percentages

R + G + B = 127 + 143 + 102 = 372 (100%)
R 127 of 372 ~ 34.14%
G 143 of 372 ~ 38.44%
B 102 of 372 ~ 27.42'%

%34.14
%38.44
%27.42

CMYK color model

#7F8F66 color CMYK value is (11,0,29,44).

  • cyan value is 11.19%
  • magenta value is 0.00%
  • yellow value is 28.67%
  • key color value is 43.92%

CMYK: (11,0,29,44)
C11M0Y29K44 (11%, 0%, 29%, 44%)
(0.11 / 0.00 / 0.29 / 0.44)

CMYK percentages

%11.19
%0
%28.67
%43.92

Codes

Color #7F8F66 in popluar color models

7F 8F 66
RGB 127 143 102
HSL 83° 16.73% 48.04%
HSB/HSV 83° 28.67% 56.08%
CMYK 11.19% 0.00% 28.67%
43.92%

Color #7F8F66 in popluar number systems.

HEX 7F 8F 66
Decimal 127 143 102
Binary 1111111 10001111 1100110
Octal 177 217 146

Shades and tints

Shades of #7F8F66

#7F8F66
(127,143,102)
#74825D
(116,130,93)
#697554
(105,117,84)
#5E684B
(94,104,75)
#535B42
(83,91,66)
#484E39
(72,78,57)
#3D4130
(61,65,48)
#323427
(50,52,39)
#27271E
(39,39,30)
#1C1A15
(28,26,21)
#110D0C
(17,13,12)
#000000
(0,0,0)

Tints of #7F8F66

#7F8F66
(127,143,102)
#8A9973
(138,153,115)
#95A380
(149,163,128)
#A0AD8D
(160,173,141)
#ABB79A
(171,183,154)
#B6C1A7
(182,193,167)
#C1CBB4
(193,203,180)
#CCD5C1
(204,213,193)
#D7DFCE
(215,223,206)
#E2E9DB
(226,233,219)
#EDF3E8
(237,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F8F66; }

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

This text font color is #7F8F66.

Background Color

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

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

This div background color is #7F8F66.

Border color

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

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

This div border color is #7F8F66.

Opacity

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

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

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

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

This text has shadow with #7F8F66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F8F66.

Preview

Color preview on black background

This text has color #7F8F66 on black background.


Color preview on white background

This text has color #7F8F66 on white background.


Black color preview on #7F8F66 background

This text has black color on #7F8F66 background.


White color preview on #7F8F66 background

This text has white color on #7F8F66 background.


Related colors

Complementary color

Complementary color for #hex is #807099.


I love getcolorcode.com

Triadic colors

1 #667F8F and #8F667F with #7F8F66 are triadic colors.

2 #668F7F and #8F7F66 with #7F8F66 are triadic colors.