COLOR #7C8878

HEX: #7C8878
RGB: (124,136,120)

Color info

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

RGB color model

#7C8878 color RGB value is (124,136,120).

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

RGB channels and saturation

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

124
136
120

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

Portions of RGB colors in percentages

R + G + B =
124 + 136 + 120 = 380 (100%)
R 124 of 380 ~ 32.63%
G 136 of 380 ~ 35.79%
B 120 of 380 ~ 31.58%

%32.63
%35.79
%31.58

CMYK color model

#7C8878 color CMYK value is (9,0,12,47).

  • cyan value is 8.82%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • key color value is 46.67%
CMYK:
(9,0,12,47)
C9M0Y12K47 
(9%,0%,12%,47%)
(0.09/0.00/0.12/0.47)	

CMYK percentages

%8.82
%0
%11.76
%46.67

Codes

Color #7C8878 in popluar color models

7C8878
RGB124136120
HSL105°6.30%50.20%
HSB/HSV105°11.76%53.33%
CMYK8.82%0.00%11.76%
46.67%

Color #7C8878 in popluar number systems.

HEX7C8878
Decimal124136120
Binary1111100100010001111000
Octal174210170

Shades and tints

Shades of #7C8878

#7C8878
(124,136,120)
#717C6E
(113,124,110)
#667064
(102,112,100)
#5B645A
(91,100,90)
#505850
(80,88,80)
#454C46
(69,76,70)
#3A403C
(58,64,60)
#2F3432
(47,52,50)
#242828
(36,40,40)
#191C1E
(25,28,30)
#0E1014
(14,16,20)
#000000
(0,0,0)

Tints of #7C8878

#7C8878
(124,136,120)
#879284
(135,146,132)
#929C90
(146,156,144)
#9DA69C
(157,166,156)
#A8B0A8
(168,176,168)
#B3BAB4
(179,186,180)
#BEC4C0
(190,196,192)
#C9CECC
(201,206,204)
#D4D8D8
(212,216,216)
#DFE2E4
(223,226,228)
#EAECF0
(234,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C8878; }

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

This text font color is #7C8878.


Background Color

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

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

This div background color is #7C8878.


Border color

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

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

This div border color is #7C8878.


Opacity

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

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

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

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

This text has shadow with #7C8878 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C8878 on black background.


Color preview on white background

This text has color #7C8878 on white background.



Black color preview on #7C8878 background

This text has black color on #7C8878 background.


White color preview on #7C8878 background

This text has white color on #7C8878 background.