COLOR #7C897E

HEX: #7C897E RGB: (124,137,126)

Color info

#7C897E contains red, green and blue colors in about the same proportion. Web safe color of #7C897E is #669966 (or #696).

RGB color model

#7C897E color RGB value is (124,137,126).

RGB: (124,137,126) (49%, 54%, 49%)

RGB channels and saturation

R 124 of 255 = 49%
G 137 of 255 = 54%
B 126 of 255 = 49%

124
137
126

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

Portions of RGB colors in percentages

R + G + B = 124 + 137 + 126 = 387 (100%)
R 124 of 387 ~ 32.04%
G 137 of 387 ~ 35.4%
B 126 of 387 ~ 32.56'%

%32.04
%35.4
%32.56

CMYK color model

#7C897E color CMYK value is (9,0,8,46).

  • cyan value is 9.49%
  • magenta value is 0.00%
  • yellow value is 8.03%
  • key color value is 46.27%

CMYK: (9,0,8,46)
C9M0Y8K46 (9%, 0%, 8%, 46%)
(0.09 / 0.00 / 0.08 / 0.46)

CMYK percentages

%9.49
%0
%8.03
%46.27

Codes

Color #7C897E in popluar color models

7C 89 7E
RGB 124 137 126
HSL 129° 5.22% 51.18%
HSB/HSV 129° 9.49% 53.73%
CMYK 9.49% 0.00% 8.03%
46.27%

Color #7C897E in popluar number systems.

HEX 7C 89 7E
Decimal 124 137 126
Binary 1111100 10001001 1111110
Octal 174 211 176

Shades and tints

Shades of #7C897E

#7C897E
(124,137,126)
#717D73
(113,125,115)
#667168
(102,113,104)
#5B655D
(91,101,93)
#505952
(80,89,82)
#454D47
(69,77,71)
#3A413C
(58,65,60)
#2F3531
(47,53,49)
#242926
(36,41,38)
#191D1B
(25,29,27)
#0E1110
(14,17,16)
#000000
(0,0,0)

Tints of #7C897E

#7C897E
(124,137,126)
#879389
(135,147,137)
#929D94
(146,157,148)
#9DA79F
(157,167,159)
#A8B1AA
(168,177,170)
#B3BBB5
(179,187,181)
#BEC5C0
(190,197,192)
#C9CFCB
(201,207,203)
#D4D9D6
(212,217,214)
#DFE3E1
(223,227,225)
#EAEDEC
(234,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C897E color. Also use rgb(124,137,126) instead hex code.

Text Font Color

.myTextColor { color: #7C897E; }

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

This text font color is #7C897E.

Background Color

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

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

This div background color is #7C897E.

Border color

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

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

This div border color is #7C897E.

Opacity

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

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

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

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

This text has shadow with #7C897E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C897E.

Preview

Color preview on black background

This text has color #7C897E on black background.


Color preview on white background

This text has color #7C897E on white background.


Black color preview on #7C897E background

This text has black color on #7C897E background.


White color preview on #7C897E background

This text has white color on #7C897E background.


Related colors

Complementary color

Complementary color for #hex is #837681.


I love getcolorcode.com

Triadic colors

1 #7E7C89 and #897E7C with #7C897E are triadic colors.

2 #7E897C and #897C7E with #7C897E are triadic colors.