COLOR #7C8E8A

HEX: #7C8E8A RGB: (124,142,138)

Color info

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

RGB color model

#7C8E8A color RGB value is (124,142,138).

RGB: (124,142,138) (49%, 56%, 54%)

RGB channels and saturation

R 124 of 255 = 49%
G 142 of 255 = 56%
B 138 of 255 = 54%

124
142
138

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

Portions of RGB colors in percentages

R + G + B = 124 + 142 + 138 = 404 (100%)
R 124 of 404 ~ 30.69%
G 142 of 404 ~ 35.15%
B 138 of 404 ~ 34.16'%

%30.69
%35.15
%34.16

CMYK color model

#7C8E8A color CMYK value is (13,0,3,44).

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

CMYK: (13,0,3,44)
C13M0Y3K44 (13%, 0%, 3%, 44%)
(0.13 / 0.00 / 0.03 / 0.44)

CMYK percentages

%12.68
%0
%2.82
%44.31

Codes

Color #7C8E8A in popluar color models

7C 8E 8A
RGB 124 142 138
HSL 167° 7.38% 52.16%
HSB/HSV 167° 12.68% 55.69%
CMYK 12.68% 0.00% 2.82%
44.31%

Color #7C8E8A in popluar number systems.

HEX 7C 8E 8A
Decimal 124 142 138
Binary 1111100 10001110 10001010
Octal 174 216 212

Shades and tints

Shades of #7C8E8A

#7C8E8A
(124,142,138)
#71827E
(113,130,126)
#667672
(102,118,114)
#5B6A66
(91,106,102)
#505E5A
(80,94,90)
#45524E
(69,82,78)
#3A4642
(58,70,66)
#2F3A36
(47,58,54)
#242E2A
(36,46,42)
#19221E
(25,34,30)
#0E1612
(14,22,18)
#000000
(0,0,0)

Tints of #7C8E8A

#7C8E8A
(124,142,138)
#879894
(135,152,148)
#92A29E
(146,162,158)
#9DACA8
(157,172,168)
#A8B6B2
(168,182,178)
#B3C0BC
(179,192,188)
#BECAC6
(190,202,198)
#C9D4D0
(201,212,208)
#D4DEDA
(212,222,218)
#DFE8E4
(223,232,228)
#EAF2EE
(234,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C8E8A; }

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

This text font color is #7C8E8A.

Background Color

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

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

This div background color is #7C8E8A.

Border color

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

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

This div border color is #7C8E8A.

Opacity

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

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

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

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

This text has shadow with #7C8E8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C8E8A.

Preview

Color preview on black background

This text has color #7C8E8A on black background.


Color preview on white background

This text has color #7C8E8A on white background.


Black color preview on #7C8E8A background

This text has black color on #7C8E8A background.


White color preview on #7C8E8A background

This text has white color on #7C8E8A background.


Related colors

Complementary color

Complementary color for #hex is #837175.


I love getcolorcode.com

Triadic colors

1 #8A7C8E and #8E8A7C with #7C8E8A are triadic colors.

2 #8A8E7C and #8E7C8A with #7C8E8A are triadic colors.