COLOR #7B8A80

HEX: #7B8A80 RGB: (123,138,128)

Color info

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

RGB color model

#7B8A80 color RGB value is (123,138,128).

RGB: (123,138,128) (48%, 54%, 50%)

RGB channels and saturation

R 123 of 255 = 48%
G 138 of 255 = 54%
B 128 of 255 = 50%

123
138
128

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

Portions of RGB colors in percentages

R + G + B = 123 + 138 + 128 = 389 (100%)
R 123 of 389 ~ 31.62%
G 138 of 389 ~ 35.48%
B 128 of 389 ~ 32.9'%

%31.62
%35.48
%32.9

CMYK color model

#7B8A80 color CMYK value is (11,0,7,46).

  • cyan value is 10.87%
  • magenta value is 0.00%
  • yellow value is 7.25%
  • key color value is 45.88%

CMYK: (11,0,7,46)
C11M0Y7K46 (11%, 0%, 7%, 46%)
(0.11 / 0.00 / 0.07 / 0.46)

CMYK percentages

%10.87
%0
%7.25
%45.88

Codes

Color #7B8A80 in popluar color models

7B 8A 80
RGB 123 138 128
HSL 140° 6.02% 51.18%
HSB/HSV 140° 10.87% 54.12%
CMYK 10.87% 0.00% 7.25%
45.88%

Color #7B8A80 in popluar number systems.

HEX 7B 8A 80
Decimal 123 138 128
Binary 1111011 10001010 10000000
Octal 173 212 200

Shades and tints

Shades of #7B8A80

#7B8A80
(123,138,128)
#707E75
(112,126,117)
#65726A
(101,114,106)
#5A665F
(90,102,95)
#4F5A54
(79,90,84)
#444E49
(68,78,73)
#39423E
(57,66,62)
#2E3633
(46,54,51)
#232A28
(35,42,40)
#181E1D
(24,30,29)
#0D1212
(13,18,18)
#000000
(0,0,0)

Tints of #7B8A80

#7B8A80
(123,138,128)
#87948B
(135,148,139)
#939E96
(147,158,150)
#9FA8A1
(159,168,161)
#ABB2AC
(171,178,172)
#B7BCB7
(183,188,183)
#C3C6C2
(195,198,194)
#CFD0CD
(207,208,205)
#DBDAD8
(219,218,216)
#E7E4E3
(231,228,227)
#F3EEEE
(243,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B8A80 color. Also use rgb(123,138,128) instead hex code.

Text Font Color

.myTextColor { color: #7B8A80; }

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

This text font color is #7B8A80.

Background Color

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

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

This div background color is #7B8A80.

Border color

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

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

This div border color is #7B8A80.

Opacity

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

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

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

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

This text has shadow with #7B8A80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B8A80.

Preview

Color preview on black background

This text has color #7B8A80 on black background.


Color preview on white background

This text has color #7B8A80 on white background.


Black color preview on #7B8A80 background

This text has black color on #7B8A80 background.


White color preview on #7B8A80 background

This text has white color on #7B8A80 background.


Related colors

Complementary color

Complementary color for #hex is #84757F.


I love getcolorcode.com

Triadic colors

1 #807B8A and #8A807B with #7B8A80 are triadic colors.

2 #808A7B and #8A7B80 with #7B8A80 are triadic colors.