COLOR #7D586A

HEX: #7D586A
RGB: (125,88,106)

Color info

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

RGB color model

#7D586A color RGB value is (125,88,106).

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

RGB channels and saturation

R 125 of 255 = 49%
G 88 of 255 = 35%
B 106 of 255 = 42%

125
88
106

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

Portions of RGB colors in percentages

R + G + B =
125 + 88 + 106 = 319 (100%)
R 125 of 319 ~ 39.18%
G 88 of 319 ~ 27.59%
B 106 of 319 ~ 33.23%

%39.18
%27.59
%33.23

CMYK color model

#7D586A color CMYK value is (0,30,15,51).

  • cyan value is 0.00%
  • magenta value is 29.60%
  • yellow value is 15.20%
  • key color value is 50.98%
CMYK:
(0,30,15,51)
C0M30Y15K51 
(0%,30%,15%,51%)
(0.00/0.30/0.15/0.51)	

CMYK percentages

%0
%29.6
%15.2
%50.98

Codes

Color #7D586A in popluar color models

7D586A
RGB12588106
HSL331°17.37%41.76%
HSB/HSV331°29.60%49.02%
CMYK0.00%29.60%15.20%
50.98%

Color #7D586A in popluar number systems.

HEX7D586A
Decimal12588106
Binary111110110110001101010
Octal175130152

Shades and tints

Shades of #7D586A

#7D586A
(125,88,106)
#725061
(114,80,97)
#674858
(103,72,88)
#5C404F
(92,64,79)
#513846
(81,56,70)
#46303D
(70,48,61)
#3B2834
(59,40,52)
#30202B
(48,32,43)
#251822
(37,24,34)
#1A1019
(26,16,25)
#0F0810
(15,8,16)
#000000
(0,0,0)

Tints of #7D586A

#7D586A
(125,88,106)
#886777
(136,103,119)
#937684
(147,118,132)
#9E8591
(158,133,145)
#A9949E
(169,148,158)
#B4A3AB
(180,163,171)
#BFB2B8
(191,178,184)
#CAC1C5
(202,193,197)
#D5D0D2
(213,208,210)
#E0DFDF
(224,223,223)
#EBEEEC
(235,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D586A; }

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

This text font color is #7D586A.


Background Color

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

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

This div background color is #7D586A.


Border color

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

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

This div border color is #7D586A.


Opacity

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

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

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

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

This text has shadow with #7D586A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D586A on black background.


Color preview on white background

This text has color #7D586A on white background.



Black color preview on #7D586A background

This text has black color on #7D586A background.


White color preview on #7D586A background

This text has white color on #7D586A background.