COLOR #7C815C

HEX: #7C815C
RGB: (124,129,92)

Color info

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

RGB color model

#7C815C color RGB value is (124,129,92).

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

RGB channels and saturation

R 124 of 255 = 49%
G 129 of 255 = 51%
B 92 of 255 = 36%

124
129
92

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

Portions of RGB colors in percentages

R + G + B =
124 + 129 + 92 = 345 (100%)
R 124 of 345 ~ 35.94%
G 129 of 345 ~ 37.39%
B 92 of 345 ~ 26.67%

%35.94
%37.39
%26.67

CMYK color model

#7C815C color CMYK value is (4,0,29,49).

  • cyan value is 3.88%
  • magenta value is 0.00%
  • yellow value is 28.68%
  • key color value is 49.41%
CMYK:
(4,0,29,49)
C4M0Y29K49 
(4%,0%,29%,49%)
(0.04/0.00/0.29/0.49)	

CMYK percentages

%3.88
%0
%28.68
%49.41

Codes

Color #7C815C in popluar color models

7C815C
RGB12412992
HSL68°16.74%43.33%
HSB/HSV68°28.68%50.59%
CMYK3.88%0.00%28.68%
49.41%

Color #7C815C in popluar number systems.

HEX7C815C
Decimal12412992
Binary1111100100000011011100
Octal174201134

Shades and tints

Shades of #7C815C

#7C815C
(124,129,92)
#717654
(113,118,84)
#666B4C
(102,107,76)
#5B6044
(91,96,68)
#50553C
(80,85,60)
#454A34
(69,74,52)
#3A3F2C
(58,63,44)
#2F3424
(47,52,36)
#24291C
(36,41,28)
#191E14
(25,30,20)
#0E130C
(14,19,12)
#000000
(0,0,0)

Tints of #7C815C

#7C815C
(124,129,92)
#878C6A
(135,140,106)
#929778
(146,151,120)
#9DA286
(157,162,134)
#A8AD94
(168,173,148)
#B3B8A2
(179,184,162)
#BEC3B0
(190,195,176)
#C9CEBE
(201,206,190)
#D4D9CC
(212,217,204)
#DFE4DA
(223,228,218)
#EAEFE8
(234,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C815C; }

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

This text font color is #7C815C.


Background Color

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

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

This div background color is #7C815C.


Border color

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

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

This div border color is #7C815C.


Opacity

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

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

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

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

This text has shadow with #7C815C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C815C on black background.


Color preview on white background

This text has color #7C815C on white background.



Black color preview on #7C815C background

This text has black color on #7C815C background.


White color preview on #7C815C background

This text has white color on #7C815C background.