COLOR #7D555E

HEX: #7D555E RGB: (125,85,94)

Color info

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

RGB color model

#7D555E color RGB value is (125,85,94).

RGB: (125,85,94) (49%, 33%, 37%)

RGB channels and saturation

R 125 of 255 = 49%
G 85 of 255 = 33%
B 94 of 255 = 37%

125
85
94

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

Portions of RGB colors in percentages

R + G + B = 125 + 85 + 94 = 304 (100%)
R 125 of 304 ~ 41.12%
G 85 of 304 ~ 27.96%
B 94 of 304 ~ 30.92'%

%41.12
%27.96
%30.92

CMYK color model

#7D555E color CMYK value is (0,32,25,51).

  • cyan value is 0.00%
  • magenta value is 32.00%
  • yellow value is 24.80%
  • key color value is 50.98%

CMYK: (0,32,25,51)
C0M32Y25K51 (0%, 32%, 25%, 51%)
(0.00 / 0.32 / 0.25 / 0.51)

CMYK percentages

%0
%32
%24.8
%50.98

Codes

Color #7D555E in popluar color models

7D 55 5E
RGB 125 85 94
HSL 347° 19.05% 41.18%
HSB/HSV 347° 32.00% 49.02%
CMYK 0.00% 32.00% 24.80%
50.98%

Color #7D555E in popluar number systems.

HEX 7D 55 5E
Decimal 125 85 94
Binary 1111101 1010101 1011110
Octal 175 125 136

Shades and tints

Shades of #7D555E

#7D555E
(125,85,94)
#724E56
(114,78,86)
#67474E
(103,71,78)
#5C4046
(92,64,70)
#51393E
(81,57,62)
#463236
(70,50,54)
#3B2B2E
(59,43,46)
#302426
(48,36,38)
#251D1E
(37,29,30)
#1A1616
(26,22,22)
#0F0F0E
(15,15,14)
#000000
(0,0,0)

Tints of #7D555E

#7D555E
(125,85,94)
#88646C
(136,100,108)
#93737A
(147,115,122)
#9E8288
(158,130,136)
#A99196
(169,145,150)
#B4A0A4
(180,160,164)
#BFAFB2
(191,175,178)
#CABEC0
(202,190,192)
#D5CDCE
(213,205,206)
#E0DCDC
(224,220,220)
#EBEBEA
(235,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D555E color. Also use rgb(125,85,94) instead hex code.

Text Font Color

.myTextColor { color: #7D555E; }

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

This text font color is #7D555E.

Background Color

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

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

This div background color is #7D555E.

Border color

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

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

This div border color is #7D555E.

Opacity

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

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

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

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

This text has shadow with #7D555E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D555E.

Preview

Color preview on black background

This text has color #7D555E on black background.


Color preview on white background

This text has color #7D555E on white background.


Black color preview on #7D555E background

This text has black color on #7D555E background.


White color preview on #7D555E background

This text has white color on #7D555E background.


Related colors

Complementary color

Complementary color for #hex is #82AAA1.


I love getcolorcode.com

Triadic colors

1 #5E7D55 and #555E7D with #7D555E are triadic colors.

2 #5E557D and #557D5E with #7D555E are triadic colors.