COLOR #7C897C

HEX: #7C897C
RGB: (124,137,124)

Color info

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

RGB color model

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

  • red value is 124;
  • green value is 137;
  • blue value is 124.
RGB:
(124,137,124)
(49%,54%,49%)

RGB channels and saturation

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

124
137
124

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

Portions of RGB colors in percentages

R + G + B =
124 + 137 + 124 = 385 (100%)
R 124 of 385 ~ 32.21%
G 137 of 385 ~ 35.58%
B 124 of 385 ~ 32.21%

%32.21
%35.58
%32.21

CMYK color model

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

  • cyan value is 9.49%
  • magenta value is 0.00%
  • yellow value is 9.49%
  • key color value is 46.27%
CMYK:
(9,0,9,46)
C9M0Y9K46 
(9%,0%,9%,46%)
(0.09/0.00/0.09/0.46)	

CMYK percentages

%9.49
%0
%9.49
%46.27

Codes

Color #7C897C in popluar color models

7C897C
RGB124137124
HSL120°5.22%51.18%
HSB/HSV120°9.49%53.73%
CMYK9.49%0.00%9.49%
46.27%

Color #7C897C in popluar number systems.

HEX7C897C
Decimal124137124
Binary1111100100010011111100
Octal174211174

Shades and tints

Shades of #7C897C

#7C897C
(124,137,124)
#717D71
(113,125,113)
#667166
(102,113,102)
#5B655B
(91,101,91)
#505950
(80,89,80)
#454D45
(69,77,69)
#3A413A
(58,65,58)
#2F352F
(47,53,47)
#242924
(36,41,36)
#191D19
(25,29,25)
#0E110E
(14,17,14)
#000000
(0,0,0)

Tints of #7C897C

#7C897C
(124,137,124)
#879387
(135,147,135)
#929D92
(146,157,146)
#9DA79D
(157,167,157)
#A8B1A8
(168,177,168)
#B3BBB3
(179,187,179)
#BEC5BE
(190,197,190)
#C9CFC9
(201,207,201)
#D4D9D4
(212,217,212)
#DFE3DF
(223,227,223)
#EAEDEA
(234,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C897C; }

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

This text font color is #7C897C.


Background Color

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

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

This div background color is #7C897C.


Border color

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

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

This div border color is #7C897C.


Opacity

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

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

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

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

This text has shadow with #7C897C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C897C on black background.


Color preview on white background

This text has color #7C897C on white background.



Black color preview on #7C897C background

This text has black color on #7C897C background.


White color preview on #7C897C background

This text has white color on #7C897C background.