COLOR #7B8662

HEX: #7B8662
RGB: (123,134,98)

Color info

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

RGB color model

#7B8662 color RGB value is (123,134,98).

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

RGB channels and saturation

R 123 of 255 = 48%
G 134 of 255 = 53%
B 98 of 255 = 38%

123
134
98

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

Portions of RGB colors in percentages

R + G + B =
123 + 134 + 98 = 355 (100%)
R 123 of 355 ~ 34.65%
G 134 of 355 ~ 37.75%
B 98 of 355 ~ 27.61%

%34.65
%37.75
%27.61

CMYK color model

#7B8662 color CMYK value is (8,0,27,47).

  • cyan value is 8.21%
  • magenta value is 0.00%
  • yellow value is 26.87%
  • key color value is 47.45%
CMYK:
(8,0,27,47)
C8M0Y27K47 
(8%,0%,27%,47%)
(0.08/0.00/0.27/0.47)	

CMYK percentages

%8.21
%0
%26.87
%47.45

Codes

Color #7B8662 in popluar color models

7B8662
RGB12313498
HSL78°15.52%45.49%
HSB/HSV78°26.87%52.55%
CMYK8.21%0.00%26.87%
47.45%

Color #7B8662 in popluar number systems.

HEX7B8662
Decimal12313498
Binary1111011100001101100010
Octal173206142

Shades and tints

Shades of #7B8662

#7B8662
(123,134,98)
#707A5A
(112,122,90)
#656E52
(101,110,82)
#5A624A
(90,98,74)
#4F5642
(79,86,66)
#444A3A
(68,74,58)
#393E32
(57,62,50)
#2E322A
(46,50,42)
#232622
(35,38,34)
#181A1A
(24,26,26)
#0D0E12
(13,14,18)
#000000
(0,0,0)

Tints of #7B8662

#7B8662
(123,134,98)
#879170
(135,145,112)
#939C7E
(147,156,126)
#9FA78C
(159,167,140)
#ABB29A
(171,178,154)
#B7BDA8
(183,189,168)
#C3C8B6
(195,200,182)
#CFD3C4
(207,211,196)
#DBDED2
(219,222,210)
#E7E9E0
(231,233,224)
#F3F4EE
(243,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B8662; }

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

This text font color is #7B8662.


Background Color

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

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

This div background color is #7B8662.


Border color

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

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

This div border color is #7B8662.


Opacity

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

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

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

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

This text has shadow with #7B8662 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B8662 on black background.


Color preview on white background

This text has color #7B8662 on white background.



Black color preview on #7B8662 background

This text has black color on #7B8662 background.


White color preview on #7B8662 background

This text has white color on #7B8662 background.