COLOR #7D8078

HEX: #7D8078
RGB: (125,128,120)

Color info

#7D8078 contains red, green and blue colors in about the same proportion. Web safe color of #7D8078 is #666666 (or #666).

RGB color model

#7D8078 color RGB value is (125,128,120).

  • red value is 125;
  • green value is 128;
  • blue value is 120.
RGB: (125,128,120) (49%,50%,47%)

RGB channels and saturation

R 125 of 255 = 49%
G 128 of 255 = 50%
B 120 of 255 = 47%

125
128
120

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

Portions of RGB colors in percentages

R + G + B =
125 + 128 + 120 = 373 (100%)
R 125 of 373 ~ 33.51%
G 128 of 373 ~ 34.32%
B 120 of 373 ~ 32.17%

%33.51
%34.32
%32.17

CMYK color model

#7D8078 color CMYK value is (2,0,6,50).

  • cyan value is 2.34%
  • magenta value is 0.00%
  • yellow value is 6.25%
  • key color value is 49.80%
CMYK: (2,0,6,50) C2M0Y6K50 (2%,0%,6%,50%) (0.02/0.00/0.06/0.50)

CMYK percentages

%2.34
%0
%6.25
%49.8

Codes

Color #7D8078 in popluar color models

7D8078
RGB125128120
HSL83°3.23%48.63%
HSB/HSV83°6.25%50.20%
CMYK2.34%0.00%6.25%
49.80%

Color #7D8078 in popluar number systems.

HEX7D8078
Decimal125128120
Binary1111101100000001111000
Octal175200170

Shades and tints

Shades of #7D8078

#7D8078
(125,128,120)
#72756E
(114,117,110)
#676A64
(103,106,100)
#5C5F5A
(92,95,90)
#515450
(81,84,80)
#464946
(70,73,70)
#3B3E3C
(59,62,60)
#303332
(48,51,50)
#252828
(37,40,40)
#1A1D1E
(26,29,30)
#0F1214
(15,18,20)
#000000
(0,0,0)

Tints of #7D8078

#7D8078
(125,128,120)
#888B84
(136,139,132)
#939690
(147,150,144)
#9EA19C
(158,161,156)
#A9ACA8
(169,172,168)
#B4B7B4
(180,183,180)
#BFC2C0
(191,194,192)
#CACDCC
(202,205,204)
#D5D8D8
(213,216,216)
#E0E3E4
(224,227,228)
#EBEEF0
(235,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D8078; }

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

This text font color is #7D8078.


Background Color

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

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

This div background color is #7D8078.


Border color

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

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

This div border color is #7D8078.


Opacity

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

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

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

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

This text has shadow with #7D8078 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #7D8078 on black background.


Color preview on white background

This text has color #7D8078 on white background.



Black color preview on #7D8078 background

This text has black color on #7D8078 background.


White color preview on #7D8078 background

This text has white color on #7D8078 background.