COLOR #7C8576

HEX: #7C8576
RGB: (124,133,118)

Color info

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

RGB color model

#7C8576 color RGB value is (124,133,118).

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

RGB channels and saturation

R 124 of 255 = 49%
G 133 of 255 = 52%
B 118 of 255 = 46%

124
133
118

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

Portions of RGB colors in percentages

R + G + B =
124 + 133 + 118 = 375 (100%)
R 124 of 375 ~ 33.07%
G 133 of 375 ~ 35.47%
B 118 of 375 ~ 31.47%

%33.07
%35.47
%31.47

CMYK color model

#7C8576 color CMYK value is (7,0,11,48).

  • cyan value is 6.77%
  • magenta value is 0.00%
  • yellow value is 11.28%
  • key color value is 47.84%
CMYK:
(7,0,11,48)
C7M0Y11K48 
(7%,0%,11%,48%)
(0.07/0.00/0.11/0.48)	

CMYK percentages

%6.77
%0
%11.28
%47.84

Codes

Color #7C8576 in popluar color models

7C8576
RGB124133118
HSL96°5.98%49.22%
HSB/HSV96°11.28%52.16%
CMYK6.77%0.00%11.28%
47.84%

Color #7C8576 in popluar number systems.

HEX7C8576
Decimal124133118
Binary1111100100001011110110
Octal174205166

Shades and tints

Shades of #7C8576

#7C8576
(124,133,118)
#71796C
(113,121,108)
#666D62
(102,109,98)
#5B6158
(91,97,88)
#50554E
(80,85,78)
#454944
(69,73,68)
#3A3D3A
(58,61,58)
#2F3130
(47,49,48)
#242526
(36,37,38)
#19191C
(25,25,28)
#0E0D12
(14,13,18)
#000000
(0,0,0)

Tints of #7C8576

#7C8576
(124,133,118)
#879082
(135,144,130)
#929B8E
(146,155,142)
#9DA69A
(157,166,154)
#A8B1A6
(168,177,166)
#B3BCB2
(179,188,178)
#BEC7BE
(190,199,190)
#C9D2CA
(201,210,202)
#D4DDD6
(212,221,214)
#DFE8E2
(223,232,226)
#EAF3EE
(234,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C8576; }

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

This text font color is #7C8576.


Background Color

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

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

This div background color is #7C8576.


Border color

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

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

This div border color is #7C8576.


Opacity

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

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

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

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

This text has shadow with #7C8576 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C8576 on black background.


Color preview on white background

This text has color #7C8576 on white background.



Black color preview on #7C8576 background

This text has black color on #7C8576 background.


White color preview on #7C8576 background

This text has white color on #7C8576 background.