COLOR #7D7563

HEX: #7D7563 RGB: (125,117,99)

Color info

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

RGB color model

#7D7563 color RGB value is (125,117,99).

RGB: (125,117,99) (49%, 46%, 39%)

RGB channels and saturation

R 125 of 255 = 49%
G 117 of 255 = 46%
B 99 of 255 = 39%

125
117
99

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

Portions of RGB colors in percentages

R + G + B = 125 + 117 + 99 = 341 (100%)
R 125 of 341 ~ 36.66%
G 117 of 341 ~ 34.31%
B 99 of 341 ~ 29.03'%

%36.66
%34.31
%29.03

CMYK color model

#7D7563 color CMYK value is (0,6,21,51).

  • cyan value is 0.00%
  • magenta value is 6.40%
  • yellow value is 20.80%
  • key color value is 50.98%

CMYK: (0,6,21,51)
C0M6Y21K51 (0%, 6%, 21%, 51%)
(0.00 / 0.06 / 0.21 / 0.51)

CMYK percentages

%0
%6.4
%20.8
%50.98

Codes

Color #7D7563 in popluar color models

7D 75 63
RGB 125 117 99
HSL 42° 11.61% 43.92%
HSB/HSV 42° 20.80% 49.02%
CMYK 0.00% 6.40% 20.80%
50.98%

Color #7D7563 in popluar number systems.

HEX 7D 75 63
Decimal 125 117 99
Binary 1111101 1110101 1100011
Octal 175 165 143

Shades and tints

Shades of #7D7563

#7D7563
(125,117,99)
#726B5A
(114,107,90)
#676151
(103,97,81)
#5C5748
(92,87,72)
#514D3F
(81,77,63)
#464336
(70,67,54)
#3B392D
(59,57,45)
#302F24
(48,47,36)
#25251B
(37,37,27)
#1A1B12
(26,27,18)
#0F1109
(15,17,9)
#000000
(0,0,0)

Tints of #7D7563

#7D7563
(125,117,99)
#888171
(136,129,113)
#938D7F
(147,141,127)
#9E998D
(158,153,141)
#A9A59B
(169,165,155)
#B4B1A9
(180,177,169)
#BFBDB7
(191,189,183)
#CAC9C5
(202,201,197)
#D5D5D3
(213,213,211)
#E0E1E1
(224,225,225)
#EBEDEF
(235,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D7563; }

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

This text font color is #7D7563.

Background Color

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

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

This div background color is #7D7563.

Border color

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

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

This div border color is #7D7563.

Opacity

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

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

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

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

This text has shadow with #7D7563 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D7563.

Preview

Color preview on black background

This text has color #7D7563 on black background.


Color preview on white background

This text has color #7D7563 on white background.


Black color preview on #7D7563 background

This text has black color on #7D7563 background.


White color preview on #7D7563 background

This text has white color on #7D7563 background.


Related colors

Complementary color

Complementary color for #hex is #828A9C.


I love getcolorcode.com

Triadic colors

1 #637D75 and #75637D with #7D7563 are triadic colors.

2 #63757D and #757D63 with #7D7563 are triadic colors.