COLOR #7B878D

HEX: #7B878D
RGB: (123,135,141)

Color info

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

RGB color model

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

  • red value is 123;
  • green value is 135;
  • blue value is 141.
RGB:
(123,135,141)
(48%,53%,55%)

RGB channels and saturation

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

123
135
141

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

Portions of RGB colors in percentages

R + G + B =
123 + 135 + 141 = 399 (100%)
R 123 of 399 ~ 30.83%
G 135 of 399 ~ 33.83%
B 141 of 399 ~ 35.34%

%30.83
%33.83
%35.34

CMYK color model

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

  • cyan value is 12.77%
  • magenta value is 4.26%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(13,4,0,45)
C13M4Y0K45 
(13%,4%,0%,45%)
(0.13/0.04/0.00/0.45)	

CMYK percentages

%12.77
%4.26
%0
%44.71

Codes

Color #7B878D in popluar color models

7B878D
RGB123135141
HSL200°7.32%51.76%
HSB/HSV200°12.77%55.29%
CMYK12.77%4.26%0.00%
44.71%

Color #7B878D in popluar number systems.

HEX7B878D
Decimal123135141
Binary11110111000011110001101
Octal173207215

Shades and tints

Shades of #7B878D

#7B878D
(123,135,141)
#707B81
(112,123,129)
#656F75
(101,111,117)
#5A6369
(90,99,105)
#4F575D
(79,87,93)
#444B51
(68,75,81)
#393F45
(57,63,69)
#2E3339
(46,51,57)
#23272D
(35,39,45)
#181B21
(24,27,33)
#0D0F15
(13,15,21)
#000000
(0,0,0)

Tints of #7B878D

#7B878D
(123,135,141)
#879197
(135,145,151)
#939BA1
(147,155,161)
#9FA5AB
(159,165,171)
#ABAFB5
(171,175,181)
#B7B9BF
(183,185,191)
#C3C3C9
(195,195,201)
#CFCDD3
(207,205,211)
#DBD7DD
(219,215,221)
#E7E1E7
(231,225,231)
#F3EBF1
(243,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B878D; }

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

This text font color is #7B878D.


Background Color

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

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

This div background color is #7B878D.


Border color

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

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

This div border color is #7B878D.


Opacity

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

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

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

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

This text has shadow with #7B878D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B878D on black background.


Color preview on white background

This text has color #7B878D on white background.



Black color preview on #7B878D background

This text has black color on #7B878D background.


White color preview on #7B878D background

This text has white color on #7B878D background.