COLOR #7C8877

HEX: #7C8877
RGB: (124,136,119)

Color info

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

RGB color model

#7C8877 color RGB value is (124,136,119).

  • red value is 124;
  • green value is 136;
  • blue value is 119.
RGB:
(124,136,119)
(49%,53%,47%)

RGB channels and saturation

R 124 of 255 = 49%
G 136 of 255 = 53%
B 119 of 255 = 47%

124
136
119

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

Portions of RGB colors in percentages

R + G + B =
124 + 136 + 119 = 379 (100%)
R 124 of 379 ~ 32.72%
G 136 of 379 ~ 35.88%
B 119 of 379 ~ 31.4%

%32.72
%35.88
%31.4

CMYK color model

#7C8877 color CMYK value is (9,0,13,47).

  • cyan value is 8.82%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 46.67%
CMYK:
(9,0,13,47)
C9M0Y13K47 
(9%,0%,13%,47%)
(0.09/0.00/0.13/0.47)	

CMYK percentages

%8.82
%0
%12.5
%46.67

Codes

Color #7C8877 in popluar color models

7C8877
RGB124136119
HSL102°6.67%50.00%
HSB/HSV102°12.50%53.33%
CMYK8.82%0.00%12.50%
46.67%

Color #7C8877 in popluar number systems.

HEX7C8877
Decimal124136119
Binary1111100100010001110111
Octal174210167

Shades and tints

Shades of #7C8877

#7C8877
(124,136,119)
#717C6D
(113,124,109)
#667063
(102,112,99)
#5B6459
(91,100,89)
#50584F
(80,88,79)
#454C45
(69,76,69)
#3A403B
(58,64,59)
#2F3431
(47,52,49)
#242827
(36,40,39)
#191C1D
(25,28,29)
#0E1013
(14,16,19)
#000000
(0,0,0)

Tints of #7C8877

#7C8877
(124,136,119)
#879283
(135,146,131)
#929C8F
(146,156,143)
#9DA69B
(157,166,155)
#A8B0A7
(168,176,167)
#B3BAB3
(179,186,179)
#BEC4BF
(190,196,191)
#C9CECB
(201,206,203)
#D4D8D7
(212,216,215)
#DFE2E3
(223,226,227)
#EAECEF
(234,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C8877 color. Also use rgb(124,136,119) instead hex code.

Text Font Color

.myTextColor { color: #7C8877; }

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

This text font color is #7C8877.


Background Color

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

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

This div background color is #7C8877.


Border color

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

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

This div border color is #7C8877.


Opacity

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

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

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

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

This text has shadow with #7C8877 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C8877 on black background.


Color preview on white background

This text has color #7C8877 on white background.



Black color preview on #7C8877 background

This text has black color on #7C8877 background.


White color preview on #7C8877 background

This text has white color on #7C8877 background.