COLOR #7F719D

HEX: #7F719D
RGB: (127,113,157)

Color info

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

RGB color model

#7F719D color RGB value is (127,113,157).

  • red value is 127;
  • green value is 113;
  • blue value is 157.
RGB:
(127,113,157)
(50%,44%,62%)

RGB channels and saturation

R 127 of 255 = 50%
G 113 of 255 = 44%
B 157 of 255 = 62%

127
113
157

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

Portions of RGB colors in percentages

R + G + B =
127 + 113 + 157 = 397 (100%)
R 127 of 397 ~ 31.99%
G 113 of 397 ~ 28.46%
B 157 of 397 ~ 39.55%

%31.99
%28.46
%39.55

CMYK color model

#7F719D color CMYK value is (19,28,0,38).

  • cyan value is 19.11%
  • magenta value is 28.03%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(19,28,0,38)
C19M28Y0K38 
(19%,28%,0%,38%)
(0.19/0.28/0.00/0.38)	

CMYK percentages

%19.11
%28.03
%0
%38.43

Codes

Color #7F719D in popluar color models

7F719D
RGB127113157
HSL259°18.33%52.94%
HSB/HSV259°28.03%61.57%
CMYK19.11%28.03%0.00%
38.43%

Color #7F719D in popluar number systems.

HEX7F719D
Decimal127113157
Binary1111111111000110011101
Octal177161235

Shades and tints

Shades of #7F719D

#7F719D
(127,113,157)
#74678F
(116,103,143)
#695D81
(105,93,129)
#5E5373
(94,83,115)
#534965
(83,73,101)
#483F57
(72,63,87)
#3D3549
(61,53,73)
#322B3B
(50,43,59)
#27212D
(39,33,45)
#1C171F
(28,23,31)
#110D11
(17,13,17)
#000000
(0,0,0)

Tints of #7F719D

#7F719D
(127,113,157)
#8A7DA5
(138,125,165)
#9589AD
(149,137,173)
#A095B5
(160,149,181)
#ABA1BD
(171,161,189)
#B6ADC5
(182,173,197)
#C1B9CD
(193,185,205)
#CCC5D5
(204,197,213)
#D7D1DD
(215,209,221)
#E2DDE5
(226,221,229)
#EDE9ED
(237,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F719D color. Also use rgb(127,113,157) instead hex code.

Text Font Color

.myTextColor { color: #7F719D; }

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

This text font color is #7F719D.


Background Color

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

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

This div background color is #7F719D.


Border color

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

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

This div border color is #7F719D.


Opacity

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

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

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

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

This text has shadow with #7F719D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F719D on black background.


Color preview on white background

This text has color #7F719D on white background.



Black color preview on #7F719D background

This text has black color on #7F719D background.


White color preview on #7F719D background

This text has white color on #7F719D background.