COLOR #7C815E

HEX: #7C815E
RGB: (124,129,94)

Color info

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

RGB color model

#7C815E color RGB value is (124,129,94).

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

RGB channels and saturation

R 124 of 255 = 49%
G 129 of 255 = 51%
B 94 of 255 = 37%

124
129
94

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

Portions of RGB colors in percentages

R + G + B =
124 + 129 + 94 = 347 (100%)
R 124 of 347 ~ 35.73%
G 129 of 347 ~ 37.18%
B 94 of 347 ~ 27.09%

%35.73
%37.18
%27.09

CMYK color model

#7C815E color CMYK value is (4,0,27,49).

  • cyan value is 3.88%
  • magenta value is 0.00%
  • yellow value is 27.13%
  • key color value is 49.41%
CMYK:
(4,0,27,49)
C4M0Y27K49 
(4%,0%,27%,49%)
(0.04/0.00/0.27/0.49)	

CMYK percentages

%3.88
%0
%27.13
%49.41

Codes

Color #7C815E in popluar color models

7C815E
RGB12412994
HSL69°15.70%43.73%
HSB/HSV69°27.13%50.59%
CMYK3.88%0.00%27.13%
49.41%

Color #7C815E in popluar number systems.

HEX7C815E
Decimal12412994
Binary1111100100000011011110
Octal174201136

Shades and tints

Shades of #7C815E

#7C815E
(124,129,94)
#717656
(113,118,86)
#666B4E
(102,107,78)
#5B6046
(91,96,70)
#50553E
(80,85,62)
#454A36
(69,74,54)
#3A3F2E
(58,63,46)
#2F3426
(47,52,38)
#24291E
(36,41,30)
#191E16
(25,30,22)
#0E130E
(14,19,14)
#000000
(0,0,0)

Tints of #7C815E

#7C815E
(124,129,94)
#878C6C
(135,140,108)
#92977A
(146,151,122)
#9DA288
(157,162,136)
#A8AD96
(168,173,150)
#B3B8A4
(179,184,164)
#BEC3B2
(190,195,178)
#C9CEC0
(201,206,192)
#D4D9CE
(212,217,206)
#DFE4DC
(223,228,220)
#EAEFEA
(234,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C815E; }

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

This text font color is #7C815E.


Background Color

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

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

This div background color is #7C815E.


Border color

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

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

This div border color is #7C815E.


Opacity

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

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

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

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

This text has shadow with #7C815E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C815E on black background.


Color preview on white background

This text has color #7C815E on white background.



Black color preview on #7C815E background

This text has black color on #7C815E background.


White color preview on #7C815E background

This text has white color on #7C815E background.