COLOR #7F709D

HEX: #7F709D RGB: (127,112,157)

Color info

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

RGB color model

#7F709D color RGB value is (127,112,157).

RGB: (127,112,157) (50%, 44%, 62%)

RGB channels and saturation

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

127
112
157

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

Portions of RGB colors in percentages

R + G + B = 127 + 112 + 157 = 396 (100%)
R 127 of 396 ~ 32.07%
G 112 of 396 ~ 28.28%
B 157 of 396 ~ 39.65'%

%32.07
%28.28
%39.65

CMYK color model

#7F709D color CMYK value is (19,29,0,38).

  • cyan value is 19.11%
  • magenta value is 28.66%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (19,29,0,38)
C19M29Y0K38 (19%, 29%, 0%, 38%)
(0.19 / 0.29 / 0.00 / 0.38)

CMYK percentages

%19.11
%28.66
%0
%38.43

Codes

Color #7F709D in popluar color models

7F 70 9D
RGB 127 112 157
HSL 260° 18.67% 52.75%
HSB/HSV 260° 28.66% 61.57%
CMYK 19.11% 28.66% 0.00%
38.43%

Color #7F709D in popluar number systems.

HEX 7F 70 9D
Decimal 127 112 157
Binary 1111111 1110000 10011101
Octal 177 160 235

Shades and tints

Shades of #7F709D

#7F709D
(127,112,157)
#74668F
(116,102,143)
#695C81
(105,92,129)
#5E5273
(94,82,115)
#534865
(83,72,101)
#483E57
(72,62,87)
#3D3449
(61,52,73)
#322A3B
(50,42,59)
#27202D
(39,32,45)
#1C161F
(28,22,31)
#110C11
(17,12,17)
#000000
(0,0,0)

Tints of #7F709D

#7F709D
(127,112,157)
#8A7DA5
(138,125,165)
#958AAD
(149,138,173)
#A097B5
(160,151,181)
#ABA4BD
(171,164,189)
#B6B1C5
(182,177,197)
#C1BECD
(193,190,205)
#CCCBD5
(204,203,213)
#D7D8DD
(215,216,221)
#E2E5E5
(226,229,229)
#EDF2ED
(237,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F709D; }

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

This text font color is #7F709D.

Background Color

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

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

This div background color is #7F709D.

Border color

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

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

This div border color is #7F709D.

Opacity

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

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

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

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

This text has shadow with #7F709D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F709D.

Preview

Color preview on black background

This text has color #7F709D on black background.


Color preview on white background

This text has color #7F709D on white background.


Black color preview on #7F709D background

This text has black color on #7F709D background.


White color preview on #7F709D background

This text has white color on #7F709D background.


Related colors

Complementary color

Complementary color for #hex is #808F62.


I love getcolorcode.com

Triadic colors

1 #9D7F70 and #709D7F with #7F709D are triadic colors.

2 #9D707F and #707F9D with #7F709D are triadic colors.