COLOR #7B9B83

HEX: #7B9B83
RGB: (123,155,131)

Color info

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

RGB color model

#7B9B83 color RGB value is (123,155,131).

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

RGB channels and saturation

R 123 of 255 = 48%
G 155 of 255 = 61%
B 131 of 255 = 51%

123
155
131

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

Portions of RGB colors in percentages

R + G + B =
123 + 155 + 131 = 409 (100%)
R 123 of 409 ~ 30.07%
G 155 of 409 ~ 37.9%
B 131 of 409 ~ 32.03%

%30.07
%37.9
%32.03

CMYK color model

#7B9B83 color CMYK value is (21,0,15,39).

  • cyan value is 20.65%
  • magenta value is 0.00%
  • yellow value is 15.48%
  • key color value is 39.22%
CMYK: (21,0,15,39) C21M0Y15K39 (21%,0%,15%,39%) (0.21/0.00/0.15/0.39)

CMYK percentages

%20.65
%0
%15.48
%39.22

Codes

Color #7B9B83 in popluar color models

7B9B83
RGB123155131
HSL135°13.79%54.51%
HSB/HSV135°20.65%60.78%
CMYK20.65%0.00%15.48%
39.22%

Color #7B9B83 in popluar number systems.

HEX7B9B83
Decimal123155131
Binary11110111001101110000011
Octal173233203

Shades and tints

Shades of #7B9B83

#7B9B83
(123,155,131)
#708D78
(112,141,120)
#657F6D
(101,127,109)
#5A7162
(90,113,98)
#4F6357
(79,99,87)
#44554C
(68,85,76)
#394741
(57,71,65)
#2E3936
(46,57,54)
#232B2B
(35,43,43)
#181D20
(24,29,32)
#0D0F15
(13,15,21)
#000000
(0,0,0)

Tints of #7B9B83

#7B9B83
(123,155,131)
#87A48E
(135,164,142)
#93AD99
(147,173,153)
#9FB6A4
(159,182,164)
#ABBFAF
(171,191,175)
#B7C8BA
(183,200,186)
#C3D1C5
(195,209,197)
#CFDAD0
(207,218,208)
#DBE3DB
(219,227,219)
#E7ECE6
(231,236,230)
#F3F5F1
(243,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B9B83; }

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

This text font color is #7B9B83.


Background Color

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

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

This div background color is #7B9B83.


Border color

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

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

This div border color is #7B9B83.


Opacity

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

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

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

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

This text has shadow with #7B9B83 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #7B9B83 on black background.


Color preview on white background

This text has color #7B9B83 on white background.



Black color preview on #7B9B83 background

This text has black color on #7B9B83 background.


White color preview on #7B9B83 background

This text has white color on #7B9B83 background.