COLOR #7C8894

HEX: #7C8894 RGB: (124,136,148)

Color info

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

RGB color model

#7C8894 color RGB value is (124,136,148).

RGB: (124,136,148) (49%, 53%, 58%)

RGB channels and saturation

R 124 of 255 = 49%
G 136 of 255 = 53%
B 148 of 255 = 58%

124
136
148

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

Portions of RGB colors in percentages

R + G + B = 124 + 136 + 148 = 408 (100%)
R 124 of 408 ~ 30.39%
G 136 of 408 ~ 33.33%
B 148 of 408 ~ 36.27'%

%30.39
%33.33
%36.27

CMYK color model

#7C8894 color CMYK value is (16,8,0,42).

  • cyan value is 16.22%
  • magenta value is 8.11%
  • yellow value is 0.00%
  • key color value is 41.96%

CMYK: (16,8,0,42)
C16M8Y0K42 (16%, 8%, 0%, 42%)
(0.16 / 0.08 / 0.00 / 0.42)

CMYK percentages

%16.22
%8.11
%0
%41.96

Codes

Color #7C8894 in popluar color models

7C 88 94
RGB 124 136 148
HSL 210° 10.08% 53.33%
HSB/HSV 210° 16.22% 58.04%
CMYK 16.22% 8.11% 0.00%
41.96%

Color #7C8894 in popluar number systems.

HEX 7C 88 94
Decimal 124 136 148
Binary 1111100 10001000 10010100
Octal 174 210 224

Shades and tints

Shades of #7C8894

#7C8894
(124,136,148)
#717C87
(113,124,135)
#66707A
(102,112,122)
#5B646D
(91,100,109)
#505860
(80,88,96)
#454C53
(69,76,83)
#3A4046
(58,64,70)
#2F3439
(47,52,57)
#24282C
(36,40,44)
#191C1F
(25,28,31)
#0E1012
(14,16,18)
#000000
(0,0,0)

Tints of #7C8894

#7C8894
(124,136,148)
#87929D
(135,146,157)
#929CA6
(146,156,166)
#9DA6AF
(157,166,175)
#A8B0B8
(168,176,184)
#B3BAC1
(179,186,193)
#BEC4CA
(190,196,202)
#C9CED3
(201,206,211)
#D4D8DC
(212,216,220)
#DFE2E5
(223,226,229)
#EAECEE
(234,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C8894 color. Also use rgb(124,136,148) instead hex code.

Text Font Color

.myTextColor { color: #7C8894; }

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

This text font color is #7C8894.

Background Color

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

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

This div background color is #7C8894.

Border color

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

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

This div border color is #7C8894.

Opacity

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

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

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

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

This text has shadow with #7C8894 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C8894.

Preview

Color preview on black background

This text has color #7C8894 on black background.


Color preview on white background

This text has color #7C8894 on white background.


Black color preview on #7C8894 background

This text has black color on #7C8894 background.


White color preview on #7C8894 background

This text has white color on #7C8894 background.


Related colors

Complementary color

Complementary color for #hex is #83776B.


I love getcolorcode.com

Triadic colors

1 #947C88 and #88947C with #7C8894 are triadic colors.

2 #94887C and #887C94 with #7C8894 are triadic colors.