COLOR #7D66A7

HEX: #7D66A7
RGB: (125,102,167)

Color info

#7D66A7 contains mainly red and blue colors. Web safe color of #7D66A7 is #666699 (or #669).

RGB color model

#7D66A7 color RGB value is (125,102,167).

  • red value is 125;
  • green value is 102;
  • blue value is 167.
RGB:
(125,102,167)
(49%,40%,65%)

RGB channels and saturation

R 125 of 255 = 49%
G 102 of 255 = 40%
B 167 of 255 = 65%

125
102
167

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

Portions of RGB colors in percentages

R + G + B =
125 + 102 + 167 = 394 (100%)
R 125 of 394 ~ 31.73%
G 102 of 394 ~ 25.89%
B 167 of 394 ~ 42.39%

%31.73
%25.89
%42.39

CMYK color model

#7D66A7 color CMYK value is (25,39,0,35).

  • cyan value is 25.15%
  • magenta value is 38.92%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(25,39,0,35)
C25M39Y0K35 
(25%,39%,0%,35%)
(0.25/0.39/0.00/0.35)	

CMYK percentages

%25.15
%38.92
%0
%34.51

Codes

Color #7D66A7 in popluar color models

7D66A7
RGB125102167
HSL261°26.97%52.75%
HSB/HSV261°38.92%65.49%
CMYK25.15%38.92%0.00%
34.51%

Color #7D66A7 in popluar number systems.

HEX7D66A7
Decimal125102167
Binary1111101110011010100111
Octal175146247

Shades and tints

Shades of #7D66A7

#7D66A7
(125,102,167)
#725D98
(114,93,152)
#675489
(103,84,137)
#5C4B7A
(92,75,122)
#51426B
(81,66,107)
#46395C
(70,57,92)
#3B304D
(59,48,77)
#30273E
(48,39,62)
#251E2F
(37,30,47)
#1A1520
(26,21,32)
#0F0C11
(15,12,17)
#000000
(0,0,0)

Tints of #7D66A7

#7D66A7
(125,102,167)
#8873AF
(136,115,175)
#9380B7
(147,128,183)
#9E8DBF
(158,141,191)
#A99AC7
(169,154,199)
#B4A7CF
(180,167,207)
#BFB4D7
(191,180,215)
#CAC1DF
(202,193,223)
#D5CEE7
(213,206,231)
#E0DBEF
(224,219,239)
#EBE8F7
(235,232,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D66A7 color. Also use rgb(125,102,167) instead hex code.

Text Font Color

.myTextColor { color: #7D66A7; }

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

This text font color is #7D66A7.


Background Color

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

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

This div background color is #7D66A7.


Border color

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

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

This div border color is #7D66A7.


Opacity

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

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

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

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

This text has shadow with #7D66A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D66A7 on black background.


Color preview on white background

This text has color #7D66A7 on white background.



Black color preview on #7D66A7 background

This text has black color on #7D66A7 background.


White color preview on #7D66A7 background

This text has white color on #7D66A7 background.