COLOR #7F8766

HEX: #7F8766
RGB: (127,135,102)

Color info

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

RGB color model

#7F8766 color RGB value is (127,135,102).

  • red value is 127;
  • green value is 135;
  • blue value is 102.
RGB:
(127,135,102)
(50%,53%,40%)

RGB channels and saturation

R 127 of 255 = 50%
G 135 of 255 = 53%
B 102 of 255 = 40%

127
135
102

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

Portions of RGB colors in percentages

R + G + B =
127 + 135 + 102 = 364 (100%)
R 127 of 364 ~ 34.89%
G 135 of 364 ~ 37.09%
B 102 of 364 ~ 28.02%

%34.89
%37.09
%28.02

CMYK color model

#7F8766 color CMYK value is (6,0,24,47).

  • cyan value is 5.93%
  • magenta value is 0.00%
  • yellow value is 24.44%
  • key color value is 47.06%
CMYK:
(6,0,24,47)
C6M0Y24K47 
(6%,0%,24%,47%)
(0.06/0.00/0.24/0.47)	

CMYK percentages

%5.93
%0
%24.44
%47.06

Codes

Color #7F8766 in popluar color models

7F8766
RGB127135102
HSL75°13.92%46.47%
HSB/HSV75°24.44%52.94%
CMYK5.93%0.00%24.44%
47.06%

Color #7F8766 in popluar number systems.

HEX7F8766
Decimal127135102
Binary1111111100001111100110
Octal177207146

Shades and tints

Shades of #7F8766

#7F8766
(127,135,102)
#747B5D
(116,123,93)
#696F54
(105,111,84)
#5E634B
(94,99,75)
#535742
(83,87,66)
#484B39
(72,75,57)
#3D3F30
(61,63,48)
#323327
(50,51,39)
#27271E
(39,39,30)
#1C1B15
(28,27,21)
#110F0C
(17,15,12)
#000000
(0,0,0)

Tints of #7F8766

#7F8766
(127,135,102)
#8A9173
(138,145,115)
#959B80
(149,155,128)
#A0A58D
(160,165,141)
#ABAF9A
(171,175,154)
#B6B9A7
(182,185,167)
#C1C3B4
(193,195,180)
#CCCDC1
(204,205,193)
#D7D7CE
(215,215,206)
#E2E1DB
(226,225,219)
#EDEBE8
(237,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F8766; }

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

This text font color is #7F8766.


Background Color

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

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

This div background color is #7F8766.


Border color

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

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

This div border color is #7F8766.


Opacity

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

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

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

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

This text has shadow with #7F8766 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F8766 on black background.


Color preview on white background

This text has color #7F8766 on white background.



Black color preview on #7F8766 background

This text has black color on #7F8766 background.


White color preview on #7F8766 background

This text has white color on #7F8766 background.