COLOR #7B8D8D

HEX: #7B8D8D RGB: (123,141,141)

Color info

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

RGB color model

#7B8D8D color RGB value is (123,141,141).

RGB: (123,141,141) (48%, 55%, 55%)

RGB channels and saturation

R 123 of 255 = 48%
G 141 of 255 = 55%
B 141 of 255 = 55%

123
141
141

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

Portions of RGB colors in percentages

R + G + B = 123 + 141 + 141 = 405 (100%)
R 123 of 405 ~ 30.37%
G 141 of 405 ~ 34.81%
B 141 of 405 ~ 34.81'%

%30.37
%34.81
%34.81

CMYK color model

#7B8D8D color CMYK value is (13,0,0,45).

  • cyan value is 12.77%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (13,0,0,45)
C13M0Y0K45 (13%, 0%, 0%, 45%)
(0.13 / 0.00 / 0.00 / 0.45)

CMYK percentages

%12.77
%0
%0
%44.71

Codes

Color #7B8D8D in popluar color models

7B 8D 8D
RGB 123 141 141
HSL 180° 7.32% 51.76%
HSB/HSV 180° 12.77% 55.29%
CMYK 12.77% 0.00% 0.00%
44.71%

Color #7B8D8D in popluar number systems.

HEX 7B 8D 8D
Decimal 123 141 141
Binary 1111011 10001101 10001101
Octal 173 215 215

Shades and tints

Shades of #7B8D8D

#7B8D8D
(123,141,141)
#708181
(112,129,129)
#657575
(101,117,117)
#5A6969
(90,105,105)
#4F5D5D
(79,93,93)
#445151
(68,81,81)
#394545
(57,69,69)
#2E3939
(46,57,57)
#232D2D
(35,45,45)
#182121
(24,33,33)
#0D1515
(13,21,21)
#000000
(0,0,0)

Tints of #7B8D8D

#7B8D8D
(123,141,141)
#879797
(135,151,151)
#93A1A1
(147,161,161)
#9FABAB
(159,171,171)
#ABB5B5
(171,181,181)
#B7BFBF
(183,191,191)
#C3C9C9
(195,201,201)
#CFD3D3
(207,211,211)
#DBDDDD
(219,221,221)
#E7E7E7
(231,231,231)
#F3F1F1
(243,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B8D8D; }

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

This text font color is #7B8D8D.

Background Color

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

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

This div background color is #7B8D8D.

Border color

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

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

This div border color is #7B8D8D.

Opacity

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

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

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

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

This text has shadow with #7B8D8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B8D8D.

Preview

Color preview on black background

This text has color #7B8D8D on black background.


Color preview on white background

This text has color #7B8D8D on white background.


Black color preview on #7B8D8D background

This text has black color on #7B8D8D background.


White color preview on #7B8D8D background

This text has white color on #7B8D8D background.


Related colors

Complementary color

Complementary color for #hex is #847272.


I love getcolorcode.com