COLOR #7B8850

HEX: #7B8850
RGB: (123,136,80)

Color info

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

RGB color model

#7B8850 color RGB value is (123,136,80).

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

RGB channels and saturation

R 123 of 255 = 48%
G 136 of 255 = 53%
B 80 of 255 = 31%

123
136
80

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

Portions of RGB colors in percentages

R + G + B =
123 + 136 + 80 = 339 (100%)
R 123 of 339 ~ 36.28%
G 136 of 339 ~ 40.12%
B 80 of 339 ~ 23.6%

%36.28
%40.12
%23.6

CMYK color model

#7B8850 color CMYK value is (10,0,41,47).

  • cyan value is 9.56%
  • magenta value is 0.00%
  • yellow value is 41.18%
  • key color value is 46.67%
CMYK:
(10,0,41,47)
C10M0Y41K47 
(10%,0%,41%,47%)
(0.10/0.00/0.41/0.47)	

CMYK percentages

%9.56
%0
%41.18
%46.67

Codes

Color #7B8850 in popluar color models

7B8850
RGB12313680
HSL74°25.93%42.35%
HSB/HSV74°41.18%53.33%
CMYK9.56%0.00%41.18%
46.67%

Color #7B8850 in popluar number systems.

HEX7B8850
Decimal12313680
Binary1111011100010001010000
Octal173210120

Shades and tints

Shades of #7B8850

#7B8850
(123,136,80)
#707C49
(112,124,73)
#657042
(101,112,66)
#5A643B
(90,100,59)
#4F5834
(79,88,52)
#444C2D
(68,76,45)
#394026
(57,64,38)
#2E341F
(46,52,31)
#232818
(35,40,24)
#181C11
(24,28,17)
#0D100A
(13,16,10)
#000000
(0,0,0)

Tints of #7B8850

#7B8850
(123,136,80)
#87925F
(135,146,95)
#939C6E
(147,156,110)
#9FA67D
(159,166,125)
#ABB08C
(171,176,140)
#B7BA9B
(183,186,155)
#C3C4AA
(195,196,170)
#CFCEB9
(207,206,185)
#DBD8C8
(219,216,200)
#E7E2D7
(231,226,215)
#F3ECE6
(243,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B8850; }

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

This text font color is #7B8850.


Background Color

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

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

This div background color is #7B8850.


Border color

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

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

This div border color is #7B8850.


Opacity

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

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

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

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

This text has shadow with #7B8850 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B8850 on black background.


Color preview on white background

This text has color #7B8850 on white background.



Black color preview on #7B8850 background

This text has black color on #7B8850 background.


White color preview on #7B8850 background

This text has white color on #7B8850 background.