COLOR #7D8575

HEX: #7D8575 RGB: (125,133,117)

Color info

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

RGB color model

#7D8575 color RGB value is (125,133,117).

RGB: (125,133,117) (49%, 52%, 46%)

RGB channels and saturation

R 125 of 255 = 49%
G 133 of 255 = 52%
B 117 of 255 = 46%

125
133
117

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

Portions of RGB colors in percentages

R + G + B = 125 + 133 + 117 = 375 (100%)
R 125 of 375 ~ 33.33%
G 133 of 375 ~ 35.47%
B 117 of 375 ~ 31.2'%

%33.33
%35.47
%31.2

CMYK color model

#7D8575 color CMYK value is (6,0,12,48).

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

CMYK: (6,0,12,48)
C6M0Y12K48 (6%, 0%, 12%, 48%)
(0.06 / 0.00 / 0.12 / 0.48)

CMYK percentages

%6.02
%0
%12.03
%47.84

Codes

Color #7D8575 in popluar color models

7D 85 75
RGB 125 133 117
HSL 90° 6.40% 49.02%
HSB/HSV 90° 12.03% 52.16%
CMYK 6.02% 0.00% 12.03%
47.84%

Color #7D8575 in popluar number systems.

HEX 7D 85 75
Decimal 125 133 117
Binary 1111101 10000101 1110101
Octal 175 205 165

Shades and tints

Shades of #7D8575

#7D8575
(125,133,117)
#72796B
(114,121,107)
#676D61
(103,109,97)
#5C6157
(92,97,87)
#51554D
(81,85,77)
#464943
(70,73,67)
#3B3D39
(59,61,57)
#30312F
(48,49,47)
#252525
(37,37,37)
#1A191B
(26,25,27)
#0F0D11
(15,13,17)
#000000
(0,0,0)

Tints of #7D8575

#7D8575
(125,133,117)
#889081
(136,144,129)
#939B8D
(147,155,141)
#9EA699
(158,166,153)
#A9B1A5
(169,177,165)
#B4BCB1
(180,188,177)
#BFC7BD
(191,199,189)
#CAD2C9
(202,210,201)
#D5DDD5
(213,221,213)
#E0E8E1
(224,232,225)
#EBF3ED
(235,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D8575; }

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

This text font color is #7D8575.

Background Color

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

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

This div background color is #7D8575.

Border color

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

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

This div border color is #7D8575.

Opacity

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

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

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

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

This text has shadow with #7D8575 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D8575.

Preview

Color preview on black background

This text has color #7D8575 on black background.


Color preview on white background

This text has color #7D8575 on white background.


Black color preview on #7D8575 background

This text has black color on #7D8575 background.


White color preview on #7D8575 background

This text has white color on #7D8575 background.


Related colors

Complementary color

Complementary color for #hex is #827A8A.


I love getcolorcode.com

Triadic colors

1 #757D85 and #85757D with #7D8575 are triadic colors.

2 #75857D and #857D75 with #7D8575 are triadic colors.