COLOR #7D8878

HEX: #7D8878 RGB: (125,136,120)

Color info

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

RGB color model

#7D8878 color RGB value is (125,136,120).

RGB: (125,136,120) (49%, 53%, 47%)

RGB channels and saturation

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

125
136
120

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

Portions of RGB colors in percentages

R + G + B = 125 + 136 + 120 = 381 (100%)
R 125 of 381 ~ 32.81%
G 136 of 381 ~ 35.7%
B 120 of 381 ~ 31.5'%

%32.81
%35.7
%31.5

CMYK color model

#7D8878 color CMYK value is (8,0,12,47).

  • cyan value is 8.09%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • key color value is 46.67%
CMYK: (8,0,12,47) C8M0Y12K47 (8%,0%,12%,47%) (0.08/0.00/0.12/0.47) 

CMYK percentages

%8.09
%0
%11.76
%46.67

Codes

Color #7D8878 in popluar color models

7D 88 78
RGB 125 136 120
HSL 101° 6.30% 50.20%
HSB/HSV 101° 11.76% 53.33%
CMYK 8.09% 0.00% 11.76%
46.67%

Color #7D8878 in popluar number systems.

HEX 7D 88 78
Decimal 125 136 120
Binary 1111101 10001000 1111000
Octal 175 210 170

Shades and tints

Shades of #7D8878

#7D8878
(125,136,120)
#727C6E
(114,124,110)
#677064
(103,112,100)
#5C645A
(92,100,90)
#515850
(81,88,80)
#464C46
(70,76,70)
#3B403C
(59,64,60)
#303432
(48,52,50)
#252828
(37,40,40)
#1A1C1E
(26,28,30)
#0F1014
(15,16,20)
#000000
(0,0,0)

Tints of #7D8878

#7D8878
(125,136,120)
#889284
(136,146,132)
#939C90
(147,156,144)
#9EA69C
(158,166,156)
#A9B0A8
(169,176,168)
#B4BAB4
(180,186,180)
#BFC4C0
(191,196,192)
#CACECC
(202,206,204)
#D5D8D8
(213,216,216)
#E0E2E4
(224,226,228)
#EBECF0
(235,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D8878; }

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

This text font color is #7D8878.

Background Color

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

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

This div background color is #7D8878.

Border color

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

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

This div border color is #7D8878.

Opacity

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

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

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

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

This text has shadow with #7D8878 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D8878.

Preview

Color preview on black background

This text has color #7D8878 on black background.


Color preview on white background

This text has color #7D8878 on white background.


Black color preview on #7D8878 background

This text has black color on #7D8878 background.


White color preview on #7D8878 background

This text has white color on #7D8878 background.


Related colors

Complementary color

Complementary color for #hex is #827787.


I love getcolorcode.com

Triadic colors

1 #787D88 and #88787D with #7D8878 are triadic colors.

2 #78887D and #887D78 with #7D8878 are triadic colors.