COLOR #7F6887

HEX: #7F6887 RGB: (127,104,135)

Color info

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

RGB color model

#7F6887 color RGB value is (127,104,135).

RGB: (127,104,135) (50%, 41%, 53%)

RGB channels and saturation

R 127 of 255 = 50%
G 104 of 255 = 41%
B 135 of 255 = 53%

127
104
135

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

Portions of RGB colors in percentages

R + G + B = 127 + 104 + 135 = 366 (100%)
R 127 of 366 ~ 34.7%
G 104 of 366 ~ 28.42%
B 135 of 366 ~ 36.89'%

%34.7
%28.42
%36.89

CMYK color model

#7F6887 color CMYK value is (6,23,0,47).

  • cyan value is 5.93%
  • magenta value is 22.96%
  • yellow value is 0.00%
  • key color value is 47.06%

CMYK: (6,23,0,47)
C6M23Y0K47 (6%, 23%, 0%, 47%)
(0.06 / 0.23 / 0.00 / 0.47)

CMYK percentages

%5.93
%22.96
%0
%47.06

Codes

Color #7F6887 in popluar color models

7F 68 87
RGB 127 104 135
HSL 285° 12.97% 46.86%
HSB/HSV 285° 22.96% 52.94%
CMYK 5.93% 22.96% 0.00%
47.06%

Color #7F6887 in popluar number systems.

HEX 7F 68 87
Decimal 127 104 135
Binary 1111111 1101000 10000111
Octal 177 150 207

Shades and tints

Shades of #7F6887

#7F6887
(127,104,135)
#745F7B
(116,95,123)
#69566F
(105,86,111)
#5E4D63
(94,77,99)
#534457
(83,68,87)
#483B4B
(72,59,75)
#3D323F
(61,50,63)
#322933
(50,41,51)
#272027
(39,32,39)
#1C171B
(28,23,27)
#110E0F
(17,14,15)
#000000
(0,0,0)

Tints of #7F6887

#7F6887
(127,104,135)
#8A7591
(138,117,145)
#95829B
(149,130,155)
#A08FA5
(160,143,165)
#AB9CAF
(171,156,175)
#B6A9B9
(182,169,185)
#C1B6C3
(193,182,195)
#CCC3CD
(204,195,205)
#D7D0D7
(215,208,215)
#E2DDE1
(226,221,225)
#EDEAEB
(237,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F6887 color. Also use rgb(127,104,135) instead hex code.

Text Font Color

.myTextColor { color: #7F6887; }

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

This text font color is #7F6887.

Background Color

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

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

This div background color is #7F6887.

Border color

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

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

This div border color is #7F6887.

Opacity

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

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

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

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

This text has shadow with #7F6887 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F6887.

Preview

Color preview on black background

This text has color #7F6887 on black background.


Color preview on white background

This text has color #7F6887 on white background.


Black color preview on #7F6887 background

This text has black color on #7F6887 background.


White color preview on #7F6887 background

This text has white color on #7F6887 background.


Related colors

Complementary color

Complementary color for #hex is #809778.


I love getcolorcode.com

Triadic colors

1 #877F68 and #68877F with #7F6887 are triadic colors.

2 #87687F and #687F87 with #7F6887 are triadic colors.