COLOR #7B8B83

HEX: #7B8B83
RGB: (123,139,131)

Color info

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

RGB color model

#7B8B83 color RGB value is (123,139,131).

  • red value is 123;
  • green value is 139;
  • blue value is 131.
RGB:
(123,139,131)
(48%,55%,51%)

RGB channels and saturation

R 123 of 255 = 48%
G 139 of 255 = 55%
B 131 of 255 = 51%

123
139
131

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

Portions of RGB colors in percentages

R + G + B =
123 + 139 + 131 = 393 (100%)
R 123 of 393 ~ 31.3%
G 139 of 393 ~ 35.37%
B 131 of 393 ~ 33.33%

%31.3
%35.37
%33.33

CMYK color model

#7B8B83 color CMYK value is (12,0,6,45).

  • cyan value is 11.51%
  • magenta value is 0.00%
  • yellow value is 5.76%
  • key color value is 45.49%
CMYK:
(12,0,6,45)
C12M0Y6K45 
(12%,0%,6%,45%)
(0.12/0.00/0.06/0.45)	

CMYK percentages

%11.51
%0
%5.76
%45.49

Codes

Color #7B8B83 in popluar color models

7B8B83
RGB123139131
HSL150°6.45%51.37%
HSB/HSV150°11.51%54.51%
CMYK11.51%0.00%5.76%
45.49%

Color #7B8B83 in popluar number systems.

HEX7B8B83
Decimal123139131
Binary11110111000101110000011
Octal173213203

Shades and tints

Shades of #7B8B83

#7B8B83
(123,139,131)
#707F78
(112,127,120)
#65736D
(101,115,109)
#5A6762
(90,103,98)
#4F5B57
(79,91,87)
#444F4C
(68,79,76)
#394341
(57,67,65)
#2E3736
(46,55,54)
#232B2B
(35,43,43)
#181F20
(24,31,32)
#0D1315
(13,19,21)
#000000
(0,0,0)

Tints of #7B8B83

#7B8B83
(123,139,131)
#87958E
(135,149,142)
#939F99
(147,159,153)
#9FA9A4
(159,169,164)
#ABB3AF
(171,179,175)
#B7BDBA
(183,189,186)
#C3C7C5
(195,199,197)
#CFD1D0
(207,209,208)
#DBDBDB
(219,219,219)
#E7E5E6
(231,229,230)
#F3EFF1
(243,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B8B83 color. Also use rgb(123,139,131) instead hex code.

Text Font Color

.myTextColor { color: #7B8B83; }

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

This text font color is #7B8B83.


Background Color

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

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

This div background color is #7B8B83.


Border color

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

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

This div border color is #7B8B83.


Opacity

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

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

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

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

This text has shadow with #7B8B83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B8B83 on black background.


Color preview on white background

This text has color #7B8B83 on white background.



Black color preview on #7B8B83 background

This text has black color on #7B8B83 background.


White color preview on #7B8B83 background

This text has white color on #7B8B83 background.