COLOR #7D6095

HEX: #7D6095
RGB: (125,96,149)

Color info

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

RGB color model

#7D6095 color RGB value is (125,96,149).

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

RGB channels and saturation

R 125 of 255 = 49%
G 96 of 255 = 38%
B 149 of 255 = 58%

125
96
149

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

Portions of RGB colors in percentages

R + G + B =
125 + 96 + 149 = 370 (100%)
R 125 of 370 ~ 33.78%
G 96 of 370 ~ 25.95%
B 149 of 370 ~ 40.27%

%33.78
%25.95
%40.27

CMYK color model

#7D6095 color CMYK value is (16,36,0,42).

  • cyan value is 16.11%
  • magenta value is 35.57%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(16,36,0,42)
C16M36Y0K42 
(16%,36%,0%,42%)
(0.16/0.36/0.00/0.42)	

CMYK percentages

%16.11
%35.57
%0
%41.57

Codes

Color #7D6095 in popluar color models

7D6095
RGB12596149
HSL273°21.63%48.04%
HSB/HSV273°35.57%58.43%
CMYK16.11%35.57%0.00%
41.57%

Color #7D6095 in popluar number systems.

HEX7D6095
Decimal12596149
Binary1111101110000010010101
Octal175140225

Shades and tints

Shades of #7D6095

#7D6095
(125,96,149)
#725888
(114,88,136)
#67507B
(103,80,123)
#5C486E
(92,72,110)
#514061
(81,64,97)
#463854
(70,56,84)
#3B3047
(59,48,71)
#30283A
(48,40,58)
#25202D
(37,32,45)
#1A1820
(26,24,32)
#0F1013
(15,16,19)
#000000
(0,0,0)

Tints of #7D6095

#7D6095
(125,96,149)
#886E9E
(136,110,158)
#937CA7
(147,124,167)
#9E8AB0
(158,138,176)
#A998B9
(169,152,185)
#B4A6C2
(180,166,194)
#BFB4CB
(191,180,203)
#CAC2D4
(202,194,212)
#D5D0DD
(213,208,221)
#E0DEE6
(224,222,230)
#EBECEF
(235,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D6095; }

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

This text font color is #7D6095.


Background Color

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

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

This div background color is #7D6095.


Border color

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

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

This div border color is #7D6095.


Opacity

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

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

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

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

This text has shadow with #7D6095 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D6095 on black background.


Color preview on white background

This text has color #7D6095 on white background.



Black color preview on #7D6095 background

This text has black color on #7D6095 background.


White color preview on #7D6095 background

This text has white color on #7D6095 background.