COLOR #7D7C95

HEX: #7D7C95
RGB: (125,124,149)

Color info

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

RGB color model

#7D7C95 color RGB value is (125,124,149).

  • red value is 125;
  • green value is 124;
  • blue value is 149.
RGB:
(125,124,149)
(49%,49%,58%)

RGB channels and saturation

R 125 of 255 = 49%
G 124 of 255 = 49%
B 149 of 255 = 58%

125
124
149

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

Portions of RGB colors in percentages

R + G + B =
125 + 124 + 149 = 398 (100%)
R 125 of 398 ~ 31.41%
G 124 of 398 ~ 31.16%
B 149 of 398 ~ 37.44%

%31.41
%31.16
%37.44

CMYK color model

#7D7C95 color CMYK value is (16,17,0,42).

  • cyan value is 16.11%
  • magenta value is 16.78%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(16,17,0,42)
C16M17Y0K42 
(16%,17%,0%,42%)
(0.16/0.17/0.00/0.42)	

CMYK percentages

%16.11
%16.78
%0
%41.57

Codes

Color #7D7C95 in popluar color models

7D7C95
RGB125124149
HSL242°10.55%53.53%
HSB/HSV242°16.78%58.43%
CMYK16.11%16.78%0.00%
41.57%

Color #7D7C95 in popluar number systems.

HEX7D7C95
Decimal125124149
Binary1111101111110010010101
Octal175174225

Shades and tints

Shades of #7D7C95

#7D7C95
(125,124,149)
#727188
(114,113,136)
#67667B
(103,102,123)
#5C5B6E
(92,91,110)
#515061
(81,80,97)
#464554
(70,69,84)
#3B3A47
(59,58,71)
#302F3A
(48,47,58)
#25242D
(37,36,45)
#1A1920
(26,25,32)
#0F0E13
(15,14,19)
#000000
(0,0,0)

Tints of #7D7C95

#7D7C95
(125,124,149)
#88879E
(136,135,158)
#9392A7
(147,146,167)
#9E9DB0
(158,157,176)
#A9A8B9
(169,168,185)
#B4B3C2
(180,179,194)
#BFBECB
(191,190,203)
#CAC9D4
(202,201,212)
#D5D4DD
(213,212,221)
#E0DFE6
(224,223,230)
#EBEAEF
(235,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D7C95 color. Also use rgb(125,124,149) instead hex code.

Text Font Color

.myTextColor { color: #7D7C95; }

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

This text font color is #7D7C95.


Background Color

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

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

This div background color is #7D7C95.


Border color

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

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

This div border color is #7D7C95.


Opacity

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

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

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

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

This text has shadow with #7D7C95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D7C95 on black background.


Color preview on white background

This text has color #7D7C95 on white background.



Black color preview on #7D7C95 background

This text has black color on #7D7C95 background.


White color preview on #7D7C95 background

This text has white color on #7D7C95 background.