COLOR #7C878D

HEX: #7C878D
RGB: (124,135,141)

Color info

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

RGB color model

#7C878D color RGB value is (124,135,141).

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

RGB channels and saturation

R 124 of 255 = 49%
G 135 of 255 = 53%
B 141 of 255 = 55%

124
135
141

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

Portions of RGB colors in percentages

R + G + B =
124 + 135 + 141 = 400 (100%)
R 124 of 400 ~ 31%
G 135 of 400 ~ 33.75%
B 141 of 400 ~ 35.25%

%31
%33.75
%35.25

CMYK color model

#7C878D color CMYK value is (12,4,0,45).

  • cyan value is 12.06%
  • magenta value is 4.26%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(12,4,0,45)
C12M4Y0K45 
(12%,4%,0%,45%)
(0.12/0.04/0.00/0.45)	

CMYK percentages

%12.06
%4.26
%0
%44.71

Codes

Color #7C878D in popluar color models

7C878D
RGB124135141
HSL201°6.94%51.96%
HSB/HSV201°12.06%55.29%
CMYK12.06%4.26%0.00%
44.71%

Color #7C878D in popluar number systems.

HEX7C878D
Decimal124135141
Binary11111001000011110001101
Octal174207215

Shades and tints

Shades of #7C878D

#7C878D
(124,135,141)
#717B81
(113,123,129)
#666F75
(102,111,117)
#5B6369
(91,99,105)
#50575D
(80,87,93)
#454B51
(69,75,81)
#3A3F45
(58,63,69)
#2F3339
(47,51,57)
#24272D
(36,39,45)
#191B21
(25,27,33)
#0E0F15
(14,15,21)
#000000
(0,0,0)

Tints of #7C878D

#7C878D
(124,135,141)
#879197
(135,145,151)
#929BA1
(146,155,161)
#9DA5AB
(157,165,171)
#A8AFB5
(168,175,181)
#B3B9BF
(179,185,191)
#BEC3C9
(190,195,201)
#C9CDD3
(201,205,211)
#D4D7DD
(212,215,221)
#DFE1E7
(223,225,231)
#EAEBF1
(234,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C878D; }

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

This text font color is #7C878D.


Background Color

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

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

This div background color is #7C878D.


Border color

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

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

This div border color is #7C878D.


Opacity

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

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

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

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

This text has shadow with #7C878D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C878D on black background.


Color preview on white background

This text has color #7C878D on white background.



Black color preview on #7C878D background

This text has black color on #7C878D background.


White color preview on #7C878D background

This text has white color on #7C878D background.