COLOR #7C8751

HEX: #7C8751
RGB: (124,135,81)

Color info

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

RGB color model

#7C8751 color RGB value is (124,135,81).

  • red value is 124;
  • green value is 135;
  • blue value is 81.
RGB:
(124,135,81)
(49%,53%,32%)

RGB channels and saturation

R 124 of 255 = 49%
G 135 of 255 = 53%
B 81 of 255 = 32%

124
135
81

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

Portions of RGB colors in percentages

R + G + B =
124 + 135 + 81 = 340 (100%)
R 124 of 340 ~ 36.47%
G 135 of 340 ~ 39.71%
B 81 of 340 ~ 23.82%

%36.47
%39.71
%23.82

CMYK color model

#7C8751 color CMYK value is (8,0,40,47).

  • cyan value is 8.15%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 47.06%
CMYK:
(8,0,40,47)
C8M0Y40K47 
(8%,0%,40%,47%)
(0.08/0.00/0.40/0.47)	

CMYK percentages

%8.15
%0
%40
%47.06

Codes

Color #7C8751 in popluar color models

7C8751
RGB12413581
HSL72°25.00%42.35%
HSB/HSV72°40.00%52.94%
CMYK8.15%0.00%40.00%
47.06%

Color #7C8751 in popluar number systems.

HEX7C8751
Decimal12413581
Binary1111100100001111010001
Octal174207121

Shades and tints

Shades of #7C8751

#7C8751
(124,135,81)
#717B4A
(113,123,74)
#666F43
(102,111,67)
#5B633C
(91,99,60)
#505735
(80,87,53)
#454B2E
(69,75,46)
#3A3F27
(58,63,39)
#2F3320
(47,51,32)
#242719
(36,39,25)
#191B12
(25,27,18)
#0E0F0B
(14,15,11)
#000000
(0,0,0)

Tints of #7C8751

#7C8751
(124,135,81)
#879160
(135,145,96)
#929B6F
(146,155,111)
#9DA57E
(157,165,126)
#A8AF8D
(168,175,141)
#B3B99C
(179,185,156)
#BEC3AB
(190,195,171)
#C9CDBA
(201,205,186)
#D4D7C9
(212,215,201)
#DFE1D8
(223,225,216)
#EAEBE7
(234,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C8751; }

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

This text font color is #7C8751.


Background Color

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

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

This div background color is #7C8751.


Border color

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

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

This div border color is #7C8751.


Opacity

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

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

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

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

This text has shadow with #7C8751 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C8751 on black background.


Color preview on white background

This text has color #7C8751 on white background.



Black color preview on #7C8751 background

This text has black color on #7C8751 background.


White color preview on #7C8751 background

This text has white color on #7C8751 background.