COLOR #7C816F

HEX: #7C816F
RGB: (124,129,111)

Color info

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

RGB color model

#7C816F color RGB value is (124,129,111).

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

RGB channels and saturation

R 124 of 255 = 49%
G 129 of 255 = 51%
B 111 of 255 = 44%

124
129
111

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

Portions of RGB colors in percentages

R + G + B =
124 + 129 + 111 = 364 (100%)
R 124 of 364 ~ 34.07%
G 129 of 364 ~ 35.44%
B 111 of 364 ~ 30.49%

%34.07
%35.44
%30.49

CMYK color model

#7C816F color CMYK value is (4,0,14,49).

  • cyan value is 3.88%
  • magenta value is 0.00%
  • yellow value is 13.95%
  • key color value is 49.41%
CMYK:
(4,0,14,49)
C4M0Y14K49 
(4%,0%,14%,49%)
(0.04/0.00/0.14/0.49)	

CMYK percentages

%3.88
%0
%13.95
%49.41

Codes

Color #7C816F in popluar color models

7C816F
RGB124129111
HSL77°7.50%47.06%
HSB/HSV77°13.95%50.59%
CMYK3.88%0.00%13.95%
49.41%

Color #7C816F in popluar number systems.

HEX7C816F
Decimal124129111
Binary1111100100000011101111
Octal174201157

Shades and tints

Shades of #7C816F

#7C816F
(124,129,111)
#717665
(113,118,101)
#666B5B
(102,107,91)
#5B6051
(91,96,81)
#505547
(80,85,71)
#454A3D
(69,74,61)
#3A3F33
(58,63,51)
#2F3429
(47,52,41)
#24291F
(36,41,31)
#191E15
(25,30,21)
#0E130B
(14,19,11)
#000000
(0,0,0)

Tints of #7C816F

#7C816F
(124,129,111)
#878C7C
(135,140,124)
#929789
(146,151,137)
#9DA296
(157,162,150)
#A8ADA3
(168,173,163)
#B3B8B0
(179,184,176)
#BEC3BD
(190,195,189)
#C9CECA
(201,206,202)
#D4D9D7
(212,217,215)
#DFE4E4
(223,228,228)
#EAEFF1
(234,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C816F; }

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

This text font color is #7C816F.


Background Color

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

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

This div background color is #7C816F.


Border color

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

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

This div border color is #7C816F.


Opacity

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

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

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

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

This text has shadow with #7C816F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C816F on black background.


Color preview on white background

This text has color #7C816F on white background.



Black color preview on #7C816F background

This text has black color on #7C816F background.


White color preview on #7C816F background

This text has white color on #7C816F background.