COLOR #7B8873

HEX: #7B8873
RGB: (123,136,115)

Color info

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

RGB color model

#7B8873 color RGB value is (123,136,115).

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

RGB channels and saturation

R 123 of 255 = 48%
G 136 of 255 = 53%
B 115 of 255 = 45%

123
136
115

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

Portions of RGB colors in percentages

R + G + B =
123 + 136 + 115 = 374 (100%)
R 123 of 374 ~ 32.89%
G 136 of 374 ~ 36.36%
B 115 of 374 ~ 30.75%

%32.89
%36.36
%30.75

CMYK color model

#7B8873 color CMYK value is (10,0,15,47).

  • cyan value is 9.56%
  • magenta value is 0.00%
  • yellow value is 15.44%
  • key color value is 46.67%
CMYK:
(10,0,15,47)
C10M0Y15K47 
(10%,0%,15%,47%)
(0.10/0.00/0.15/0.47)	

CMYK percentages

%9.56
%0
%15.44
%46.67

Codes

Color #7B8873 in popluar color models

7B8873
RGB123136115
HSL97°8.37%49.22%
HSB/HSV97°15.44%53.33%
CMYK9.56%0.00%15.44%
46.67%

Color #7B8873 in popluar number systems.

HEX7B8873
Decimal123136115
Binary1111011100010001110011
Octal173210163

Shades and tints

Shades of #7B8873

#7B8873
(123,136,115)
#707C69
(112,124,105)
#65705F
(101,112,95)
#5A6455
(90,100,85)
#4F584B
(79,88,75)
#444C41
(68,76,65)
#394037
(57,64,55)
#2E342D
(46,52,45)
#232823
(35,40,35)
#181C19
(24,28,25)
#0D100F
(13,16,15)
#000000
(0,0,0)

Tints of #7B8873

#7B8873
(123,136,115)
#87927F
(135,146,127)
#939C8B
(147,156,139)
#9FA697
(159,166,151)
#ABB0A3
(171,176,163)
#B7BAAF
(183,186,175)
#C3C4BB
(195,196,187)
#CFCEC7
(207,206,199)
#DBD8D3
(219,216,211)
#E7E2DF
(231,226,223)
#F3ECEB
(243,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B8873; }

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

This text font color is #7B8873.


Background Color

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

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

This div background color is #7B8873.


Border color

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

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

This div border color is #7B8873.


Opacity

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

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

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

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

This text has shadow with #7B8873 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B8873 on black background.


Color preview on white background

This text has color #7B8873 on white background.



Black color preview on #7B8873 background

This text has black color on #7B8873 background.


White color preview on #7B8873 background

This text has white color on #7B8873 background.