COLOR #7B875B

HEX: #7B875B
RGB: (123,135,91)

Color info

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

RGB color model

#7B875B color RGB value is (123,135,91).

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

RGB channels and saturation

R 123 of 255 = 48%
G 135 of 255 = 53%
B 91 of 255 = 36%

123
135
91

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

Portions of RGB colors in percentages

R + G + B =
123 + 135 + 91 = 349 (100%)
R 123 of 349 ~ 35.24%
G 135 of 349 ~ 38.68%
B 91 of 349 ~ 26.07%

%35.24
%38.68
%26.07

CMYK color model

#7B875B color CMYK value is (9,0,33,47).

  • cyan value is 8.89%
  • magenta value is 0.00%
  • yellow value is 32.59%
  • key color value is 47.06%
CMYK:
(9,0,33,47)
C9M0Y33K47 
(9%,0%,33%,47%)
(0.09/0.00/0.33/0.47)	

CMYK percentages

%8.89
%0
%32.59
%47.06

Codes

Color #7B875B in popluar color models

7B875B
RGB12313591
HSL76°19.47%44.31%
HSB/HSV76°32.59%52.94%
CMYK8.89%0.00%32.59%
47.06%

Color #7B875B in popluar number systems.

HEX7B875B
Decimal12313591
Binary1111011100001111011011
Octal173207133

Shades and tints

Shades of #7B875B

#7B875B
(123,135,91)
#707B53
(112,123,83)
#656F4B
(101,111,75)
#5A6343
(90,99,67)
#4F573B
(79,87,59)
#444B33
(68,75,51)
#393F2B
(57,63,43)
#2E3323
(46,51,35)
#23271B
(35,39,27)
#181B13
(24,27,19)
#0D0F0B
(13,15,11)
#000000
(0,0,0)

Tints of #7B875B

#7B875B
(123,135,91)
#879169
(135,145,105)
#939B77
(147,155,119)
#9FA585
(159,165,133)
#ABAF93
(171,175,147)
#B7B9A1
(183,185,161)
#C3C3AF
(195,195,175)
#CFCDBD
(207,205,189)
#DBD7CB
(219,215,203)
#E7E1D9
(231,225,217)
#F3EBE7
(243,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B875B; }

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

This text font color is #7B875B.


Background Color

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

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

This div background color is #7B875B.


Border color

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

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

This div border color is #7B875B.


Opacity

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

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

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

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

This text has shadow with #7B875B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B875B on black background.


Color preview on white background

This text has color #7B875B on white background.



Black color preview on #7B875B background

This text has black color on #7B875B background.


White color preview on #7B875B background

This text has white color on #7B875B background.