COLOR #7B8393

HEX: #7B8393
RGB: (123,131,147)

Color info

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

RGB color model

#7B8393 color RGB value is (123,131,147).

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

RGB channels and saturation

R 123 of 255 = 48%
G 131 of 255 = 51%
B 147 of 255 = 58%

123
131
147

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

Portions of RGB colors in percentages

R + G + B =
123 + 131 + 147 = 401 (100%)
R 123 of 401 ~ 30.67%
G 131 of 401 ~ 32.67%
B 147 of 401 ~ 36.66%

%30.67
%32.67
%36.66

CMYK color model

#7B8393 color CMYK value is (16,11,0,42).

  • cyan value is 16.33%
  • magenta value is 10.88%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(16,11,0,42)
C16M11Y0K42 
(16%,11%,0%,42%)
(0.16/0.11/0.00/0.42)	

CMYK percentages

%16.33
%10.88
%0
%42.35

Codes

Color #7B8393 in popluar color models

7B8393
RGB123131147
HSL220°10.00%52.94%
HSB/HSV220°16.33%57.65%
CMYK16.33%10.88%0.00%
42.35%

Color #7B8393 in popluar number systems.

HEX7B8393
Decimal123131147
Binary11110111000001110010011
Octal173203223

Shades and tints

Shades of #7B8393

#7B8393
(123,131,147)
#707886
(112,120,134)
#656D79
(101,109,121)
#5A626C
(90,98,108)
#4F575F
(79,87,95)
#444C52
(68,76,82)
#394145
(57,65,69)
#2E3638
(46,54,56)
#232B2B
(35,43,43)
#18201E
(24,32,30)
#0D1511
(13,21,17)
#000000
(0,0,0)

Tints of #7B8393

#7B8393
(123,131,147)
#878E9C
(135,142,156)
#9399A5
(147,153,165)
#9FA4AE
(159,164,174)
#ABAFB7
(171,175,183)
#B7BAC0
(183,186,192)
#C3C5C9
(195,197,201)
#CFD0D2
(207,208,210)
#DBDBDB
(219,219,219)
#E7E6E4
(231,230,228)
#F3F1ED
(243,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B8393; }

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

This text font color is #7B8393.


Background Color

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

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

This div background color is #7B8393.


Border color

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

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

This div border color is #7B8393.


Opacity

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

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

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

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

This text has shadow with #7B8393 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B8393 on black background.


Color preview on white background

This text has color #7B8393 on white background.



Black color preview on #7B8393 background

This text has black color on #7B8393 background.


White color preview on #7B8393 background

This text has white color on #7B8393 background.