COLOR #7D7692

HEX: #7D7692
RGB: (125,118,146)

Color info

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

RGB color model

#7D7692 color RGB value is (125,118,146).

  • red value is 125;
  • green value is 118;
  • blue value is 146.
RGB:
(125,118,146)
(49%,46%,57%)

RGB channels and saturation

R 125 of 255 = 49%
G 118 of 255 = 46%
B 146 of 255 = 57%

125
118
146

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

Portions of RGB colors in percentages

R + G + B =
125 + 118 + 146 = 389 (100%)
R 125 of 389 ~ 32.13%
G 118 of 389 ~ 30.33%
B 146 of 389 ~ 37.53%

%32.13
%30.33
%37.53

CMYK color model

#7D7692 color CMYK value is (14,19,0,43).

  • cyan value is 14.38%
  • magenta value is 19.18%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(14,19,0,43)
C14M19Y0K43 
(14%,19%,0%,43%)
(0.14/0.19/0.00/0.43)	

CMYK percentages

%14.38
%19.18
%0
%42.75

Codes

Color #7D7692 in popluar color models

7D7692
RGB125118146
HSL255°11.38%51.76%
HSB/HSV255°19.18%57.25%
CMYK14.38%19.18%0.00%
42.75%

Color #7D7692 in popluar number systems.

HEX7D7692
Decimal125118146
Binary1111101111011010010010
Octal175166222

Shades and tints

Shades of #7D7692

#7D7692
(125,118,146)
#726C85
(114,108,133)
#676278
(103,98,120)
#5C586B
(92,88,107)
#514E5E
(81,78,94)
#464451
(70,68,81)
#3B3A44
(59,58,68)
#303037
(48,48,55)
#25262A
(37,38,42)
#1A1C1D
(26,28,29)
#0F1210
(15,18,16)
#000000
(0,0,0)

Tints of #7D7692

#7D7692
(125,118,146)
#88829B
(136,130,155)
#938EA4
(147,142,164)
#9E9AAD
(158,154,173)
#A9A6B6
(169,166,182)
#B4B2BF
(180,178,191)
#BFBEC8
(191,190,200)
#CACAD1
(202,202,209)
#D5D6DA
(213,214,218)
#E0E2E3
(224,226,227)
#EBEEEC
(235,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D7692 color. Also use rgb(125,118,146) instead hex code.

Text Font Color

.myTextColor { color: #7D7692; }

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

This text font color is #7D7692.


Background Color

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

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

This div background color is #7D7692.


Border color

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

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

This div border color is #7D7692.


Opacity

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

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

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

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

This text has shadow with #7D7692 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D7692 on black background.


Color preview on white background

This text has color #7D7692 on white background.



Black color preview on #7D7692 background

This text has black color on #7D7692 background.


White color preview on #7D7692 background

This text has white color on #7D7692 background.