COLOR #7C8457

HEX: #7C8457 RGB: (124,132,87)

Color info

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

RGB color model

#7C8457 color RGB value is (124,132,87).

RGB: (124,132,87) (49%, 52%, 34%)

RGB channels and saturation

R 124 of 255 = 49%
G 132 of 255 = 52%
B 87 of 255 = 34%

124
132
87

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

Portions of RGB colors in percentages

R + G + B = 124 + 132 + 87 = 343 (100%)
R 124 of 343 ~ 36.15%
G 132 of 343 ~ 38.48%
B 87 of 343 ~ 25.36'%

%36.15
%38.48
%25.36

CMYK color model

#7C8457 color CMYK value is (6,0,34,48).

  • cyan value is 6.06%
  • magenta value is 0.00%
  • yellow value is 34.09%
  • key color value is 48.24%

CMYK: (6,0,34,48)
C6M0Y34K48 (6%, 0%, 34%, 48%)
(0.06 / 0.00 / 0.34 / 0.48)

CMYK percentages

%6.06
%0
%34.09
%48.24

Codes

Color #7C8457 in popluar color models

7C 84 57
RGB 124 132 87
HSL 71° 20.55% 42.94%
HSB/HSV 71° 34.09% 51.76%
CMYK 6.06% 0.00% 34.09%
48.24%

Color #7C8457 in popluar number systems.

HEX 7C 84 57
Decimal 124 132 87
Binary 1111100 10000100 1010111
Octal 174 204 127

Shades and tints

Shades of #7C8457

#7C8457
(124,132,87)
#717850
(113,120,80)
#666C49
(102,108,73)
#5B6042
(91,96,66)
#50543B
(80,84,59)
#454834
(69,72,52)
#3A3C2D
(58,60,45)
#2F3026
(47,48,38)
#24241F
(36,36,31)
#191818
(25,24,24)
#0E0C11
(14,12,17)
#000000
(0,0,0)

Tints of #7C8457

#7C8457
(124,132,87)
#878F66
(135,143,102)
#929A75
(146,154,117)
#9DA584
(157,165,132)
#A8B093
(168,176,147)
#B3BBA2
(179,187,162)
#BEC6B1
(190,198,177)
#C9D1C0
(201,209,192)
#D4DCCF
(212,220,207)
#DFE7DE
(223,231,222)
#EAF2ED
(234,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C8457; }

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

This text font color is #7C8457.

Background Color

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

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

This div background color is #7C8457.

Border color

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

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

This div border color is #7C8457.

Opacity

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

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

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

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

This text has shadow with #7C8457 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C8457.

Preview

Color preview on black background

This text has color #7C8457 on black background.


Color preview on white background

This text has color #7C8457 on white background.


Black color preview on #7C8457 background

This text has black color on #7C8457 background.


White color preview on #7C8457 background

This text has white color on #7C8457 background.


Related colors

Complementary color

Complementary color for #hex is #837BA8.


I love getcolorcode.com

Triadic colors

1 #577C84 and #84577C with #7C8457 are triadic colors.

2 #57847C and #847C57 with #7C8457 are triadic colors.