COLOR #7F8767

HEX: #7F8767
RGB: (127,135,103)

Color info

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

RGB color model

#7F8767 color RGB value is (127,135,103).

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

RGB channels and saturation

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

127
135
103

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

Portions of RGB colors in percentages

R + G + B =
127 + 135 + 103 = 365 (100%)
R 127 of 365 ~ 34.79%
G 135 of 365 ~ 36.99%
B 103 of 365 ~ 28.22%

%34.79
%36.99
%28.22

CMYK color model

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

  • cyan value is 5.93%
  • magenta value is 0.00%
  • yellow value is 23.70%
  • 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
%23.7
%47.06

Codes

Color #7F8767 in popluar color models

7F8767
RGB127135103
HSL75°13.45%46.67%
HSB/HSV75°23.70%52.94%
CMYK5.93%0.00%23.70%
47.06%

Color #7F8767 in popluar number systems.

HEX7F8767
Decimal127135103
Binary1111111100001111100111
Octal177207147

Shades and tints

Shades of #7F8767

#7F8767
(127,135,103)
#747B5E
(116,123,94)
#696F55
(105,111,85)
#5E634C
(94,99,76)
#535743
(83,87,67)
#484B3A
(72,75,58)
#3D3F31
(61,63,49)
#323328
(50,51,40)
#27271F
(39,39,31)
#1C1B16
(28,27,22)
#110F0D
(17,15,13)
#000000
(0,0,0)

Tints of #7F8767

#7F8767
(127,135,103)
#8A9174
(138,145,116)
#959B81
(149,155,129)
#A0A58E
(160,165,142)
#ABAF9B
(171,175,155)
#B6B9A8
(182,185,168)
#C1C3B5
(193,195,181)
#CCCDC2
(204,205,194)
#D7D7CF
(215,215,207)
#E2E1DC
(226,225,220)
#EDEBE9
(237,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F8767; }

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

This text font color is #7F8767.


Background Color

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

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

This div background color is #7F8767.


Border color

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

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

This div border color is #7F8767.


Opacity

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

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

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

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

This text has shadow with #7F8767 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F8767 on black background.


Color preview on white background

This text has color #7F8767 on white background.



Black color preview on #7F8767 background

This text has black color on #7F8767 background.


White color preview on #7F8767 background

This text has white color on #7F8767 background.