COLOR #7C8A5C

HEX: #7C8A5C
RGB: (124,138,92)

Color info

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

RGB color model

#7C8A5C color RGB value is (124,138,92).

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

RGB channels and saturation

R 124 of 255 = 49%
G 138 of 255 = 54%
B 92 of 255 = 36%

124
138
92

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

Portions of RGB colors in percentages

R + G + B =
124 + 138 + 92 = 354 (100%)
R 124 of 354 ~ 35.03%
G 138 of 354 ~ 38.98%
B 92 of 354 ~ 25.99%

%35.03
%38.98
%25.99

CMYK color model

#7C8A5C color CMYK value is (10,0,33,46).

  • cyan value is 10.14%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 45.88%
CMYK:
(10,0,33,46)
C10M0Y33K46 
(10%,0%,33%,46%)
(0.10/0.00/0.33/0.46)	

CMYK percentages

%10.14
%0
%33.33
%45.88

Codes

Color #7C8A5C in popluar color models

7C8A5C
RGB12413892
HSL78°20.00%45.10%
HSB/HSV78°33.33%54.12%
CMYK10.14%0.00%33.33%
45.88%

Color #7C8A5C in popluar number systems.

HEX7C8A5C
Decimal12413892
Binary1111100100010101011100
Octal174212134

Shades and tints

Shades of #7C8A5C

#7C8A5C
(124,138,92)
#717E54
(113,126,84)
#66724C
(102,114,76)
#5B6644
(91,102,68)
#505A3C
(80,90,60)
#454E34
(69,78,52)
#3A422C
(58,66,44)
#2F3624
(47,54,36)
#242A1C
(36,42,28)
#191E14
(25,30,20)
#0E120C
(14,18,12)
#000000
(0,0,0)

Tints of #7C8A5C

#7C8A5C
(124,138,92)
#87946A
(135,148,106)
#929E78
(146,158,120)
#9DA886
(157,168,134)
#A8B294
(168,178,148)
#B3BCA2
(179,188,162)
#BEC6B0
(190,198,176)
#C9D0BE
(201,208,190)
#D4DACC
(212,218,204)
#DFE4DA
(223,228,218)
#EAEEE8
(234,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C8A5C; }

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

This text font color is #7C8A5C.


Background Color

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

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

This div background color is #7C8A5C.


Border color

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

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

This div border color is #7C8A5C.


Opacity

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

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

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

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

This text has shadow with #7C8A5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C8A5C on black background.


Color preview on white background

This text has color #7C8A5C on white background.



Black color preview on #7C8A5C background

This text has black color on #7C8A5C background.


White color preview on #7C8A5C background

This text has white color on #7C8A5C background.