COLOR #7D7483

HEX: #7D7483
RGB: (125,116,131)

Color info

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

RGB color model

#7D7483 color RGB value is (125,116,131).

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

RGB channels and saturation

R 125 of 255 = 49%
G 116 of 255 = 45%
B 131 of 255 = 51%

125
116
131

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

Portions of RGB colors in percentages

R + G + B =
125 + 116 + 131 = 372 (100%)
R 125 of 372 ~ 33.6%
G 116 of 372 ~ 31.18%
B 131 of 372 ~ 35.22%

%33.6
%31.18
%35.22

CMYK color model

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

  • cyan value is 4.58%
  • magenta value is 11.45%
  • 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
%11.45
%0
%48.63

Codes

Color #7D7483 in popluar color models

7D7483
RGB125116131
HSL276°6.07%48.43%
HSB/HSV276°11.45%51.37%
CMYK4.58%11.45%0.00%
48.63%

Color #7D7483 in popluar number systems.

HEX7D7483
Decimal125116131
Binary1111101111010010000011
Octal175164203

Shades and tints

Shades of #7D7483

#7D7483
(125,116,131)
#726A78
(114,106,120)
#67606D
(103,96,109)
#5C5662
(92,86,98)
#514C57
(81,76,87)
#46424C
(70,66,76)
#3B3841
(59,56,65)
#302E36
(48,46,54)
#25242B
(37,36,43)
#1A1A20
(26,26,32)
#0F1015
(15,16,21)
#000000
(0,0,0)

Tints of #7D7483

#7D7483
(125,116,131)
#88808E
(136,128,142)
#938C99
(147,140,153)
#9E98A4
(158,152,164)
#A9A4AF
(169,164,175)
#B4B0BA
(180,176,186)
#BFBCC5
(191,188,197)
#CAC8D0
(202,200,208)
#D5D4DB
(213,212,219)
#E0E0E6
(224,224,230)
#EBECF1
(235,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D7483; }

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

This text font color is #7D7483.


Background Color

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

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

This div background color is #7D7483.


Border color

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

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

This div border color is #7D7483.


Opacity

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

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

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

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

This text has shadow with #7D7483 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D7483 on black background.


Color preview on white background

This text has color #7D7483 on white background.



Black color preview on #7D7483 background

This text has black color on #7D7483 background.


White color preview on #7D7483 background

This text has white color on #7D7483 background.