COLOR #7B8876

HEX: #7B8876
RGB: (123,136,118)

Color info

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

RGB color model

#7B8876 color RGB value is (123,136,118).

  • red value is 123;
  • green value is 136;
  • blue value is 118.
RGB: (123,136,118) (48%,53%,46%)

RGB channels and saturation

R 123 of 255 = 48%
G 136 of 255 = 53%
B 118 of 255 = 46%

123
136
118

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

Portions of RGB colors in percentages

R + G + B =
123 + 136 + 118 = 377 (100%)
R 123 of 377 ~ 32.63%
G 136 of 377 ~ 36.07%
B 118 of 377 ~ 31.3%

%32.63
%36.07
%31.3

CMYK color model

#7B8876 color CMYK value is (10,0,13,47).

  • cyan value is 9.56%
  • magenta value is 0.00%
  • yellow value is 13.24%
  • key color value is 46.67%
CMYK: (10,0,13,47) C10M0Y13K47 (10%,0%,13%,47%) (0.10/0.00/0.13/0.47)

CMYK percentages

%9.56
%0
%13.24
%46.67

Codes

Color #7B8876 in popluar color models

7B8876
RGB123136118
HSL103°7.09%49.80%
HSB/HSV103°13.24%53.33%
CMYK9.56%0.00%13.24%
46.67%

Color #7B8876 in popluar number systems.

HEX7B8876
Decimal123136118
Binary1111011100010001110110
Octal173210166

Shades and tints

Shades of #7B8876

#7B8876
(123,136,118)
#707C6C
(112,124,108)
#657062
(101,112,98)
#5A6458
(90,100,88)
#4F584E
(79,88,78)
#444C44
(68,76,68)
#39403A
(57,64,58)
#2E3430
(46,52,48)
#232826
(35,40,38)
#181C1C
(24,28,28)
#0D1012
(13,16,18)
#000000
(0,0,0)

Tints of #7B8876

#7B8876
(123,136,118)
#879282
(135,146,130)
#939C8E
(147,156,142)
#9FA69A
(159,166,154)
#ABB0A6
(171,176,166)
#B7BAB2
(183,186,178)
#C3C4BE
(195,196,190)
#CFCECA
(207,206,202)
#DBD8D6
(219,216,214)
#E7E2E2
(231,226,226)
#F3ECEE
(243,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B8876 color. Also use rgb(123,136,118) instead hex code.

Text Font Color

.myTextColor { color: #7B8876; }

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

This text font color is #7B8876.


Background Color

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

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

This div background color is #7B8876.


Border color

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

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

This div border color is #7B8876.


Opacity

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

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

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

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

This text has shadow with #7B8876 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #7B8876 on black background.


Color preview on white background

This text has color #7B8876 on white background.



Black color preview on #7B8876 background

This text has black color on #7B8876 background.


White color preview on #7B8876 background

This text has white color on #7B8876 background.