COLOR #7C8E87

HEX: #7C8E87 RGB: (124,142,135)

Color info

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

RGB color model

#7C8E87 color RGB value is (124,142,135).

RGB: (124,142,135) (49%, 56%, 53%)

RGB channels and saturation

R 124 of 255 = 49%
G 142 of 255 = 56%
B 135 of 255 = 53%

124
142
135

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

Portions of RGB colors in percentages

R + G + B = 124 + 142 + 135 = 401 (100%)
R 124 of 401 ~ 30.92%
G 142 of 401 ~ 35.41%
B 135 of 401 ~ 33.67'%

%30.92
%35.41
%33.67

CMYK color model

#7C8E87 color CMYK value is (13,0,5,44).

  • cyan value is 12.68%
  • magenta value is 0.00%
  • yellow value is 4.93%
  • key color value is 44.31%

CMYK: (13,0,5,44)
C13M0Y5K44 (13%, 0%, 5%, 44%)
(0.13 / 0.00 / 0.05 / 0.44)

CMYK percentages

%12.68
%0
%4.93
%44.31

Codes

Color #7C8E87 in popluar color models

7C 8E 87
RGB 124 142 135
HSL 157° 7.38% 52.16%
HSB/HSV 157° 12.68% 55.69%
CMYK 12.68% 0.00% 4.93%
44.31%

Color #7C8E87 in popluar number systems.

HEX 7C 8E 87
Decimal 124 142 135
Binary 1111100 10001110 10000111
Octal 174 216 207

Shades and tints

Shades of #7C8E87

#7C8E87
(124,142,135)
#71827B
(113,130,123)
#66766F
(102,118,111)
#5B6A63
(91,106,99)
#505E57
(80,94,87)
#45524B
(69,82,75)
#3A463F
(58,70,63)
#2F3A33
(47,58,51)
#242E27
(36,46,39)
#19221B
(25,34,27)
#0E160F
(14,22,15)
#000000
(0,0,0)

Tints of #7C8E87

#7C8E87
(124,142,135)
#879891
(135,152,145)
#92A29B
(146,162,155)
#9DACA5
(157,172,165)
#A8B6AF
(168,182,175)
#B3C0B9
(179,192,185)
#BECAC3
(190,202,195)
#C9D4CD
(201,212,205)
#D4DED7
(212,222,215)
#DFE8E1
(223,232,225)
#EAF2EB
(234,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C8E87; }

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

This text font color is #7C8E87.

Background Color

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

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

This div background color is #7C8E87.

Border color

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

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

This div border color is #7C8E87.

Opacity

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

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

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

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

This text has shadow with #7C8E87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C8E87.

Preview

Color preview on black background

This text has color #7C8E87 on black background.


Color preview on white background

This text has color #7C8E87 on white background.


Black color preview on #7C8E87 background

This text has black color on #7C8E87 background.


White color preview on #7C8E87 background

This text has white color on #7C8E87 background.


Related colors

Complementary color

Complementary color for #hex is #837178.


I love getcolorcode.com

Triadic colors

1 #877C8E and #8E877C with #7C8E87 are triadic colors.

2 #878E7C and #8E7C87 with #7C8E87 are triadic colors.