COLOR #7D9575

HEX: #7D9575
RGB: (125,149,117)

Color info

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

RGB color model

#7D9575 color RGB value is (125,149,117).

  • red value is 125;
  • green value is 149;
  • blue value is 117.
RGB:
(125,149,117)
(49%,58%,46%)

RGB channels and saturation

R 125 of 255 = 49%
G 149 of 255 = 58%
B 117 of 255 = 46%

125
149
117

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

Portions of RGB colors in percentages

R + G + B =
125 + 149 + 117 = 391 (100%)
R 125 of 391 ~ 31.97%
G 149 of 391 ~ 38.11%
B 117 of 391 ~ 29.92%

%31.97
%38.11
%29.92

CMYK color model

#7D9575 color CMYK value is (16,0,21,42).

  • cyan value is 16.11%
  • magenta value is 0.00%
  • yellow value is 21.48%
  • key color value is 41.57%
CMYK:
(16,0,21,42)
C16M0Y21K42 
(16%,0%,21%,42%)
(0.16/0.00/0.21/0.42)	

CMYK percentages

%16.11
%0
%21.48
%41.57

Codes

Color #7D9575 in popluar color models

7D9575
RGB125149117
HSL105°13.11%52.16%
HSB/HSV105°21.48%58.43%
CMYK16.11%0.00%21.48%
41.57%

Color #7D9575 in popluar number systems.

HEX7D9575
Decimal125149117
Binary1111101100101011110101
Octal175225165

Shades and tints

Shades of #7D9575

#7D9575
(125,149,117)
#72886B
(114,136,107)
#677B61
(103,123,97)
#5C6E57
(92,110,87)
#51614D
(81,97,77)
#465443
(70,84,67)
#3B4739
(59,71,57)
#303A2F
(48,58,47)
#252D25
(37,45,37)
#1A201B
(26,32,27)
#0F1311
(15,19,17)
#000000
(0,0,0)

Tints of #7D9575

#7D9575
(125,149,117)
#889E81
(136,158,129)
#93A78D
(147,167,141)
#9EB099
(158,176,153)
#A9B9A5
(169,185,165)
#B4C2B1
(180,194,177)
#BFCBBD
(191,203,189)
#CAD4C9
(202,212,201)
#D5DDD5
(213,221,213)
#E0E6E1
(224,230,225)
#EBEFED
(235,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D9575; }

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

This text font color is #7D9575.


Background Color

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

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

This div background color is #7D9575.


Border color

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

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

This div border color is #7D9575.


Opacity

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

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

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

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

This text has shadow with #7D9575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D9575 on black background.


Color preview on white background

This text has color #7D9575 on white background.



Black color preview on #7D9575 background

This text has black color on #7D9575 background.


White color preview on #7D9575 background

This text has white color on #7D9575 background.