COLOR #7F6883

HEX: #7F6883 RGB: (127,104,131)

Color info

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

RGB color model

#7F6883 color RGB value is (127,104,131).

RGB: (127,104,131) (50%, 41%, 51%)

RGB channels and saturation

R 127 of 255 = 50%
G 104 of 255 = 41%
B 131 of 255 = 51%

127
104
131

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

Portions of RGB colors in percentages

R + G + B = 127 + 104 + 131 = 362 (100%)
R 127 of 362 ~ 35.08%
G 104 of 362 ~ 28.73%
B 131 of 362 ~ 36.19'%

%35.08
%28.73
%36.19

CMYK color model

#7F6883 color CMYK value is (3,21,0,49).

  • cyan value is 3.05%
  • magenta value is 20.61%
  • yellow value is 0.00%
  • key color value is 48.63%

CMYK: (3,21,0,49)
C3M21Y0K49 (3%, 21%, 0%, 49%)
(0.03 / 0.21 / 0.00 / 0.49)

CMYK percentages

%3.05
%20.61
%0
%48.63

Codes

Color #7F6883 in popluar color models

7F 68 83
RGB 127 104 131
HSL 291° 11.49% 46.08%
HSB/HSV 291° 20.61% 51.37%
CMYK 3.05% 20.61% 0.00%
48.63%

Color #7F6883 in popluar number systems.

HEX 7F 68 83
Decimal 127 104 131
Binary 1111111 1101000 10000011
Octal 177 150 203

Shades and tints

Shades of #7F6883

#7F6883
(127,104,131)
#745F78
(116,95,120)
#69566D
(105,86,109)
#5E4D62
(94,77,98)
#534457
(83,68,87)
#483B4C
(72,59,76)
#3D3241
(61,50,65)
#322936
(50,41,54)
#27202B
(39,32,43)
#1C1720
(28,23,32)
#110E15
(17,14,21)
#000000
(0,0,0)

Tints of #7F6883

#7F6883
(127,104,131)
#8A758E
(138,117,142)
#958299
(149,130,153)
#A08FA4
(160,143,164)
#AB9CAF
(171,156,175)
#B6A9BA
(182,169,186)
#C1B6C5
(193,182,197)
#CCC3D0
(204,195,208)
#D7D0DB
(215,208,219)
#E2DDE6
(226,221,230)
#EDEAF1
(237,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F6883; }

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

This text font color is #7F6883.

Background Color

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

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

This div background color is #7F6883.

Border color

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

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

This div border color is #7F6883.

Opacity

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

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

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

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

This text has shadow with #7F6883 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F6883.

Preview

Color preview on black background

This text has color #7F6883 on black background.


Color preview on white background

This text has color #7F6883 on white background.


Black color preview on #7F6883 background

This text has black color on #7F6883 background.


White color preview on #7F6883 background

This text has white color on #7F6883 background.


Related colors

Complementary color

Complementary color for #hex is #80977C.


I love getcolorcode.com

Triadic colors

1 #837F68 and #68837F with #7F6883 are triadic colors.

2 #83687F and #687F83 with #7F6883 are triadic colors.