COLOR #7B877F

HEX: #7B877F
RGB: (123,135,127)

Color info

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

RGB color model

#7B877F color RGB value is (123,135,127).

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

RGB channels and saturation

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

123
135
127

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

Portions of RGB colors in percentages

R + G + B =
123 + 135 + 127 = 385 (100%)
R 123 of 385 ~ 31.95%
G 135 of 385 ~ 35.06%
B 127 of 385 ~ 32.99%

%31.95
%35.06
%32.99

CMYK color model

#7B877F color CMYK value is (9,0,6,47).

  • cyan value is 8.89%
  • magenta value is 0.00%
  • yellow value is 5.93%
  • key color value is 47.06%
CMYK:
(9,0,6,47)
C9M0Y6K47 
(9%,0%,6%,47%)
(0.09/0.00/0.06/0.47)	

CMYK percentages

%8.89
%0
%5.93
%47.06

Codes

Color #7B877F in popluar color models

7B877F
RGB123135127
HSL140°4.76%50.59%
HSB/HSV140°8.89%52.94%
CMYK8.89%0.00%5.93%
47.06%

Color #7B877F in popluar number systems.

HEX7B877F
Decimal123135127
Binary1111011100001111111111
Octal173207177

Shades and tints

Shades of #7B877F

#7B877F
(123,135,127)
#707B74
(112,123,116)
#656F69
(101,111,105)
#5A635E
(90,99,94)
#4F5753
(79,87,83)
#444B48
(68,75,72)
#393F3D
(57,63,61)
#2E3332
(46,51,50)
#232727
(35,39,39)
#181B1C
(24,27,28)
#0D0F11
(13,15,17)
#000000
(0,0,0)

Tints of #7B877F

#7B877F
(123,135,127)
#87918A
(135,145,138)
#939B95
(147,155,149)
#9FA5A0
(159,165,160)
#ABAFAB
(171,175,171)
#B7B9B6
(183,185,182)
#C3C3C1
(195,195,193)
#CFCDCC
(207,205,204)
#DBD7D7
(219,215,215)
#E7E1E2
(231,225,226)
#F3EBED
(243,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B877F; }

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

This text font color is #7B877F.


Background Color

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

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

This div background color is #7B877F.


Border color

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

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

This div border color is #7B877F.


Opacity

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

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

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

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

This text has shadow with #7B877F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B877F on black background.


Color preview on white background

This text has color #7B877F on white background.



Black color preview on #7B877F background

This text has black color on #7B877F background.


White color preview on #7B877F background

This text has white color on #7B877F background.