COLOR #7B9789

HEX: #7B9789
RGB: (123,151,137)

Color info

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

RGB color model

#7B9789 color RGB value is (123,151,137).

  • red value is 123;
  • green value is 151;
  • blue value is 137.
RGB:
(123,151,137)
(48%,59%,54%)

RGB channels and saturation

R 123 of 255 = 48%
G 151 of 255 = 59%
B 137 of 255 = 54%

123
151
137

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

Portions of RGB colors in percentages

R + G + B =
123 + 151 + 137 = 411 (100%)
R 123 of 411 ~ 29.93%
G 151 of 411 ~ 36.74%
B 137 of 411 ~ 33.33%

%29.93
%36.74
%33.33

CMYK color model

#7B9789 color CMYK value is (19,0,9,41).

  • cyan value is 18.54%
  • magenta value is 0.00%
  • yellow value is 9.27%
  • key color value is 40.78%
CMYK:
(19,0,9,41)
C19M0Y9K41 
(19%,0%,9%,41%)
(0.19/0.00/0.09/0.41)	

CMYK percentages

%18.54
%0
%9.27
%40.78

Codes

Color #7B9789 in popluar color models

7B9789
RGB123151137
HSL150°11.86%53.73%
HSB/HSV150°18.54%59.22%
CMYK18.54%0.00%9.27%
40.78%

Color #7B9789 in popluar number systems.

HEX7B9789
Decimal123151137
Binary11110111001011110001001
Octal173227211

Shades and tints

Shades of #7B9789

#7B9789
(123,151,137)
#708A7D
(112,138,125)
#657D71
(101,125,113)
#5A7065
(90,112,101)
#4F6359
(79,99,89)
#44564D
(68,86,77)
#394941
(57,73,65)
#2E3C35
(46,60,53)
#232F29
(35,47,41)
#18221D
(24,34,29)
#0D1511
(13,21,17)
#000000
(0,0,0)

Tints of #7B9789

#7B9789
(123,151,137)
#87A093
(135,160,147)
#93A99D
(147,169,157)
#9FB2A7
(159,178,167)
#ABBBB1
(171,187,177)
#B7C4BB
(183,196,187)
#C3CDC5
(195,205,197)
#CFD6CF
(207,214,207)
#DBDFD9
(219,223,217)
#E7E8E3
(231,232,227)
#F3F1ED
(243,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B9789 color. Also use rgb(123,151,137) instead hex code.

Text Font Color

.myTextColor { color: #7B9789; }

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

This text font color is #7B9789.


Background Color

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

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

This div background color is #7B9789.


Border color

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

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

This div border color is #7B9789.


Opacity

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

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

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

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

This text has shadow with #7B9789 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B9789 on black background.


Color preview on white background

This text has color #7B9789 on white background.



Black color preview on #7B9789 background

This text has black color on #7B9789 background.


White color preview on #7B9789 background

This text has white color on #7B9789 background.