COLOR #7D8578

HEX: #7D8578 RGB: (125,133,120)

Color info

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

RGB color model

#7D8578 color RGB value is (125,133,120).

RGB: (125,133,120) (49%, 52%, 47%)

RGB channels and saturation

R 125 of 255 = 49%
G 133 of 255 = 52%
B 120 of 255 = 47%

125
133
120

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

Portions of RGB colors in percentages

R + G + B = 125 + 133 + 120 = 378 (100%)
R 125 of 378 ~ 33.07%
G 133 of 378 ~ 35.19%
B 120 of 378 ~ 31.75'%

%33.07
%35.19
%31.75

CMYK color model

#7D8578 color CMYK value is (6,0,10,48).

  • cyan value is 6.02%
  • magenta value is 0.00%
  • yellow value is 9.77%
  • key color value is 47.84%

CMYK: (6,0,10,48)
C6M0Y10K48 (6%, 0%, 10%, 48%)
(0.06 / 0.00 / 0.10 / 0.48)

CMYK percentages

%6.02
%0
%9.77
%47.84

Codes

Color #7D8578 in popluar color models

7D 85 78
RGB 125 133 120
HSL 97° 5.14% 49.61%
HSB/HSV 97° 9.77% 52.16%
CMYK 6.02% 0.00% 9.77%
47.84%

Color #7D8578 in popluar number systems.

HEX 7D 85 78
Decimal 125 133 120
Binary 1111101 10000101 1111000
Octal 175 205 170

Shades and tints

Shades of #7D8578

#7D8578
(125,133,120)
#72796E
(114,121,110)
#676D64
(103,109,100)
#5C615A
(92,97,90)
#515550
(81,85,80)
#464946
(70,73,70)
#3B3D3C
(59,61,60)
#303132
(48,49,50)
#252528
(37,37,40)
#1A191E
(26,25,30)
#0F0D14
(15,13,20)
#000000
(0,0,0)

Tints of #7D8578

#7D8578
(125,133,120)
#889084
(136,144,132)
#939B90
(147,155,144)
#9EA69C
(158,166,156)
#A9B1A8
(169,177,168)
#B4BCB4
(180,188,180)
#BFC7C0
(191,199,192)
#CAD2CC
(202,210,204)
#D5DDD8
(213,221,216)
#E0E8E4
(224,232,228)
#EBF3F0
(235,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D8578; }

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

This text font color is #7D8578.

Background Color

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

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

This div background color is #7D8578.

Border color

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

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

This div border color is #7D8578.

Opacity

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

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

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

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

This text has shadow with #7D8578 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D8578.

Preview

Color preview on black background

This text has color #7D8578 on black background.


Color preview on white background

This text has color #7D8578 on white background.


Black color preview on #7D8578 background

This text has black color on #7D8578 background.


White color preview on #7D8578 background

This text has white color on #7D8578 background.


Related colors

Complementary color

Complementary color for #hex is #827A87.


I love getcolorcode.com

Triadic colors

1 #787D85 and #85787D with #7D8578 are triadic colors.

2 #78857D and #857D78 with #7D8578 are triadic colors.