COLOR #7D6184

HEX: #7D6184
RGB: (125,97,132)

Color info

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

RGB color model

#7D6184 color RGB value is (125,97,132).

  • red value is 125;
  • green value is 97;
  • blue value is 132.
RGB:
(125,97,132)
(49%,38%,52%)

RGB channels and saturation

R 125 of 255 = 49%
G 97 of 255 = 38%
B 132 of 255 = 52%

125
97
132

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

Portions of RGB colors in percentages

R + G + B =
125 + 97 + 132 = 354 (100%)
R 125 of 354 ~ 35.31%
G 97 of 354 ~ 27.4%
B 132 of 354 ~ 37.29%

%35.31
%27.4
%37.29

CMYK color model

#7D6184 color CMYK value is (5,27,0,48).

  • cyan value is 5.30%
  • magenta value is 26.52%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(5,27,0,48)
C5M27Y0K48 
(5%,27%,0%,48%)
(0.05/0.27/0.00/0.48)	

CMYK percentages

%5.3
%26.52
%0
%48.24

Codes

Color #7D6184 in popluar color models

7D6184
RGB12597132
HSL288°15.28%44.90%
HSB/HSV288°26.52%51.76%
CMYK5.30%26.52%0.00%
48.24%

Color #7D6184 in popluar number systems.

HEX7D6184
Decimal12597132
Binary1111101110000110000100
Octal175141204

Shades and tints

Shades of #7D6184

#7D6184
(125,97,132)
#725978
(114,89,120)
#67516C
(103,81,108)
#5C4960
(92,73,96)
#514154
(81,65,84)
#463948
(70,57,72)
#3B313C
(59,49,60)
#302930
(48,41,48)
#252124
(37,33,36)
#1A1918
(26,25,24)
#0F110C
(15,17,12)
#000000
(0,0,0)

Tints of #7D6184

#7D6184
(125,97,132)
#886F8F
(136,111,143)
#937D9A
(147,125,154)
#9E8BA5
(158,139,165)
#A999B0
(169,153,176)
#B4A7BB
(180,167,187)
#BFB5C6
(191,181,198)
#CAC3D1
(202,195,209)
#D5D1DC
(213,209,220)
#E0DFE7
(224,223,231)
#EBEDF2
(235,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D6184 color. Also use rgb(125,97,132) instead hex code.

Text Font Color

.myTextColor { color: #7D6184; }

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

This text font color is #7D6184.


Background Color

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

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

This div background color is #7D6184.


Border color

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

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

This div border color is #7D6184.


Opacity

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

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

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

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

This text has shadow with #7D6184 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D6184 on black background.


Color preview on white background

This text has color #7D6184 on white background.



Black color preview on #7D6184 background

This text has black color on #7D6184 background.


White color preview on #7D6184 background

This text has white color on #7D6184 background.