COLOR #7B8B99

HEX: #7B8B99 RGB: (123,139,153)

Color info

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

RGB color model

#7B8B99 color RGB value is (123,139,153).

RGB: (123,139,153) (48%, 55%, 60%)

RGB channels and saturation

R 123 of 255 = 48%
G 139 of 255 = 55%
B 153 of 255 = 60%

123
139
153

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

Portions of RGB colors in percentages

R + G + B = 123 + 139 + 153 = 415 (100%)
R 123 of 415 ~ 29.64%
G 139 of 415 ~ 33.49%
B 153 of 415 ~ 36.87'%

%29.64
%33.49
%36.87

CMYK color model

#7B8B99 color CMYK value is (20,9,0,40).

  • cyan value is 19.61%
  • magenta value is 9.15%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (20,9,0,40)
C20M9Y0K40 (20%, 9%, 0%, 40%)
(0.20 / 0.09 / 0.00 / 0.40)

CMYK percentages

%19.61
%9.15
%0
%40

Codes

Color #7B8B99 in popluar color models

7B 8B 99
RGB 123 139 153
HSL 208° 12.82% 54.12%
HSB/HSV 208° 19.61% 60.00%
CMYK 19.61% 9.15% 0.00%
40.00%

Color #7B8B99 in popluar number systems.

HEX 7B 8B 99
Decimal 123 139 153
Binary 1111011 10001011 10011001
Octal 173 213 231

Shades and tints

Shades of #7B8B99

#7B8B99
(123,139,153)
#707F8C
(112,127,140)
#65737F
(101,115,127)
#5A6772
(90,103,114)
#4F5B65
(79,91,101)
#444F58
(68,79,88)
#39434B
(57,67,75)
#2E373E
(46,55,62)
#232B31
(35,43,49)
#181F24
(24,31,36)
#0D1317
(13,19,23)
#000000
(0,0,0)

Tints of #7B8B99

#7B8B99
(123,139,153)
#8795A2
(135,149,162)
#939FAB
(147,159,171)
#9FA9B4
(159,169,180)
#ABB3BD
(171,179,189)
#B7BDC6
(183,189,198)
#C3C7CF
(195,199,207)
#CFD1D8
(207,209,216)
#DBDBE1
(219,219,225)
#E7E5EA
(231,229,234)
#F3EFF3
(243,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B8B99; }

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

This text font color is #7B8B99.

Background Color

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

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

This div background color is #7B8B99.

Border color

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

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

This div border color is #7B8B99.

Opacity

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

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

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

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

This text has shadow with #7B8B99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B8B99.

Preview

Color preview on black background

This text has color #7B8B99 on black background.


Color preview on white background

This text has color #7B8B99 on white background.


Black color preview on #7B8B99 background

This text has black color on #7B8B99 background.


White color preview on #7B8B99 background

This text has white color on #7B8B99 background.


Related colors

Complementary color

Complementary color for #hex is #847466.


I love getcolorcode.com

Triadic colors

1 #997B8B and #8B997B with #7B8B99 are triadic colors.

2 #998B7B and #8B7B99 with #7B8B99 are triadic colors.