COLOR #7D7295

HEX: #7D7295 RGB: (125,114,149)

Color info

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

RGB color model

#7D7295 color RGB value is (125,114,149).

RGB: (125,114,149) (49%, 45%, 58%)

RGB channels and saturation

R 125 of 255 = 49%
G 114 of 255 = 45%
B 149 of 255 = 58%

125
114
149

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

Portions of RGB colors in percentages

R + G + B = 125 + 114 + 149 = 388 (100%)
R 125 of 388 ~ 32.22%
G 114 of 388 ~ 29.38%
B 149 of 388 ~ 38.4'%

%32.22
%29.38
%38.4

CMYK color model

#7D7295 color CMYK value is (16,23,0,42).

  • cyan value is 16.11%
  • magenta value is 23.49%
  • yellow value is 0.00%
  • key color value is 41.57%

CMYK: (16,23,0,42)
C16M23Y0K42 (16%, 23%, 0%, 42%)
(0.16 / 0.23 / 0.00 / 0.42)

CMYK percentages

%16.11
%23.49
%0
%41.57

Codes

Color #7D7295 in popluar color models

7D 72 95
RGB 125 114 149
HSL 259° 14.17% 51.57%
HSB/HSV 259° 23.49% 58.43%
CMYK 16.11% 23.49% 0.00%
41.57%

Color #7D7295 in popluar number systems.

HEX 7D 72 95
Decimal 125 114 149
Binary 1111101 1110010 10010101
Octal 175 162 225

Shades and tints

Shades of #7D7295

#7D7295
(125,114,149)
#726888
(114,104,136)
#675E7B
(103,94,123)
#5C546E
(92,84,110)
#514A61
(81,74,97)
#464054
(70,64,84)
#3B3647
(59,54,71)
#302C3A
(48,44,58)
#25222D
(37,34,45)
#1A1820
(26,24,32)
#0F0E13
(15,14,19)
#000000
(0,0,0)

Tints of #7D7295

#7D7295
(125,114,149)
#887E9E
(136,126,158)
#938AA7
(147,138,167)
#9E96B0
(158,150,176)
#A9A2B9
(169,162,185)
#B4AEC2
(180,174,194)
#BFBACB
(191,186,203)
#CAC6D4
(202,198,212)
#D5D2DD
(213,210,221)
#E0DEE6
(224,222,230)
#EBEAEF
(235,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D7295; }

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

This text font color is #7D7295.

Background Color

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

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

This div background color is #7D7295.

Border color

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

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

This div border color is #7D7295.

Opacity

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

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

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

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

This text has shadow with #7D7295 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D7295.

Preview

Color preview on black background

This text has color #7D7295 on black background.


Color preview on white background

This text has color #7D7295 on white background.


Black color preview on #7D7295 background

This text has black color on #7D7295 background.


White color preview on #7D7295 background

This text has white color on #7D7295 background.


Related colors

Complementary color

Complementary color for #hex is #828D6A.


I love getcolorcode.com

Triadic colors

1 #957D72 and #72957D with #7D7295 are triadic colors.

2 #95727D and #727D95 with #7D7295 are triadic colors.