COLOR #7F867B

HEX: #7F867B
RGB: (127,134,123)

Color info

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

RGB color model

#7F867B color RGB value is (127,134,123).

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

RGB channels and saturation

R 127 of 255 = 50%
G 134 of 255 = 53%
B 123 of 255 = 48%

127
134
123

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

Portions of RGB colors in percentages

R + G + B =
127 + 134 + 123 = 384 (100%)
R 127 of 384 ~ 33.07%
G 134 of 384 ~ 34.9%
B 123 of 384 ~ 32.03%

%33.07
%34.9
%32.03

CMYK color model

#7F867B color CMYK value is (5,0,8,47).

  • cyan value is 5.22%
  • magenta value is 0.00%
  • yellow value is 8.21%
  • key color value is 47.45%
CMYK:
(5,0,8,47)
C5M0Y8K47 
(5%,0%,8%,47%)
(0.05/0.00/0.08/0.47)	

CMYK percentages

%5.22
%0
%8.21
%47.45

Codes

Color #7F867B in popluar color models

7F867B
RGB127134123
HSL98°4.35%50.39%
HSB/HSV98°8.21%52.55%
CMYK5.22%0.00%8.21%
47.45%

Color #7F867B in popluar number systems.

HEX7F867B
Decimal127134123
Binary1111111100001101111011
Octal177206173

Shades and tints

Shades of #7F867B

#7F867B
(127,134,123)
#747A70
(116,122,112)
#696E65
(105,110,101)
#5E625A
(94,98,90)
#53564F
(83,86,79)
#484A44
(72,74,68)
#3D3E39
(61,62,57)
#32322E
(50,50,46)
#272623
(39,38,35)
#1C1A18
(28,26,24)
#110E0D
(17,14,13)
#000000
(0,0,0)

Tints of #7F867B

#7F867B
(127,134,123)
#8A9187
(138,145,135)
#959C93
(149,156,147)
#A0A79F
(160,167,159)
#ABB2AB
(171,178,171)
#B6BDB7
(182,189,183)
#C1C8C3
(193,200,195)
#CCD3CF
(204,211,207)
#D7DEDB
(215,222,219)
#E2E9E7
(226,233,231)
#EDF4F3
(237,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F867B; }

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

This text font color is #7F867B.


Background Color

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

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

This div background color is #7F867B.


Border color

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

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

This div border color is #7F867B.


Opacity

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

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

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

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

This text has shadow with #7F867B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F867B on black background.


Color preview on white background

This text has color #7F867B on white background.



Black color preview on #7F867B background

This text has black color on #7F867B background.


White color preview on #7F867B background

This text has white color on #7F867B background.