COLOR #7D7583

HEX: #7D7583
RGB: (125,117,131)

Color info

#7D7583 contains red, green and blue colors in about the same proportion. Web safe color of #7D7583 is #666699 (or #669).

RGB color model

#7D7583 color RGB value is (125,117,131).

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

RGB channels and saturation

R 125 of 255 = 49%
G 117 of 255 = 46%
B 131 of 255 = 51%

125
117
131

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

Portions of RGB colors in percentages

R + G + B =
125 + 117 + 131 = 373 (100%)
R 125 of 373 ~ 33.51%
G 117 of 373 ~ 31.37%
B 131 of 373 ~ 35.12%

%33.51
%31.37
%35.12

CMYK color model

#7D7583 color CMYK value is (5,11,0,49).

  • cyan value is 4.58%
  • magenta value is 10.69%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(5,11,0,49)
C5M11Y0K49 
(5%,11%,0%,49%)
(0.05/0.11/0.00/0.49)	

CMYK percentages

%4.58
%10.69
%0
%48.63

Codes

Color #7D7583 in popluar color models

7D7583
RGB125117131
HSL274°5.65%48.63%
HSB/HSV274°10.69%51.37%
CMYK4.58%10.69%0.00%
48.63%

Color #7D7583 in popluar number systems.

HEX7D7583
Decimal125117131
Binary1111101111010110000011
Octal175165203

Shades and tints

Shades of #7D7583

#7D7583
(125,117,131)
#726B78
(114,107,120)
#67616D
(103,97,109)
#5C5762
(92,87,98)
#514D57
(81,77,87)
#46434C
(70,67,76)
#3B3941
(59,57,65)
#302F36
(48,47,54)
#25252B
(37,37,43)
#1A1B20
(26,27,32)
#0F1115
(15,17,21)
#000000
(0,0,0)

Tints of #7D7583

#7D7583
(125,117,131)
#88818E
(136,129,142)
#938D99
(147,141,153)
#9E99A4
(158,153,164)
#A9A5AF
(169,165,175)
#B4B1BA
(180,177,186)
#BFBDC5
(191,189,197)
#CAC9D0
(202,201,208)
#D5D5DB
(213,213,219)
#E0E1E6
(224,225,230)
#EBEDF1
(235,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D7583; }

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

This text font color is #7D7583.


Background Color

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

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

This div background color is #7D7583.


Border color

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

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

This div border color is #7D7583.


Opacity

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

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

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

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

This text has shadow with #7D7583 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D7583 on black background.


Color preview on white background

This text has color #7D7583 on white background.



Black color preview on #7D7583 background

This text has black color on #7D7583 background.


White color preview on #7D7583 background

This text has white color on #7D7583 background.