COLOR #7B8990

HEX: #7B8990 RGB: (123,137,144)

Color info

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

RGB color model

#7B8990 color RGB value is (123,137,144).

RGB: (123,137,144) (48%, 54%, 56%)

RGB channels and saturation

R 123 of 255 = 48%
G 137 of 255 = 54%
B 144 of 255 = 56%

123
137
144

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

Portions of RGB colors in percentages

R + G + B = 123 + 137 + 144 = 404 (100%)
R 123 of 404 ~ 30.45%
G 137 of 404 ~ 33.91%
B 144 of 404 ~ 35.64'%

%30.45
%33.91
%35.64

CMYK color model

#7B8990 color CMYK value is (15,5,0,44).

  • cyan value is 14.58%
  • magenta value is 4.86%
  • yellow value is 0.00%
  • key color value is 43.53%

CMYK: (15,5,0,44)
C15M5Y0K44 (15%, 5%, 0%, 44%)
(0.15 / 0.05 / 0.00 / 0.44)

CMYK percentages

%14.58
%4.86
%0
%43.53

Codes

Color #7B8990 in popluar color models

7B 89 90
RGB 123 137 144
HSL 200° 8.64% 52.35%
HSB/HSV 200° 14.58% 56.47%
CMYK 14.58% 4.86% 0.00%
43.53%

Color #7B8990 in popluar number systems.

HEX 7B 89 90
Decimal 123 137 144
Binary 1111011 10001001 10010000
Octal 173 211 220

Shades and tints

Shades of #7B8990

#7B8990
(123,137,144)
#707D83
(112,125,131)
#657176
(101,113,118)
#5A6569
(90,101,105)
#4F595C
(79,89,92)
#444D4F
(68,77,79)
#394142
(57,65,66)
#2E3535
(46,53,53)
#232928
(35,41,40)
#181D1B
(24,29,27)
#0D110E
(13,17,14)
#000000
(0,0,0)

Tints of #7B8990

#7B8990
(123,137,144)
#87939A
(135,147,154)
#939DA4
(147,157,164)
#9FA7AE
(159,167,174)
#ABB1B8
(171,177,184)
#B7BBC2
(183,187,194)
#C3C5CC
(195,197,204)
#CFCFD6
(207,207,214)
#DBD9E0
(219,217,224)
#E7E3EA
(231,227,234)
#F3EDF4
(243,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B8990; }

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

This text font color is #7B8990.

Background Color

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

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

This div background color is #7B8990.

Border color

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

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

This div border color is #7B8990.

Opacity

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

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

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

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

This text has shadow with #7B8990 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B8990.

Preview

Color preview on black background

This text has color #7B8990 on black background.


Color preview on white background

This text has color #7B8990 on white background.


Black color preview on #7B8990 background

This text has black color on #7B8990 background.


White color preview on #7B8990 background

This text has white color on #7B8990 background.


Related colors

Complementary color

Complementary color for #hex is #84766F.


I love getcolorcode.com

Triadic colors

1 #907B89 and #89907B with #7B8990 are triadic colors.

2 #90897B and #897B90 with #7B8990 are triadic colors.