COLOR #7B8481

HEX: #7B8481
RGB: (123,132,129)

Color info

#7B8481 contains red, green and blue colors in about the same proportion. Web safe color of #7B8481 is #669999 (or #699).

RGB color model

#7B8481 color RGB value is (123,132,129).

  • red value is 123;
  • green value is 132;
  • blue value is 129.
RGB:
(123,132,129)
(48%,52%,51%)

RGB channels and saturation

R 123 of 255 = 48%
G 132 of 255 = 52%
B 129 of 255 = 51%

123
132
129

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

Portions of RGB colors in percentages

R + G + B =
123 + 132 + 129 = 384 (100%)
R 123 of 384 ~ 32.03%
G 132 of 384 ~ 34.38%
B 129 of 384 ~ 33.59%

%32.03
%34.38
%33.59

CMYK color model

#7B8481 color CMYK value is (7,0,2,48).

  • cyan value is 6.82%
  • magenta value is 0.00%
  • yellow value is 2.27%
  • key color value is 48.24%
CMYK:
(7,0,2,48)
C7M0Y2K48 
(7%,0%,2%,48%)
(0.07/0.00/0.02/0.48)	

CMYK percentages

%6.82
%0
%2.27
%48.24

Codes

Color #7B8481 in popluar color models

7B8481
RGB123132129
HSL160°3.53%50.00%
HSB/HSV160°6.82%51.76%
CMYK6.82%0.00%2.27%
48.24%

Color #7B8481 in popluar number systems.

HEX7B8481
Decimal123132129
Binary11110111000010010000001
Octal173204201

Shades and tints

Shades of #7B8481

#7B8481
(123,132,129)
#707876
(112,120,118)
#656C6B
(101,108,107)
#5A6060
(90,96,96)
#4F5455
(79,84,85)
#44484A
(68,72,74)
#393C3F
(57,60,63)
#2E3034
(46,48,52)
#232429
(35,36,41)
#18181E
(24,24,30)
#0D0C13
(13,12,19)
#000000
(0,0,0)

Tints of #7B8481

#7B8481
(123,132,129)
#878F8C
(135,143,140)
#939A97
(147,154,151)
#9FA5A2
(159,165,162)
#ABB0AD
(171,176,173)
#B7BBB8
(183,187,184)
#C3C6C3
(195,198,195)
#CFD1CE
(207,209,206)
#DBDCD9
(219,220,217)
#E7E7E4
(231,231,228)
#F3F2EF
(243,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B8481 color. Also use rgb(123,132,129) instead hex code.

Text Font Color

.myTextColor { color: #7B8481; }

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

This text font color is #7B8481.


Background Color

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

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

This div background color is #7B8481.


Border color

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

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

This div border color is #7B8481.


Opacity

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

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

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

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

This text has shadow with #7B8481 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B8481 on black background.


Color preview on white background

This text has color #7B8481 on white background.



Black color preview on #7B8481 background

This text has black color on #7B8481 background.


White color preview on #7B8481 background

This text has white color on #7B8481 background.