COLOR #7D585C

HEX: #7D585C
RGB: (125,88,92)

Color info

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

RGB color model

#7D585C color RGB value is (125,88,92).

  • red value is 125;
  • green value is 88;
  • blue value is 92.
RGB:
(125,88,92)
(49%,35%,36%)

RGB channels and saturation

R 125 of 255 = 49%
G 88 of 255 = 35%
B 92 of 255 = 36%

125
88
92

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

Portions of RGB colors in percentages

R + G + B =
125 + 88 + 92 = 305 (100%)
R 125 of 305 ~ 40.98%
G 88 of 305 ~ 28.85%
B 92 of 305 ~ 30.16%

%40.98
%28.85
%30.16

CMYK color model

#7D585C color CMYK value is (0,30,26,51).

  • cyan value is 0.00%
  • magenta value is 29.60%
  • yellow value is 26.40%
  • key color value is 50.98%
CMYK:
(0,30,26,51)
C0M30Y26K51 
(0%,30%,26%,51%)
(0.00/0.30/0.26/0.51)	

CMYK percentages

%0
%29.6
%26.4
%50.98

Codes

Color #7D585C in popluar color models

7D585C
RGB1258892
HSL354°17.37%41.76%
HSB/HSV354°29.60%49.02%
CMYK0.00%29.60%26.40%
50.98%

Color #7D585C in popluar number systems.

HEX7D585C
Decimal1258892
Binary111110110110001011100
Octal175130134

Shades and tints

Shades of #7D585C

#7D585C
(125,88,92)
#725054
(114,80,84)
#67484C
(103,72,76)
#5C4044
(92,64,68)
#51383C
(81,56,60)
#463034
(70,48,52)
#3B282C
(59,40,44)
#302024
(48,32,36)
#25181C
(37,24,28)
#1A1014
(26,16,20)
#0F080C
(15,8,12)
#000000
(0,0,0)

Tints of #7D585C

#7D585C
(125,88,92)
#88676A
(136,103,106)
#937678
(147,118,120)
#9E8586
(158,133,134)
#A99494
(169,148,148)
#B4A3A2
(180,163,162)
#BFB2B0
(191,178,176)
#CAC1BE
(202,193,190)
#D5D0CC
(213,208,204)
#E0DFDA
(224,223,218)
#EBEEE8
(235,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D585C color. Also use rgb(125,88,92) instead hex code.

Text Font Color

.myTextColor { color: #7D585C; }

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

This text font color is #7D585C.


Background Color

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

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

This div background color is #7D585C.


Border color

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

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

This div border color is #7D585C.


Opacity

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

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

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

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

This text has shadow with #7D585C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D585C on black background.


Color preview on white background

This text has color #7D585C on white background.



Black color preview on #7D585C background

This text has black color on #7D585C background.


White color preview on #7D585C background

This text has white color on #7D585C background.