COLOR #7C8896

HEX: #7C8896 RGB: (124,136,150)

Color info

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

RGB color model

#7C8896 color RGB value is (124,136,150).

RGB: (124,136,150) (49%, 53%, 59%)

RGB channels and saturation

R 124 of 255 = 49%
G 136 of 255 = 53%
B 150 of 255 = 59%

124
136
150

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

Portions of RGB colors in percentages

R + G + B = 124 + 136 + 150 = 410 (100%)
R 124 of 410 ~ 30.24%
G 136 of 410 ~ 33.17%
B 150 of 410 ~ 36.59'%

%30.24
%33.17
%36.59

CMYK color model

#7C8896 color CMYK value is (17,9,0,41).

  • cyan value is 17.33%
  • magenta value is 9.33%
  • yellow value is 0.00%
  • key color value is 41.18%

CMYK: (17,9,0,41)
C17M9Y0K41 (17%, 9%, 0%, 41%)
(0.17 / 0.09 / 0.00 / 0.41)

CMYK percentages

%17.33
%9.33
%0
%41.18

Codes

Color #7C8896 in popluar color models

7C 88 96
RGB 124 136 150
HSL 212° 11.02% 53.73%
HSB/HSV 212° 17.33% 58.82%
CMYK 17.33% 9.33% 0.00%
41.18%

Color #7C8896 in popluar number systems.

HEX 7C 88 96
Decimal 124 136 150
Binary 1111100 10001000 10010110
Octal 174 210 226

Shades and tints

Shades of #7C8896

#7C8896
(124,136,150)
#717C89
(113,124,137)
#66707C
(102,112,124)
#5B646F
(91,100,111)
#505862
(80,88,98)
#454C55
(69,76,85)
#3A4048
(58,64,72)
#2F343B
(47,52,59)
#24282E
(36,40,46)
#191C21
(25,28,33)
#0E1014
(14,16,20)
#000000
(0,0,0)

Tints of #7C8896

#7C8896
(124,136,150)
#87929F
(135,146,159)
#929CA8
(146,156,168)
#9DA6B1
(157,166,177)
#A8B0BA
(168,176,186)
#B3BAC3
(179,186,195)
#BEC4CC
(190,196,204)
#C9CED5
(201,206,213)
#D4D8DE
(212,216,222)
#DFE2E7
(223,226,231)
#EAECF0
(234,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C8896; }

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

This text font color is #7C8896.

Background Color

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

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

This div background color is #7C8896.

Border color

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

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

This div border color is #7C8896.

Opacity

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

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

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

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

This text has shadow with #7C8896 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C8896.

Preview

Color preview on black background

This text has color #7C8896 on black background.


Color preview on white background

This text has color #7C8896 on white background.


Black color preview on #7C8896 background

This text has black color on #7C8896 background.


White color preview on #7C8896 background

This text has white color on #7C8896 background.


Related colors

Complementary color

Complementary color for #hex is #837769.


I love getcolorcode.com

Triadic colors

1 #967C88 and #88967C with #7C8896 are triadic colors.

2 #96887C and #887C96 with #7C8896 are triadic colors.