COLOR #7C8A56

HEX: #7C8A56
RGB: (124,138,86)

Color info

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

RGB color model

#7C8A56 color RGB value is (124,138,86).

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

RGB channels and saturation

R 124 of 255 = 49%
G 138 of 255 = 54%
B 86 of 255 = 34%

124
138
86

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

Portions of RGB colors in percentages

R + G + B =
124 + 138 + 86 = 348 (100%)
R 124 of 348 ~ 35.63%
G 138 of 348 ~ 39.66%
B 86 of 348 ~ 24.71%

%35.63
%39.66
%24.71

CMYK color model

#7C8A56 color CMYK value is (10,0,38,46).

  • cyan value is 10.14%
  • magenta value is 0.00%
  • yellow value is 37.68%
  • key color value is 45.88%
CMYK:
(10,0,38,46)
C10M0Y38K46 
(10%,0%,38%,46%)
(0.10/0.00/0.38/0.46)	

CMYK percentages

%10.14
%0
%37.68
%45.88

Codes

Color #7C8A56 in popluar color models

7C8A56
RGB12413886
HSL76°23.21%43.92%
HSB/HSV76°37.68%54.12%
CMYK10.14%0.00%37.68%
45.88%

Color #7C8A56 in popluar number systems.

HEX7C8A56
Decimal12413886
Binary1111100100010101010110
Octal174212126

Shades and tints

Shades of #7C8A56

#7C8A56
(124,138,86)
#717E4F
(113,126,79)
#667248
(102,114,72)
#5B6641
(91,102,65)
#505A3A
(80,90,58)
#454E33
(69,78,51)
#3A422C
(58,66,44)
#2F3625
(47,54,37)
#242A1E
(36,42,30)
#191E17
(25,30,23)
#0E1210
(14,18,16)
#000000
(0,0,0)

Tints of #7C8A56

#7C8A56
(124,138,86)
#879465
(135,148,101)
#929E74
(146,158,116)
#9DA883
(157,168,131)
#A8B292
(168,178,146)
#B3BCA1
(179,188,161)
#BEC6B0
(190,198,176)
#C9D0BF
(201,208,191)
#D4DACE
(212,218,206)
#DFE4DD
(223,228,221)
#EAEEEC
(234,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C8A56; }

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

This text font color is #7C8A56.


Background Color

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

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

This div background color is #7C8A56.


Border color

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

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

This div border color is #7C8A56.


Opacity

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

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

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

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

This text has shadow with #7C8A56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C8A56 on black background.


Color preview on white background

This text has color #7C8A56 on white background.



Black color preview on #7C8A56 background

This text has black color on #7C8A56 background.


White color preview on #7C8A56 background

This text has white color on #7C8A56 background.