COLOR #7B867F

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

123
134
127

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

Portions of RGB colors in percentages

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

%32.03
%34.9
%33.07

CMYK color model

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

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

CMYK percentages

%8.21
%0
%5.22
%47.45

Codes

Color #7B867F in popluar color models

7B867F
RGB123134127
HSL142°4.35%50.39%
HSB/HSV142°8.21%52.55%
CMYK8.21%0.00%5.22%
47.45%

Color #7B867F in popluar number systems.

HEX7B867F
Decimal123134127
Binary1111011100001101111111
Octal173206177

Shades and tints

Shades of #7B867F

#7B867F
(123,134,127)
#707A74
(112,122,116)
#656E69
(101,110,105)
#5A625E
(90,98,94)
#4F5653
(79,86,83)
#444A48
(68,74,72)
#393E3D
(57,62,61)
#2E3232
(46,50,50)
#232627
(35,38,39)
#181A1C
(24,26,28)
#0D0E11
(13,14,17)
#000000
(0,0,0)

Tints of #7B867F

#7B867F
(123,134,127)
#87918A
(135,145,138)
#939C95
(147,156,149)
#9FA7A0
(159,167,160)
#ABB2AB
(171,178,171)
#B7BDB6
(183,189,182)
#C3C8C1
(195,200,193)
#CFD3CC
(207,211,204)
#DBDED7
(219,222,215)
#E7E9E2
(231,233,226)
#F3F4ED
(243,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B867F; }

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

This text font color is #7B867F.


Background Color

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

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

This div background color is #7B867F.


Border color

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

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

This div border color is #7B867F.


Opacity

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

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

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

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

This text has shadow with #7B867F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B867F on black background.


Color preview on white background

This text has color #7B867F on white background.



Black color preview on #7B867F background

This text has black color on #7B867F background.


White color preview on #7B867F background

This text has white color on #7B867F background.