COLOR #7C8769

HEX: #7C8769
RGB: (124,135,105)

Color info

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

RGB color model

#7C8769 color RGB value is (124,135,105).

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

RGB channels and saturation

R 124 of 255 = 49%
G 135 of 255 = 53%
B 105 of 255 = 41%

124
135
105

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

Portions of RGB colors in percentages

R + G + B =
124 + 135 + 105 = 364 (100%)
R 124 of 364 ~ 34.07%
G 135 of 364 ~ 37.09%
B 105 of 364 ~ 28.85%

%34.07
%37.09
%28.85

CMYK color model

#7C8769 color CMYK value is (8,0,22,47).

  • cyan value is 8.15%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 47.06%
CMYK:
(8,0,22,47)
C8M0Y22K47 
(8%,0%,22%,47%)
(0.08/0.00/0.22/0.47)	

CMYK percentages

%8.15
%0
%22.22
%47.06

Codes

Color #7C8769 in popluar color models

7C8769
RGB124135105
HSL82°12.50%47.06%
HSB/HSV82°22.22%52.94%
CMYK8.15%0.00%22.22%
47.06%

Color #7C8769 in popluar number systems.

HEX7C8769
Decimal124135105
Binary1111100100001111101001
Octal174207151

Shades and tints

Shades of #7C8769

#7C8769
(124,135,105)
#717B60
(113,123,96)
#666F57
(102,111,87)
#5B634E
(91,99,78)
#505745
(80,87,69)
#454B3C
(69,75,60)
#3A3F33
(58,63,51)
#2F332A
(47,51,42)
#242721
(36,39,33)
#191B18
(25,27,24)
#0E0F0F
(14,15,15)
#000000
(0,0,0)

Tints of #7C8769

#7C8769
(124,135,105)
#879176
(135,145,118)
#929B83
(146,155,131)
#9DA590
(157,165,144)
#A8AF9D
(168,175,157)
#B3B9AA
(179,185,170)
#BEC3B7
(190,195,183)
#C9CDC4
(201,205,196)
#D4D7D1
(212,215,209)
#DFE1DE
(223,225,222)
#EAEBEB
(234,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C8769; }

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

This text font color is #7C8769.


Background Color

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

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

This div background color is #7C8769.


Border color

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

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

This div border color is #7C8769.


Opacity

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

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

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

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

This text has shadow with #7C8769 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C8769 on black background.


Color preview on white background

This text has color #7C8769 on white background.



Black color preview on #7C8769 background

This text has black color on #7C8769 background.


White color preview on #7C8769 background

This text has white color on #7C8769 background.