COLOR #7F699D

HEX: #7F699D RGB: (127,105,157)

Color info

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

RGB color model

#7F699D color RGB value is (127,105,157).

RGB: (127,105,157) (50%, 41%, 62%)

RGB channels and saturation

R 127 of 255 = 50%
G 105 of 255 = 41%
B 157 of 255 = 62%

127
105
157

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

Portions of RGB colors in percentages

R + G + B = 127 + 105 + 157 = 389 (100%)
R 127 of 389 ~ 32.65%
G 105 of 389 ~ 26.99%
B 157 of 389 ~ 40.36'%

%32.65
%26.99
%40.36

CMYK color model

#7F699D color CMYK value is (19,33,0,38).

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

CMYK: (19,33,0,38)
C19M33Y0K38 (19%, 33%, 0%, 38%)
(0.19 / 0.33 / 0.00 / 0.38)

CMYK percentages

%19.11
%33.12
%0
%38.43

Codes

Color #7F699D in popluar color models

7F 69 9D
RGB 127 105 157
HSL 265° 20.97% 51.37%
HSB/HSV 265° 33.12% 61.57%
CMYK 19.11% 33.12% 0.00%
38.43%

Color #7F699D in popluar number systems.

HEX 7F 69 9D
Decimal 127 105 157
Binary 1111111 1101001 10011101
Octal 177 151 235

Shades and tints

Shades of #7F699D

#7F699D
(127,105,157)
#74608F
(116,96,143)
#695781
(105,87,129)
#5E4E73
(94,78,115)
#534565
(83,69,101)
#483C57
(72,60,87)
#3D3349
(61,51,73)
#322A3B
(50,42,59)
#27212D
(39,33,45)
#1C181F
(28,24,31)
#110F11
(17,15,17)
#000000
(0,0,0)

Tints of #7F699D

#7F699D
(127,105,157)
#8A76A5
(138,118,165)
#9583AD
(149,131,173)
#A090B5
(160,144,181)
#AB9DBD
(171,157,189)
#B6AAC5
(182,170,197)
#C1B7CD
(193,183,205)
#CCC4D5
(204,196,213)
#D7D1DD
(215,209,221)
#E2DEE5
(226,222,229)
#EDEBED
(237,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F699D; }

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

This text font color is #7F699D.

Background Color

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

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

This div background color is #7F699D.

Border color

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

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

This div border color is #7F699D.

Opacity

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

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

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

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

This text has shadow with #7F699D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F699D.

Preview

Color preview on black background

This text has color #7F699D on black background.


Color preview on white background

This text has color #7F699D on white background.


Black color preview on #7F699D background

This text has black color on #7F699D background.


White color preview on #7F699D background

This text has white color on #7F699D background.


Related colors

Complementary color

Complementary color for #hex is #809662.


I love getcolorcode.com

Triadic colors

1 #9D7F69 and #699D7F with #7F699D are triadic colors.

2 #9D697F and #697F9D with #7F699D are triadic colors.