COLOR #7C8572

HEX: #7C8572
RGB: (124,133,114)

Color info

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

RGB color model

#7C8572 color RGB value is (124,133,114).

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

RGB channels and saturation

R 124 of 255 = 49%
G 133 of 255 = 52%
B 114 of 255 = 45%

124
133
114

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

Portions of RGB colors in percentages

R + G + B =
124 + 133 + 114 = 371 (100%)
R 124 of 371 ~ 33.42%
G 133 of 371 ~ 35.85%
B 114 of 371 ~ 30.73%

%33.42
%35.85
%30.73

CMYK color model

#7C8572 color CMYK value is (7,0,14,48).

  • cyan value is 6.77%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 47.84%
CMYK:
(7,0,14,48)
C7M0Y14K48 
(7%,0%,14%,48%)
(0.07/0.00/0.14/0.48)	

CMYK percentages

%6.77
%0
%14.29
%47.84

Codes

Color #7C8572 in popluar color models

7C8572
RGB124133114
HSL88°7.69%48.43%
HSB/HSV88°14.29%52.16%
CMYK6.77%0.00%14.29%
47.84%

Color #7C8572 in popluar number systems.

HEX7C8572
Decimal124133114
Binary1111100100001011110010
Octal174205162

Shades and tints

Shades of #7C8572

#7C8572
(124,133,114)
#717968
(113,121,104)
#666D5E
(102,109,94)
#5B6154
(91,97,84)
#50554A
(80,85,74)
#454940
(69,73,64)
#3A3D36
(58,61,54)
#2F312C
(47,49,44)
#242522
(36,37,34)
#191918
(25,25,24)
#0E0D0E
(14,13,14)
#000000
(0,0,0)

Tints of #7C8572

#7C8572
(124,133,114)
#87907E
(135,144,126)
#929B8A
(146,155,138)
#9DA696
(157,166,150)
#A8B1A2
(168,177,162)
#B3BCAE
(179,188,174)
#BEC7BA
(190,199,186)
#C9D2C6
(201,210,198)
#D4DDD2
(212,221,210)
#DFE8DE
(223,232,222)
#EAF3EA
(234,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C8572; }

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

This text font color is #7C8572.


Background Color

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

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

This div background color is #7C8572.


Border color

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

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

This div border color is #7C8572.


Opacity

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

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

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

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

This text has shadow with #7C8572 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C8572 on black background.


Color preview on white background

This text has color #7C8572 on white background.



Black color preview on #7C8572 background

This text has black color on #7C8572 background.


White color preview on #7C8572 background

This text has white color on #7C8572 background.