COLOR #7B864C

HEX: #7B864C
RGB: (123,134,76)

Color info

#7B864C contains red, green and blue colors in about the same proportion. Web safe color of #7B864C is #669933 (or #693).

RGB color model

#7B864C color RGB value is (123,134,76).

  • red value is 123;
  • green value is 134;
  • blue value is 76.
RGB:
(123,134,76)
(48%,53%,30%)

RGB channels and saturation

R 123 of 255 = 48%
G 134 of 255 = 53%
B 76 of 255 = 30%

123
134
76

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

Portions of RGB colors in percentages

R + G + B =
123 + 134 + 76 = 333 (100%)
R 123 of 333 ~ 36.94%
G 134 of 333 ~ 40.24%
B 76 of 333 ~ 22.82%

%36.94
%40.24
%22.82

CMYK color model

#7B864C color CMYK value is (8,0,43,47).

  • cyan value is 8.21%
  • magenta value is 0.00%
  • yellow value is 43.28%
  • key color value is 47.45%
CMYK:
(8,0,43,47)
C8M0Y43K47 
(8%,0%,43%,47%)
(0.08/0.00/0.43/0.47)	

CMYK percentages

%8.21
%0
%43.28
%47.45

Codes

Color #7B864C in popluar color models

7B864C
RGB12313476
HSL71°27.62%41.18%
HSB/HSV71°43.28%52.55%
CMYK8.21%0.00%43.28%
47.45%

Color #7B864C in popluar number systems.

HEX7B864C
Decimal12313476
Binary1111011100001101001100
Octal173206114

Shades and tints

Shades of #7B864C

#7B864C
(123,134,76)
#707A46
(112,122,70)
#656E40
(101,110,64)
#5A623A
(90,98,58)
#4F5634
(79,86,52)
#444A2E
(68,74,46)
#393E28
(57,62,40)
#2E3222
(46,50,34)
#23261C
(35,38,28)
#181A16
(24,26,22)
#0D0E10
(13,14,16)
#000000
(0,0,0)

Tints of #7B864C

#7B864C
(123,134,76)
#87915C
(135,145,92)
#939C6C
(147,156,108)
#9FA77C
(159,167,124)
#ABB28C
(171,178,140)
#B7BD9C
(183,189,156)
#C3C8AC
(195,200,172)
#CFD3BC
(207,211,188)
#DBDECC
(219,222,204)
#E7E9DC
(231,233,220)
#F3F4EC
(243,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B864C color. Also use rgb(123,134,76) instead hex code.

Text Font Color

.myTextColor { color: #7B864C; }

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

This text font color is #7B864C.


Background Color

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

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

This div background color is #7B864C.


Border color

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

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

This div border color is #7B864C.


Opacity

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

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

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

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

This text has shadow with #7B864C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B864C on black background.


Color preview on white background

This text has color #7B864C on white background.



Black color preview on #7B864C background

This text has black color on #7B864C background.


White color preview on #7B864C background

This text has white color on #7B864C background.