COLOR #7C855C

HEX: #7C855C
RGB: (124,133,92)

Color info

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

RGB color model

#7C855C color RGB value is (124,133,92).

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

RGB channels and saturation

R 124 of 255 = 49%
G 133 of 255 = 52%
B 92 of 255 = 36%

124
133
92

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

Portions of RGB colors in percentages

R + G + B =
124 + 133 + 92 = 349 (100%)
R 124 of 349 ~ 35.53%
G 133 of 349 ~ 38.11%
B 92 of 349 ~ 26.36%

%35.53
%38.11
%26.36

CMYK color model

#7C855C color CMYK value is (7,0,31,48).

  • cyan value is 6.77%
  • magenta value is 0.00%
  • yellow value is 30.83%
  • key color value is 47.84%
CMYK:
(7,0,31,48)
C7M0Y31K48 
(7%,0%,31%,48%)
(0.07/0.00/0.31/0.48)	

CMYK percentages

%6.77
%0
%30.83
%47.84

Codes

Color #7C855C in popluar color models

7C855C
RGB12413392
HSL73°18.22%44.12%
HSB/HSV73°30.83%52.16%
CMYK6.77%0.00%30.83%
47.84%

Color #7C855C in popluar number systems.

HEX7C855C
Decimal12413392
Binary1111100100001011011100
Octal174205134

Shades and tints

Shades of #7C855C

#7C855C
(124,133,92)
#717954
(113,121,84)
#666D4C
(102,109,76)
#5B6144
(91,97,68)
#50553C
(80,85,60)
#454934
(69,73,52)
#3A3D2C
(58,61,44)
#2F3124
(47,49,36)
#24251C
(36,37,28)
#191914
(25,25,20)
#0E0D0C
(14,13,12)
#000000
(0,0,0)

Tints of #7C855C

#7C855C
(124,133,92)
#87906A
(135,144,106)
#929B78
(146,155,120)
#9DA686
(157,166,134)
#A8B194
(168,177,148)
#B3BCA2
(179,188,162)
#BEC7B0
(190,199,176)
#C9D2BE
(201,210,190)
#D4DDCC
(212,221,204)
#DFE8DA
(223,232,218)
#EAF3E8
(234,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C855C; }

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

This text font color is #7C855C.


Background Color

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

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

This div background color is #7C855C.


Border color

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

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

This div border color is #7C855C.


Opacity

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

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

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

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

This text has shadow with #7C855C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C855C on black background.


Color preview on white background

This text has color #7C855C on white background.



Black color preview on #7C855C background

This text has black color on #7C855C background.


White color preview on #7C855C background

This text has white color on #7C855C background.