COLOR #7B8255

HEX: #7B8255
RGB: (123,130,85)

Color info

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

RGB color model

#7B8255 color RGB value is (123,130,85).

  • red value is 123;
  • green value is 130;
  • blue value is 85.
RGB:
(123,130,85)
(48%,51%,33%)

RGB channels and saturation

R 123 of 255 = 48%
G 130 of 255 = 51%
B 85 of 255 = 33%

123
130
85

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

Portions of RGB colors in percentages

R + G + B =
123 + 130 + 85 = 338 (100%)
R 123 of 338 ~ 36.39%
G 130 of 338 ~ 38.46%
B 85 of 338 ~ 25.15%

%36.39
%38.46
%25.15

CMYK color model

#7B8255 color CMYK value is (5,0,35,49).

  • cyan value is 5.38%
  • magenta value is 0.00%
  • yellow value is 34.62%
  • key color value is 49.02%
CMYK:
(5,0,35,49)
C5M0Y35K49 
(5%,0%,35%,49%)
(0.05/0.00/0.35/0.49)	

CMYK percentages

%5.38
%0
%34.62
%49.02

Codes

Color #7B8255 in popluar color models

7B8255
RGB12313085
HSL69°20.93%42.16%
HSB/HSV69°34.62%50.98%
CMYK5.38%0.00%34.62%
49.02%

Color #7B8255 in popluar number systems.

HEX7B8255
Decimal12313085
Binary1111011100000101010101
Octal173202125

Shades and tints

Shades of #7B8255

#7B8255
(123,130,85)
#70774E
(112,119,78)
#656C47
(101,108,71)
#5A6140
(90,97,64)
#4F5639
(79,86,57)
#444B32
(68,75,50)
#39402B
(57,64,43)
#2E3524
(46,53,36)
#232A1D
(35,42,29)
#181F16
(24,31,22)
#0D140F
(13,20,15)
#000000
(0,0,0)

Tints of #7B8255

#7B8255
(123,130,85)
#878D64
(135,141,100)
#939873
(147,152,115)
#9FA382
(159,163,130)
#ABAE91
(171,174,145)
#B7B9A0
(183,185,160)
#C3C4AF
(195,196,175)
#CFCFBE
(207,207,190)
#DBDACD
(219,218,205)
#E7E5DC
(231,229,220)
#F3F0EB
(243,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B8255 color. Also use rgb(123,130,85) instead hex code.

Text Font Color

.myTextColor { color: #7B8255; }

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

This text font color is #7B8255.


Background Color

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

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

This div background color is #7B8255.


Border color

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

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

This div border color is #7B8255.


Opacity

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

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

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

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

This text has shadow with #7B8255 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B8255 on black background.


Color preview on white background

This text has color #7B8255 on white background.



Black color preview on #7B8255 background

This text has black color on #7B8255 background.


White color preview on #7B8255 background

This text has white color on #7B8255 background.