COLOR #7C8166

HEX: #7C8166
RGB: (124,129,102)

Color info

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

RGB color model

#7C8166 color RGB value is (124,129,102).

  • red value is 124;
  • green value is 129;
  • blue value is 102.
RGB:
(124,129,102)
(49%,51%,40%)

RGB channels and saturation

R 124 of 255 = 49%
G 129 of 255 = 51%
B 102 of 255 = 40%

124
129
102

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

Portions of RGB colors in percentages

R + G + B =
124 + 129 + 102 = 355 (100%)
R 124 of 355 ~ 34.93%
G 129 of 355 ~ 36.34%
B 102 of 355 ~ 28.73%

%34.93
%36.34
%28.73

CMYK color model

#7C8166 color CMYK value is (4,0,21,49).

  • cyan value is 3.88%
  • magenta value is 0.00%
  • yellow value is 20.93%
  • key color value is 49.41%
CMYK:
(4,0,21,49)
C4M0Y21K49 
(4%,0%,21%,49%)
(0.04/0.00/0.21/0.49)	

CMYK percentages

%3.88
%0
%20.93
%49.41

Codes

Color #7C8166 in popluar color models

7C8166
RGB124129102
HSL71°11.69%45.29%
HSB/HSV71°20.93%50.59%
CMYK3.88%0.00%20.93%
49.41%

Color #7C8166 in popluar number systems.

HEX7C8166
Decimal124129102
Binary1111100100000011100110
Octal174201146

Shades and tints

Shades of #7C8166

#7C8166
(124,129,102)
#71765D
(113,118,93)
#666B54
(102,107,84)
#5B604B
(91,96,75)
#505542
(80,85,66)
#454A39
(69,74,57)
#3A3F30
(58,63,48)
#2F3427
(47,52,39)
#24291E
(36,41,30)
#191E15
(25,30,21)
#0E130C
(14,19,12)
#000000
(0,0,0)

Tints of #7C8166

#7C8166
(124,129,102)
#878C73
(135,140,115)
#929780
(146,151,128)
#9DA28D
(157,162,141)
#A8AD9A
(168,173,154)
#B3B8A7
(179,184,167)
#BEC3B4
(190,195,180)
#C9CEC1
(201,206,193)
#D4D9CE
(212,217,206)
#DFE4DB
(223,228,219)
#EAEFE8
(234,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C8166 color. Also use rgb(124,129,102) instead hex code.

Text Font Color

.myTextColor { color: #7C8166; }

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

This text font color is #7C8166.


Background Color

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

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

This div background color is #7C8166.


Border color

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

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

This div border color is #7C8166.


Opacity

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

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

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

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

This text has shadow with #7C8166 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C8166 on black background.


Color preview on white background

This text has color #7C8166 on white background.



Black color preview on #7C8166 background

This text has black color on #7C8166 background.


White color preview on #7C8166 background

This text has white color on #7C8166 background.