COLOR #7C874B

HEX: #7C874B RGB: (124,135,75)

Color info

#7C874B contains mainly red and green colors. Web safe color of #7C874B is #669933 (or #693).

RGB color model

#7C874B color RGB value is (124,135,75).

RGB: (124,135,75) (49%, 53%, 29%)

RGB channels and saturation

R 124 of 255 = 49%
G 135 of 255 = 53%
B 75 of 255 = 29%

124
135
75

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

Portions of RGB colors in percentages

R + G + B = 124 + 135 + 75 = 334 (100%)
R 124 of 334 ~ 37.13%
G 135 of 334 ~ 40.42%
B 75 of 334 ~ 22.46'%

%37.13
%40.42
%22.46

CMYK color model

#7C874B color CMYK value is (8,0,44,47).

  • cyan value is 8.15%
  • magenta value is 0.00%
  • yellow value is 44.44%
  • key color value is 47.06%
CMYK: (8,0,44,47) C8M0Y44K47 (8%,0%,44%,47%) (0.08/0.00/0.44/0.47) 

CMYK percentages

%8.15
%0
%44.44
%47.06

Codes

Color #7C874B in popluar color models

7C 87 4B
RGB 124 135 75
HSL 71° 28.57% 41.18%
HSB/HSV 71° 44.44% 52.94%
CMYK 8.15% 0.00% 44.44%
47.06%

Color #7C874B in popluar number systems.

HEX 7C 87 4B
Decimal 124 135 75
Binary 1111100 10000111 1001011
Octal 174 207 113

Shades and tints

Shades of #7C874B

#7C874B
(124,135,75)
#717B45
(113,123,69)
#666F3F
(102,111,63)
#5B6339
(91,99,57)
#505733
(80,87,51)
#454B2D
(69,75,45)
#3A3F27
(58,63,39)
#2F3321
(47,51,33)
#24271B
(36,39,27)
#191B15
(25,27,21)
#0E0F0F
(14,15,15)
#000000
(0,0,0)

Tints of #7C874B

#7C874B
(124,135,75)
#87915B
(135,145,91)
#929B6B
(146,155,107)
#9DA57B
(157,165,123)
#A8AF8B
(168,175,139)
#B3B99B
(179,185,155)
#BEC3AB
(190,195,171)
#C9CDBB
(201,205,187)
#D4D7CB
(212,215,203)
#DFE1DB
(223,225,219)
#EAEBEB
(234,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C874B; }

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

This text font color is #7C874B.

Background Color

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

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

This div background color is #7C874B.

Border color

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

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

This div border color is #7C874B.

Opacity

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

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

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

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

This text has shadow with #7C874B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C874B.

Preview

Color preview on black background

This text has color #7C874B on black background.


Color preview on white background

This text has color #7C874B on white background.


Black color preview on #7C874B background

This text has black color on #7C874B background.


White color preview on #7C874B background

This text has white color on #7C874B background.


Related colors

Complementary color

Complementary color for #hex is #8378B4.


I love getcolorcode.com

Triadic colors

1 #4B7C87 and #874B7C with #7C874B are triadic colors.

2 #4B877C and #877C4B with #7C874B are triadic colors.