COLOR #7F866C

HEX: #7F866C
RGB: (127,134,108)

Color info

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

RGB color model

#7F866C color RGB value is (127,134,108).

  • red value is 127;
  • green value is 134;
  • blue value is 108.
RGB:
(127,134,108)
(50%,53%,42%)

RGB channels and saturation

R 127 of 255 = 50%
G 134 of 255 = 53%
B 108 of 255 = 42%

127
134
108

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

Portions of RGB colors in percentages

R + G + B =
127 + 134 + 108 = 369 (100%)
R 127 of 369 ~ 34.42%
G 134 of 369 ~ 36.31%
B 108 of 369 ~ 29.27%

%34.42
%36.31
%29.27

CMYK color model

#7F866C color CMYK value is (5,0,19,47).

  • cyan value is 5.22%
  • magenta value is 0.00%
  • yellow value is 19.40%
  • key color value is 47.45%
CMYK:
(5,0,19,47)
C5M0Y19K47 
(5%,0%,19%,47%)
(0.05/0.00/0.19/0.47)	

CMYK percentages

%5.22
%0
%19.4
%47.45

Codes

Color #7F866C in popluar color models

7F866C
RGB127134108
HSL76°10.74%47.45%
HSB/HSV76°19.40%52.55%
CMYK5.22%0.00%19.40%
47.45%

Color #7F866C in popluar number systems.

HEX7F866C
Decimal127134108
Binary1111111100001101101100
Octal177206154

Shades and tints

Shades of #7F866C

#7F866C
(127,134,108)
#747A63
(116,122,99)
#696E5A
(105,110,90)
#5E6251
(94,98,81)
#535648
(83,86,72)
#484A3F
(72,74,63)
#3D3E36
(61,62,54)
#32322D
(50,50,45)
#272624
(39,38,36)
#1C1A1B
(28,26,27)
#110E12
(17,14,18)
#000000
(0,0,0)

Tints of #7F866C

#7F866C
(127,134,108)
#8A9179
(138,145,121)
#959C86
(149,156,134)
#A0A793
(160,167,147)
#ABB2A0
(171,178,160)
#B6BDAD
(182,189,173)
#C1C8BA
(193,200,186)
#CCD3C7
(204,211,199)
#D7DED4
(215,222,212)
#E2E9E1
(226,233,225)
#EDF4EE
(237,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F866C; }

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

This text font color is #7F866C.


Background Color

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

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

This div background color is #7F866C.


Border color

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

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

This div border color is #7F866C.


Opacity

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

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

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

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

This text has shadow with #7F866C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F866C on black background.


Color preview on white background

This text has color #7F866C on white background.



Black color preview on #7F866C background

This text has black color on #7F866C background.


White color preview on #7F866C background

This text has white color on #7F866C background.