COLOR #7C856F

HEX: #7C856F
RGB: (124,133,111)

Color info

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

RGB color model

#7C856F color RGB value is (124,133,111).

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

RGB channels and saturation

R 124 of 255 = 49%
G 133 of 255 = 52%
B 111 of 255 = 44%

124
133
111

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

Portions of RGB colors in percentages

R + G + B =
124 + 133 + 111 = 368 (100%)
R 124 of 368 ~ 33.7%
G 133 of 368 ~ 36.14%
B 111 of 368 ~ 30.16%

%33.7
%36.14
%30.16

CMYK color model

#7C856F color CMYK value is (7,0,17,48).

  • cyan value is 6.77%
  • magenta value is 0.00%
  • yellow value is 16.54%
  • key color value is 47.84%
CMYK:
(7,0,17,48)
C7M0Y17K48 
(7%,0%,17%,48%)
(0.07/0.00/0.17/0.48)	

CMYK percentages

%6.77
%0
%16.54
%47.84

Codes

Color #7C856F in popluar color models

7C856F
RGB124133111
HSL85°9.02%47.84%
HSB/HSV85°16.54%52.16%
CMYK6.77%0.00%16.54%
47.84%

Color #7C856F in popluar number systems.

HEX7C856F
Decimal124133111
Binary1111100100001011101111
Octal174205157

Shades and tints

Shades of #7C856F

#7C856F
(124,133,111)
#717965
(113,121,101)
#666D5B
(102,109,91)
#5B6151
(91,97,81)
#505547
(80,85,71)
#45493D
(69,73,61)
#3A3D33
(58,61,51)
#2F3129
(47,49,41)
#24251F
(36,37,31)
#191915
(25,25,21)
#0E0D0B
(14,13,11)
#000000
(0,0,0)

Tints of #7C856F

#7C856F
(124,133,111)
#87907C
(135,144,124)
#929B89
(146,155,137)
#9DA696
(157,166,150)
#A8B1A3
(168,177,163)
#B3BCB0
(179,188,176)
#BEC7BD
(190,199,189)
#C9D2CA
(201,210,202)
#D4DDD7
(212,221,215)
#DFE8E4
(223,232,228)
#EAF3F1
(234,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C856F; }

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

This text font color is #7C856F.


Background Color

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

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

This div background color is #7C856F.


Border color

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

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

This div border color is #7C856F.


Opacity

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

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

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

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

This text has shadow with #7C856F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C856F on black background.


Color preview on white background

This text has color #7C856F on white background.



Black color preview on #7C856F background

This text has black color on #7C856F background.


White color preview on #7C856F background

This text has white color on #7C856F background.