COLOR #7C896C

HEX: #7C896C
RGB: (124,137,108)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

124
137
108

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

Portions of RGB colors in percentages

R + G + B =
124 + 137 + 108 = 369 (100%)
R 124 of 369 ~ 33.6%
G 137 of 369 ~ 37.13%
B 108 of 369 ~ 29.27%

%33.6
%37.13
%29.27

CMYK color model

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

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

CMYK percentages

%9.49
%0
%21.17
%46.27

Codes

Color #7C896C in popluar color models

7C896C
RGB124137108
HSL87°11.84%48.04%
HSB/HSV87°21.17%53.73%
CMYK9.49%0.00%21.17%
46.27%

Color #7C896C in popluar number systems.

HEX7C896C
Decimal124137108
Binary1111100100010011101100
Octal174211154

Shades and tints

Shades of #7C896C

#7C896C
(124,137,108)
#717D63
(113,125,99)
#66715A
(102,113,90)
#5B6551
(91,101,81)
#505948
(80,89,72)
#454D3F
(69,77,63)
#3A4136
(58,65,54)
#2F352D
(47,53,45)
#242924
(36,41,36)
#191D1B
(25,29,27)
#0E1112
(14,17,18)
#000000
(0,0,0)

Tints of #7C896C

#7C896C
(124,137,108)
#879379
(135,147,121)
#929D86
(146,157,134)
#9DA793
(157,167,147)
#A8B1A0
(168,177,160)
#B3BBAD
(179,187,173)
#BEC5BA
(190,197,186)
#C9CFC7
(201,207,199)
#D4D9D4
(212,217,212)
#DFE3E1
(223,227,225)
#EAEDEE
(234,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C896C; }

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

This text font color is #7C896C.


Background Color

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

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

This div background color is #7C896C.


Border color

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

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

This div border color is #7C896C.


Opacity

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

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

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

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

This text has shadow with #7C896C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C896C on black background.


Color preview on white background

This text has color #7C896C on white background.



Black color preview on #7C896C background

This text has black color on #7C896C background.


White color preview on #7C896C background

This text has white color on #7C896C background.