COLOR #7C8752

HEX: #7C8752 RGB: (124,135,82)

Color info

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

RGB color model

#7C8752 color RGB value is (124,135,82).

RGB: (124,135,82) (49%, 53%, 32%)

RGB channels and saturation

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

124
135
82

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

Portions of RGB colors in percentages

R + G + B = 124 + 135 + 82 = 341 (100%)
R 124 of 341 ~ 36.36%
G 135 of 341 ~ 39.59%
B 82 of 341 ~ 24.05'%

%36.36
%39.59
%24.05

CMYK color model

#7C8752 color CMYK value is (8,0,39,47).

  • cyan value is 8.15%
  • magenta value is 0.00%
  • yellow value is 39.26%
  • key color value is 47.06%

CMYK: (8,0,39,47)
C8M0Y39K47 (8%, 0%, 39%, 47%)
(0.08 / 0.00 / 0.39 / 0.47)

CMYK percentages

%8.15
%0
%39.26
%47.06

Codes

Color #7C8752 in popluar color models

7C 87 52
RGB 124 135 82
HSL 72° 24.42% 42.55%
HSB/HSV 72° 39.26% 52.94%
CMYK 8.15% 0.00% 39.26%
47.06%

Color #7C8752 in popluar number systems.

HEX 7C 87 52
Decimal 124 135 82
Binary 1111100 10000111 1010010
Octal 174 207 122

Shades and tints

Shades of #7C8752

#7C8752
(124,135,82)
#717B4B
(113,123,75)
#666F44
(102,111,68)
#5B633D
(91,99,61)
#505736
(80,87,54)
#454B2F
(69,75,47)
#3A3F28
(58,63,40)
#2F3321
(47,51,33)
#24271A
(36,39,26)
#191B13
(25,27,19)
#0E0F0C
(14,15,12)
#000000
(0,0,0)

Tints of #7C8752

#7C8752
(124,135,82)
#879161
(135,145,97)
#929B70
(146,155,112)
#9DA57F
(157,165,127)
#A8AF8E
(168,175,142)
#B3B99D
(179,185,157)
#BEC3AC
(190,195,172)
#C9CDBB
(201,205,187)
#D4D7CA
(212,215,202)
#DFE1D9
(223,225,217)
#EAEBE8
(234,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C8752; }

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

This text font color is #7C8752.

Background Color

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

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

This div background color is #7C8752.

Border color

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

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

This div border color is #7C8752.

Opacity

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

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

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

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

This text has shadow with #7C8752 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C8752.

Preview

Color preview on black background

This text has color #7C8752 on black background.


Color preview on white background

This text has color #7C8752 on white background.


Black color preview on #7C8752 background

This text has black color on #7C8752 background.


White color preview on #7C8752 background

This text has white color on #7C8752 background.


Related colors

Complementary color

Complementary color for #hex is #8378AD.


I love getcolorcode.com

Triadic colors

1 #527C87 and #87527C with #7C8752 are triadic colors.

2 #52877C and #877C52 with #7C8752 are triadic colors.